会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YZFHKMS
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
35
36
37
38
39
40
41
42
43
···
59
下一页
2019年12月13日
cocos2D-X c++ call java
摘要: { //https://blog.csdn.net/yuechuzhao/article/details/9283847 }
阅读全文
posted @ 2019-12-13 13:53 YZFHKMS-X
阅读(99)
评论(0)
推荐(0)
2019年12月9日
cocos2D-X not config ndk path
摘要: { 双击击那个error,那个路径就加上了 File = >local.properties }
阅读全文
posted @ 2019-12-09 10:28 YZFHKMS-X
阅读(131)
评论(0)
推荐(0)
2019年12月8日
cocos2D-X 显示中文
摘要: { 将所在的cpp文件改为utf-8 无签名格式再编译 //但,治标不治本 }
阅读全文
posted @ 2019-12-08 23:03 YZFHKMS-X
阅读(145)
评论(0)
推荐(0)
Boost Doc Home
摘要: { //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)
2019年12月6日
open source library
摘要: { 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)
2019年12月5日
cmake README.TXT
摘要: { cmake .//在当前路径下构建项目cmake --build .//在当前路径下生成项目(默认为debug)//cmake --build . --config release//在当前路径下生成项目(release)# 指定生成目标#以可不指定后缀#add_executable(CMAKE
阅读全文
posted @ 2019-12-05 19:47 YZFHKMS-X
阅读(246)
评论(0)
推荐(0)
C/C++ GBK和UTF8之间的转换
摘要: { 关于GBK和UTF-8之间的转换,很多初学者会很迷茫。 一般来说GBK和UTF-8是文字的编码方式,其对应的内码是不一样的,所以GBK和UTF-8的转换需要对内码进行一一映射,然后进行转换。 对于一般系统上的工程,一般使用libiconv即可,但是对于嵌入式或手机操作系统,libiconv显得就
阅读全文
posted @ 2019-12-05 15:12 YZFHKMS-X
阅读(8960)
评论(0)
推荐(1)
C/C++ fgets
摘要: { 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)
cocos2D-X 4.0 build
摘要: { cmake . -G "Visual Studio 15 2017" cmake --build ./ }
阅读全文
posted @ 2019-12-05 10:39 YZFHKMS-X
阅读(782)
评论(0)
推荐(0)
2019年12月4日
Boost Download
摘要: { //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
下一页
公告