摘要:
url = 访问地址 + ? key1=value1 & key2 = value2 304(未修改)自从上次请求后,请求的网页未修改过。服务器返回此响应时,不会返回网页内容。 加参数,骗过服务器 阅读全文
摘要:
let background = new cc.Sprite(fileName_background);this.addChild(background,999999);background.setPosition(frameMid);let innerSprite = new cc.Sprite( 阅读全文
摘要:
不然会出现莫名bug 阅读全文
摘要:
shutil.rmtree() 表示递归删除文件夹下的所有子文件夹和子文件。 阅读全文
摘要:
js 调用c++代码给的接口,c++代码储存在exe和dll文件中。 阅读全文
摘要:
hfs 服务器上面的和本地拖上去的文件是同一个文件。对本地文件拖上去之后再修改,服务器文件也会修改。所以服务器要有一个自己的文件存放。 阅读全文
摘要:
加强自检 学习js cocos 基础知识 编译 S O ,打包 学模块下载相关python 阅读全文
摘要:
setCascadeOpacityEnabled Enable or disable cascade opacity, if cascade enabled, child nodes' opacity will be the multiplication of parent opacity and 阅读全文
摘要:
enqueue 入队dequeue 出队cascade 级联 阅读全文
摘要:
使用cocosStudio 中 的Text控件时,要设定text.ignoreContentAdaptWithSize(true); 设定控件(0.5,0.5)锚点位置不随文本长度变化而变化。 阅读全文