摘要: DELIMITER $$ DROP FUNCTION IF EXISTS `value_of_bit_index_is_true`$$/*计算某个数字的某些索引的位的值是否都为1,索引类似1,2,3,4*/CREATE FUNCTION `value_of_bit_index_is_true`(`n 阅读全文
posted @ 2018-09-13 17:53 袁晓平 阅读(279) 评论(0) 推荐(0) 编辑
摘要: DELIMITER $$ DROP FUNCTION IF EXISTS `value_of_bit_index`$$/*计算数字的某个位的值*/CREATE FUNCTION `value_of_bit_index`(`number` int, `idx` int) RETURNS int(11) 阅读全文
posted @ 2018-09-13 17:52 袁晓平 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Windows Registry Editor Version 5.00 ; Open files[HKEY_CLASSES_ROOT\*\shell\gitbash]@="gitbash"Icon"="D:\\apps\\cmder\\vendor\\git-for-windows\\git-ba 阅读全文
posted @ 2018-08-10 15:52 袁晓平 阅读(317) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Rexcnblog/p/8046371.html https://www.jianshu.com/p/b49002fa10a7 https://www.cnblogs.com/Rexcnblog/p/8046371.html https://www.j 阅读全文
posted @ 2018-08-06 20:44 袁晓平 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: 将以下文本存为vscode.reg,然后运行: Windows Registry Editor Version 5.00 ; Open files [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] @="Edit with VS Code" "Icon"=" 阅读全文
posted @ 2018-08-06 20:42 袁晓平 阅读(1970) 评论(0) 推荐(0) 编辑
摘要: 代码: .git .git\* .svn .svn\* .git~\* .git~ build\* build vsout\* vsout *.obj *.sdf *.opensdf game目录: x64x x64x\* Release_x86 Release_x86\* node_modules 阅读全文
posted @ 2018-07-10 11:04 袁晓平 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 打开x64 Native Tools Command Prompt for VS 2017 cd wxWidgets-2.9.5\build\msw nmake -f makefile.vc TARGET_CPU=X64 BUILD=release SHARED=1 UNICODE=0 阅读全文
posted @ 2018-06-23 15:37 袁晓平 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 宫指导说,换帅如换刀 程序员的编译器一换,基本套路必须都重练几次 使用wxWidgets并不难,但不能使用现有的库和工程配置文件,细节就必须理清楚 获取wxWidgets 官方的下载页面,下7z或zip文件均可 文件“wxWidgets根目录/docs/msw/install.txt”是编译说明文档 阅读全文
posted @ 2018-06-20 23:08 袁晓平 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: http://vitiy.info/writing-custom-protocol-for-nanomsg/ nanomsg is next version of ZeroMQ lib, providing smart cross-platform sockets for implementatio 阅读全文
posted @ 2018-06-10 15:04 袁晓平 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 参见: https://yoursunny.com/study/IS409/ScoreBoard.htm https://wiki.wireshark.org/LuaAPI/TreeItem https://www.cnblogs.com/zzqcn/p/4840589.html foo.lua - 阅读全文
posted @ 2018-06-09 16:34 袁晓平 阅读(434) 评论(0) 推荐(0) 编辑