上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 59 下一页
摘要: { //https://blog.csdn.net/yuechuzhao/article/details/9283847 } 阅读全文
posted @ 2019-12-13 13:53 YZFHKMS-X 阅读(99) 评论(0) 推荐(0)
摘要: { 双击击那个error,那个路径就加上了 File = >local.properties } 阅读全文
posted @ 2019-12-09 10:28 YZFHKMS-X 阅读(131) 评论(0) 推荐(0)
摘要: { 将所在的cpp文件改为utf-8 无签名格式再编译 //但,治标不治本 } 阅读全文
posted @ 2019-12-08 23:03 YZFHKMS-X 阅读(145) 评论(0) 推荐(0)
摘要: { //http://charette.no-ip.com:81/programming/doxygen/boost/group__async__read.html#gafe3e905a43504bd3446711f9871792e4 } 阅读全文
posted @ 2019-12-08 01:46 YZFHKMS-X 阅读(204) 评论(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 阅读(276) 评论(0) 推荐(0)
摘要: { cmake .//在当前路径下构建项目cmake --build .//在当前路径下生成项目(默认为debug)//cmake --build . --config release//在当前路径下生成项目(release)# 指定生成目标#以可不指定后缀#add_executable(CMAKE 阅读全文
posted @ 2019-12-05 19:47 YZFHKMS-X 阅读(246) 评论(0) 推荐(0)
摘要: { 关于GBK和UTF-8之间的转换,很多初学者会很迷茫。 一般来说GBK和UTF-8是文字的编码方式,其对应的内码是不一样的,所以GBK和UTF-8的转换需要对内码进行一一映射,然后进行转换。 对于一般系统上的工程,一般使用libiconv即可,但是对于嵌入式或手机操作系统,libiconv显得就 阅读全文
posted @ 2019-12-05 15:12 YZFHKMS-X 阅读(8960) 评论(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 阅读(401) 评论(0) 推荐(0)
摘要: { cmake . -G "Visual Studio 15 2017" cmake --build ./ } 阅读全文
posted @ 2019-12-05 10:39 YZFHKMS-X 阅读(782) 评论(0) 推荐(0)
摘要: { //https://www.boost.org/users/history/version_1_71_0.html } 阅读全文
posted @ 2019-12-04 00:46 YZFHKMS-X 阅读(205) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 59 下一页