自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Coder

商业化产品可能是有用的, 但最好的东西往往是免费的, 空气,水,Vim。

  • 博客(6)
  • 资源 (5)
  • 收藏
  • 关注

原创 如何完整打印float or double

我们常用的cout  qDebug() 都是默认取的6位有效数字,并不能完整的显示所有的数据内容,因此对于Qt程序, 用QString::number (a, 'g',15); 来打印完整的double, c中应该也有类似的打印代码。

2012-08-09 13:23:58 4252

原创 DownThemAll firefox很好的下载插件

切割文件下载  提高了下载的速度好几倍。

2012-08-09 10:47:56 1995

原创 找了一个C库读取shapefile

可以读取shapefile, 但是shapefile本身不含有topology,所以仍不能满足要求。http://shapelib.maptools.org/shp_api.htmlboolNServerData::initShapeFile(){    const char* shp = "shapefile/freeway_polyline.shp";

2012-08-03 12:38:12 1860 2

原创 database dump 概念

dump 就是导出一系列可以重新构造这个数据库的sql语句

2012-08-03 09:28:48 4788

原创 c call mysql in linux process

step 1. 下载mysql的相关文件  启动mysql服务step 2. #include lmysqlclientstep 3. C API programming tutorialhttp://zetcode.com/tutorials/mysqlcapitutorial/

2012-08-02 17:18:52 543

原创 find . -name '*abc*'

find file with name

2012-08-02 16:46:16 892

magic_byte_for_linux_file

magic byte for linux file

2013-08-23

Effective C++

Scott Meyers' book, Effective C++, Third Edition, is distilled programming experience — experience that you would otherwise have to learn the hard way. This book is a great resource that I recommend to everybody who writes C++ professionally

2009-03-19

Programming Windows with MFC

MFC, as you probably already know, is Microsoft's C++ class library for Windows programming. Programming Windows with MFC isn't a book about C++; rather, it's a book about writing 32-bit Windows applications in C++ using MFC rather than the Windows API as the chief means of accessing the operating system's essential features and services.

2009-03-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除