06 2018 档案
编译wxWidgets
摘要:打开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 袁晓平 阅读(184) 评论(0) 推荐(0)
Visual Studio 2015编译wxWidgets
摘要:宫指导说,换帅如换刀 程序员的编译器一换,基本套路必须都重练几次 使用wxWidgets并不难,但不能使用现有的库和工程配置文件,细节就必须理清楚 获取wxWidgets 官方的下载页面,下7z或zip文件均可 文件“wxWidgets根目录/docs/msw/install.txt”是编译说明文档 阅读全文
posted @ 2018-06-20 23:08 袁晓平 阅读(1059) 评论(0) 推荐(0)
Writing custom protocol for nanomsg
摘要: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 袁晓平 阅读(434) 评论(0) 推荐(0)
用lua编写wireshark插件分析自己定义的协议
摘要:参见: 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 袁晓平 阅读(466) 评论(0) 推荐(0)
导入日志文件到mysql数据库表
摘要:#!/bin/bash #**************************************************************************** #***将/usr/local/data/目录下每天的日志,导入数据库 #***导入某一天数据: ./load2mysq 阅读全文
posted @ 2018-06-05 16:01 袁晓平 阅读(912) 评论(0) 推荐(0)