06 2014 档案

sqlite3 加密
摘要:早前工程使用过,最近项目又要用到sqlite3, 顺便纪录一下这里使用的是 wxSqlite3 里面提供的带加密功能的 sqlite3至于sqlite3的接口封装,因为wxSqlite3 引用了许多 wxWidgets 的东西,不建议使用推荐使用 CppSqlite如果是lua的话,推荐lsqlit... 阅读全文

posted @ 2014-06-20 18:51 影语者 阅读(257) 评论(0) 推荐(0)

error: The requested URL returned error: 403 while accessing
摘要:git push origin master 的时候,报如上错误stackflow 上最简单的方法git remote set-url origin https://user@github.com/user/repo.git当然也可以试试sshhttps://help.github.com/arti... 阅读全文

posted @ 2014-06-20 18:17 影语者 阅读(197) 评论(0) 推荐(0)

git 添加空文件夹
摘要:http://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository目前还不可以不过可以在里面添加.gitignore 来占坑 阅读全文

posted @ 2014-06-20 15:32 影语者 阅读(221) 评论(0) 推荐(0)

lua debug
摘要:lua 如何调试,可以使用ide - decode,zerobrane但是如果是远程调试就不方便了,所以开始使用console来debug了1.打断点> debug.debug()2.断点继续> cont3.打印callstack> print(debug.traceback()) 阅读全文

posted @ 2014-06-17 19:08 影语者 阅读(935) 评论(1) 推荐(0)

导航