02 2021 档案
摘要:{ //http://www.360doc.com/content/14/0413/16/15099545_368549362.shtml } GCC/Clang生成和链接静态库/动态库 { 1 2 3 4 5 //add.cpp int add(int a, int b) { return a +
阅读全文
摘要:{ //http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html#android //https://download.dre.vanderbilt.edu/ }
阅读全文
摘要:{ //https://www.jianshu.com/p/e0471aa6672d?utm_campaign=hugo } ///usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/ins
阅读全文
摘要:转载自 //https://blog.csdn.net/a4019069/article/details/80585612 { 准备 VMware Workstation Pro Unlock macOS系统镜像 8G的U盘 UltraISO 下载地址: VMware 虚拟机,安装步骤不做示范 系统
阅读全文
摘要:Windows update 打开Windows update服务,然后设置为手动,并启动服务。(自动也可以) 启动
阅读全文
摘要:s = Sprite::create("res/GIRE.png"); s->setPosition(visibleSize / 2); this->addChild(s); auto id = s->getTexture()->getName(); //int format,width,heigh
阅读全文
摘要:.h #ifndef __UI_BUTTON_PIXEL_H__ #define __UI_BUTTON_PIXEL_H__ 1 #include <iostream> #include <string> #include <string.h> using namespace std; #inclu
阅读全文