上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 59 下一页
摘要: https://jingyan.baidu.com/article/c74d60009d992f0f6a595de6.html sudo gpasswd -a yzfh wireshark 正在将用户“yzfh”加入到“wireshark”组中 阅读全文
posted @ 2020-05-01 13:44 YZFHKMS-X 阅读(134) 评论(0) 推荐(0)
摘要: //https://www.cnblogs.com/coolulu/p/4142342.html 编译完之后执行文件在cocos2d-x-3.1/build/linux-build/bin的子文件夹里 sudo apt-get install libx11-dev sudo apt-get inst 阅读全文
posted @ 2020-05-01 11:22 YZFHKMS-X 阅读(172) 评论(0) 推荐(0)
摘要: 1)sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 2)sudo gedit /etc/apt/sources.list { deb-src http://archive.ubuntu.com/ubuntu xenial main 阅读全文
posted @ 2020-05-01 00:30 YZFHKMS-X 阅读(174) 评论(0) 推荐(0)
摘要: cmd wmic cpu / cpu get * { AddressWidth Architecture AssetTag Availability Caption Characteristics ConfigManagerErrorCode ConfigManagerUserConfig CpuS 阅读全文
posted @ 2020-04-30 17:45 YZFHKMS-X 阅读(224) 评论(0) 推荐(0)
摘要: //info 阅读全文
posted @ 2020-04-30 17:42 YZFHKMS-X 阅读(147) 评论(0) 推荐(0)
摘要: cmd systeminfo { 主机名: DESKTOP-RQ0CB26OS 名称: Microsoft Windows 10 专业版OS 版本: 10.0.18363 暂缺 Build 18363OS 制造商: Microsoft CorporationOS 配置: 独立工作站OS 构件类型: 阅读全文
posted @ 2020-04-30 17:41 YZFHKMS-X 阅读(1039) 评论(0) 推荐(0)
摘要: 有返回值的函数没有返回值 不同CPU的处理能力是不一样的 如: bool Function::init() { if (!LayerColor::init()) { return false; } auto display = Director::getInstance()->getVisibleS 阅读全文
posted @ 2020-04-28 22:54 YZFHKMS-X 阅读(1628) 评论(0) 推荐(0)
摘要: { //https://developer.android.google.cn/ndk/guides/android_mk } 阅读全文
posted @ 2020-04-27 23:02 YZFHKMS-X 阅读(111) 评论(0) 推荐(0)
摘要: { 了解string对象的内存分配行为后,接下来我们如何考虑使用什么方法来避免字符串频繁的拷贝,有些经验的“老油条”应该都领略过了const string&这类参数类型声明并不能从根本上解决问题(上一篇文章的程序输出已经隐藏地说明了这一点),因为按引用传参仅能避免了参数传递的字符串拷贝,但在被调用函 阅读全文
posted @ 2020-04-26 21:43 YZFHKMS-X 阅读(316) 评论(0) 推荐(0)
摘要: #ifdef WIN32 _tsetlocale(LC_ALL, _T(" ")); ::AllocConsole(); ::freopen("CONIN$", "r", stdin); ::freopen("CONOUT$", "w", stdout); ::freopen("CONOUT$", 阅读全文
posted @ 2020-04-25 00:38 YZFHKMS-X 阅读(228) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 59 下一页