上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: VS 2015 compiling cocos2d-x 3.3 error “fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration”; 阅读全文
posted @ 2018-11-18 21:44 hanframe 阅读(550) 评论(0) 推荐(0) 编辑
摘要: Error: EROFS: read-only file system, open '/Volumes/Cocos Creator/CocosCreator.app/Contents/Resources/static/default-assets/image.meta'at Error (nativ 阅读全文
posted @ 2018-11-17 21:53 hanframe 阅读(1751) 评论(0) 推荐(0) 编辑
摘要: buffer: 缓冲区,一个用于存储速度不同步的设备或优先级不同的设备之间传输数据 的区域。通过缓冲区,可以使进程之间的相互等待变少,从而使从速度慢的设备读入数据 时,速度快的设备的操作进程不发生间断。 cache: 当你读写文件的时候,Linux内核为了提高读写性能与速度,会将文件在内存中进行缓存 阅读全文
posted @ 2017-07-04 16:09 hanframe 阅读(6129) 评论(0) 推荐(0) 编辑
摘要: 曾遇到这样一段代码:(Bash脚本) 1 2 3 4 5 6 7 8 9 10 11 12 #!/usr/bin/expect -f set HOST "192.168.102.1" set USER "codefor" set PASS "codefor" set BOOKFILE "/home/ 阅读全文
posted @ 2016-07-13 17:23 hanframe 阅读(2377) 评论(0) 推荐(2) 编辑
摘要: 编译时出现错误: error: cast from ‘char*’ to ‘int’ loses precision 原因:程序中存在 char* addrCom; addrCom= ......//赋值 if(-1 == (int)addrCom) //导致编译出错 { ...... } 上面是隐 阅读全文
posted @ 2016-02-23 18:55 hanframe 阅读(1610) 评论(0) 推荐(0) 编辑
摘要: UnicodeEncodeError: 'ascii' codec can't encode characters in position 13-16: ordinal not in range(128)在你python的安装目录下的Lib目录,找到site.py,修改def setencoding... 阅读全文
posted @ 2015-04-17 15:35 hanframe 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 今天更新了WIN8系统补丁,然后就出现了大量的问题,特别是经常用的软件像VS2012 老是加载失败,还说是缺少什么包一类的,弄了好长段时间终于解决了,现在将经验分享下工具/原料VS2012+WIN8方法/步骤先看问题,打开昨天工作的VS2012项目显示加载失败,多试几次还是不行,提示该项目需要用户输... 阅读全文
posted @ 2015-04-16 10:13 hanframe 阅读(462) 评论(0) 推荐(0) 编辑
摘要: Program received signal SIGILL, Illegal instruction这个错误,发现是直接在printf 的%s中直接使用string类型,而没有使用c字符串格式造成的 阅读全文
posted @ 2015-04-10 17:42 hanframe 阅读(1642) 评论(0) 推荐(0) 编辑
摘要: /******************************************************************** created: $DATE$ created: $DAY$:$MONTH$:$YEAR$ $HOUR$:$MINUTE$ filename: $FILE$ f 阅读全文
posted @ 2015-04-03 10:53 hanframe 阅读(902) 评论(0) 推荐(0) 编辑
摘要: http://www.pythontip.com/ 阅读全文
posted @ 2015-03-28 18:29 hanframe 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页