06 2019 档案

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