上一页 1 2 3 4 5 6 ··· 37 下一页
摘要: #!/bin/bash #**************************************************************************** #***将/usr/local/data/目录下每天的日志,导入数据库 #***导入某一天数据: ./load2mysq 阅读全文
posted @ 2018-06-05 16:01 袁晓平 阅读(896) 评论(0) 推荐(0) 编辑
摘要: dll.cpp,用vc2017编译 #include <iostream>#include <windows.h> extern "C" __declspec(dllexport) void Go() { std::cout << "go" << std::endl;} BOOL APIENTRY 阅读全文
posted @ 2018-05-28 17:38 袁晓平 阅读(306) 评论(0) 推荐(0) 编辑
摘要: find . -name 'CMakeLists.txt' | xargs /d/Program\ Files/WinRAR/rar.exe a -r ./out.rar $ [Linux]可用于管道操作的命令 管道命令——| command1 | command2 | command3 注:管道命 阅读全文
posted @ 2018-05-24 16:28 袁晓平 阅读(1121) 评论(0) 推荐(0) 编辑
摘要: https://github.com/nikhilm/uvbook/tree/master/code 阅读全文
posted @ 2018-05-22 14:41 袁晓平 阅读(341) 评论(0) 推荐(0) 编辑
摘要: static std::string codePointToUTF8(unsigned int cp){ std::string result; // based on description from http://en.wikipedia.org/wiki/UTF-8 if (cp <= 0x7 阅读全文
posted @ 2018-05-16 10:19 袁晓平 阅读(273) 评论(0) 推荐(0) 编辑
摘要: vs2015 x64编译器为例,cmake命令如下: vs2015 x64编译器为例,cmake命令如下: Xml代码 cmake -G "Visual Studio 14 Win64" path\to\source\dir 去掉Win64,就是32bit: Xml代码 cmake -G "Visu 阅读全文
posted @ 2018-05-15 23:50 袁晓平 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <string.h>#include <uv.h>#define DEFAULT_PORT 7000#define DEFAULT_BACKLOG 128uv_loop_t *loop;struct sock 阅读全文
posted @ 2018-05-13 21:12 袁晓平 阅读(224) 评论(0) 推荐(0) 编辑
摘要: VS2015编译boost1.62 Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一。 Boost库由C++标准委员会库工作组成员发起,其中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。Boost由于其对跨 阅读全文
posted @ 2018-04-28 22:34 袁晓平 阅读(189) 评论(0) 推荐(0) 编辑
摘要: How to Build Android ROMs on Ubuntu 16.04https://www.digitalocean.com/community/tutorials/how-to-build-android-roms-on-ubuntu-16-04 How to build your 阅读全文
posted @ 2018-04-25 12:54 袁晓平 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 2j阿普顿的厚道包蝶梦包韦茹鲍伯的含蓄贝媚颜毕香芦边姝雯薄元嘉才停的康妮才停的沙琳曹仁雯长的阿尔程卓然从涟树大森的赫尔曼但却的耶呼弟到背的戴茜 到背的杰罗姆邓梦馨第五佳文第五天瑜调皮的托玛士东方幻珊东郭熙熙东诗茗动的昆西端木俊茂方寄文父大的温士顿赴的的雨果富怡飞盖布凡盖彗云敢飞的帝摩斯戈傀儡公孙朝森 阅读全文
posted @ 2018-04-18 11:02 袁晓平 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 37 下一页