06 2019 档案
摘要:先打开hosts文件(位置:C:\WINDOWS\system32\drivers\etc\) 在hosts文件中添加下面一句(前面的IP是SVN服务器的IP地址):192.168.40.43 svnserversvn://svnserver ...
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/audio/audio.html
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/components/editbox.html
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/components/button.html
阅读全文
摘要:预制资源(Prefab) https://docs.cocos.com/creator/manual/zh/asset-workflow/prefab.html 制作动态生成内容的列表 https://docs.cocos.com/creator/manual...
阅读全文
摘要:自动布局 https://docs.cocos.com/creator/manual/zh/ui/auto-layout.html Layout 组件参考 https://docs.cocos.com/creator/manual/zh/components/...
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/ui/widget-align.html
阅读全文
摘要:文字渲染 https://docs.cocos.com/creator/manual/zh/components/label.html 文字排版 https://docs.cocos.com/creator/manual/zh/ui/label-layout....
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/components/sprite.html
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/scripting/pooling.html
阅读全文
摘要:https://docs.cocos.com/creator/manual/zh/scripting/scheduler.html
阅读全文
摘要:cc.Class({ extends: cc.Component, onLoad () { // open Accelerometer cc.systemEvent.setAccelerometerEnabled(tru...
阅读全文
摘要:事件类型 cc.SystemEvent.EventType.KEY_DOWN (键盘按下) cc.SystemEvent.EventType.KEY_UP (键盘释放) cc.SystemEvent.EventType.DEVICEMOTION (设备重力传感...
阅读全文
摘要:编译的时候提示sdk版本不对解决方法。http://www.pianshen.com/article/5992101202/ 找不到 Windows SDK 版本10.0.17134.0的解决办法 https://blog.csdn.net/weixin_43...
阅读全文
摘要:c++析构函数中delete this指针 https://blog.csdn.net/XHfight/article/details/52892439 首先,了解一下this指针: 当一个对象声明时,系统会为这个对象分配一块内存空间,this指针指向这块...
阅读全文
摘要:#pragma once#include "Stdafx.h"struct tagRedPacket{ WORD id; WORD sendId; WORD m_wRedPacketUser[GAME_PLAYER]; //红包数组 bool m_bLoo...
阅读全文
摘要:https://zhuanlan.zhihu.com/p/26077080 Everything 是Windows 上一款文件快速搜索软件。
阅读全文
摘要:vector的内存释放 https://www.cnblogs.com/summerRQ/articles/2407974.html
阅读全文