上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 59 下一页
摘要: { 将所在的cpp文件改为utf-8 无签名格式再编译 //但,治标不治本 } 阅读全文
posted @ 2019-12-08 23:03 YZFHKMS-X 阅读(139) 评论(0) 推荐(0) 编辑
摘要: { //http://charette.no-ip.com:81/programming/doxygen/boost/group__async__read.html#gafe3e905a43504bd3446711f9871792e4 } 阅读全文
posted @ 2019-12-08 01:46 YZFHKMS-X 阅读(197) 评论(0) 推荐(0) 编辑
摘要: { https://gitee.com/tboox https://github.com/thejinchao/cyclone http://www.drchip.org/astronaut/ssl/ https://github.com/chriskohlhoff/asio } 阅读全文
posted @ 2019-12-06 00:32 YZFHKMS-X 阅读(271) 评论(0) 推荐(0) 编辑
摘要: { cmake .//在当前路径下构建项目cmake --build .//在当前路径下生成项目(默认为debug)//cmake --build . --config release//在当前路径下生成项目(release)# 指定生成目标#以可不指定后缀#add_executable(CMAKE 阅读全文
posted @ 2019-12-05 19:47 YZFHKMS-X 阅读(235) 评论(0) 推荐(0) 编辑
摘要: { 关于GBK和UTF-8之间的转换,很多初学者会很迷茫。 一般来说GBK和UTF-8是文字的编码方式,其对应的内码是不一样的,所以GBK和UTF-8的转换需要对内码进行一一映射,然后进行转换。 对于一般系统上的工程,一般使用libiconv即可,但是对于嵌入式或手机操作系统,libiconv显得就 阅读全文
posted @ 2019-12-05 15:12 YZFHKMS-X 阅读(8610) 评论(0) 推荐(1) 编辑
摘要: { str_normalize_init(); unsigned options = SNO_TO_LOWER | SNO_TO_HALF; if (argc > 1) options = atoi(argv[1]); char *buffer = (char *)malloc(65536); me 阅读全文
posted @ 2019-12-05 15:05 YZFHKMS-X 阅读(395) 评论(0) 推荐(0) 编辑
摘要: { cmake . -G "Visual Studio 15 2017" cmake --build ./ } 阅读全文
posted @ 2019-12-05 10:39 YZFHKMS-X 阅读(775) 评论(0) 推荐(0) 编辑
摘要: { //https://www.boost.org/users/history/version_1_71_0.html } 阅读全文
posted @ 2019-12-04 00:46 YZFHKMS-X 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 值得学习的C/C++语言开源项目 (1)ACE 庞大、复杂,适合大型项目。开源、免费,不依赖第三方库,支持跨平台。 http://www.cs.wustl.edu/~schmidt/ACE.html (2)Asio Asio基于Boost开发的异步IO库,封装了Socket,简化基于socket程序 阅读全文
posted @ 2019-12-03 23:16 YZFHKMS-X 阅读(781) 评论(0) 推荐(0) 编辑
摘要: { } 阅读全文
posted @ 2019-12-03 16:29 YZFHKMS-X 阅读(111) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 59 下一页