第16月第6天 vs2005 lseek directdraw】的更多相关文章

1. //_lseek(file_handle, -(int)pbitmap->bitmapinfoheader.biSizeImage, SEEK_END); SetFilePointer((HANDLE)file_handle, -(int)(pbitmap->bitmapinfoheader.biSizeImage), NULL, FILE_END); http://bbs.csdn.net/topics/270065223 http://blog.csdn.net/aloneone/a…
1.vs2005调试 http://blog.csdn.net/u010797208/article/details/40452797 2.macbook ace编译 小坑: 源代码clockid_t重命名 GNUmakefile去掉SSL-target http://blog.csdn.net/hpulizhen/article/details/49518677 http://blog.renren.com/share/251664336/7792179642 3.ACE 先分析一下ACE_w…
1. 94  brew install  mongodb 95  cd ~ 96  cd Desktop/web/ 97  ls 98  mkdir mongo 99  cd mongo/ 100  ls 101  mkdir -p data/db 102  chown `id -u` data/db 103  ls data/db 107  mongod 109  mongod --dbpath data/db http://blog.csdn.net/moumaobuchiyu/articl…
1. pip install virtualenv virtualenv testvir cd testvir cd Scripts activate pip https://zhuanlan.zhihu.com/p/32286726 2.ipython python sudo pip install ipython brew install python python which python sudo pip install ipython ipython ipythonwhich ipyt…
1. 运行脚本时出现了这样一个错误,打开之后并没有找到所谓的^M,查了之后才知道原来是文件格式的问题,也就是linux和windows之间的不完全兼容...具体细节不管,如果验证: vim test.sh:set ff?如果出现fileforma=dos那么就基本可以确定是这个问题了.:set fileformat=unix:wq OK了....... http://blog.csdn.net/yongan1006/article/details/8142527…
1. 正确的处理方法 1)设置标头的高度为特小值 (不能为零 为零的话苹果会取默认值就无法消除头部间距了) UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, 0.001)]; view.backgroundColor = [UIColor redColor]; self.tableView.tableHeaderView = view; 2)写代理方法(中间的留白其实是…
1. find . -type f -exec echo {} \; find src -type f -exec sh -c "iconv -f GB18030 -t UTF8 {} > {}.txt" \; find src -name "*.cpp.txt" | awk -F '.txt' '{print "mv "$0 " "$1}' | sh find include -type f -exec sh -c &…
1. grep --after-context=2 "Binary Images:" *crash xcrun atos -o zhiniao_adhoc_stg1.app.dSYM/MLPlayer.app.dSYM/Contents/Resources/DWARF/MLPlayer -l 0x102c30000 -arch arm64 0x102da3a70 http://www.cocoachina.com/industry/20140514/8418.html 2. expor…
1. self.contentMode = UIViewContentModeScaleAspectFill; self.clipsToBounds = YES; http://blog.csdn.net/yuanpeng1014/article/details/70888584…
1. https://tokoik.github.io/opengl/libglut.html https://github.com/wistaria/wxtest/tree/master/C http://www.opengl-tutorial.org/cn/…