摘要:
//https://www.jianshu.com/p/4e5cdfa16c5e { 首页下载APP 申请公司苹果开发者账号-2020最新 Linda_smile 申请公司苹果开发者账号-2020最新 Linda_smile 22020.03.23 19:11:44字数 1,141阅读 45,551 阅读全文
摘要:
super + <- == home super + -> == end 阅读全文
摘要:
{ 将btVector3.h里的#define BT_SHUFFLE(x,y,z,w) ((w)<<6 | (z)<<4 | (y)<<2 | (x))修改为#define BT_SHUFFLE(x,y,z,w) (((w)<<6 | (z)<<4 | (y)<<2 | (x))&0xff)就可以编 阅读全文
摘要:
{ //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 阅读全文