08 2018 档案

摘要:文章中所有需要使用到的软件和资源在文章末尾的网盘连接中有下载 Run the DISM GUI Tool Right-click on DISM GUI.exe and select Run as Administrator. Follow these steps: 1. Mount install 阅读全文
posted @ 2018-08-31 20:05 非法关键字 阅读(3766) 评论(0) 推荐(0)
摘要:MS Windows: 常用命令: 查看帮助 mongod help/mongod -h 查看版本 mongod --version 启动/停止/重启服务 net start/stop/restart mongodb 配置: 创建必要目录与文件: D:\mongodb\data\db D:\mong 阅读全文
posted @ 2018-08-20 15:21 非法关键字 阅读(169) 评论(0) 推荐(0)
摘要:1.代码结构图 2.SmartTimer 模块Entity: 1 using System; 2 3 namespace ETModel 4 { 5 [ObjectSystem] 6 public class SmartTimerAwakeSystem: AwakeSystem<SmartTimer 阅读全文
posted @ 2018-08-20 00:00 非法关键字 阅读(472) 评论(0) 推荐(0)
摘要:初始化事件 UILoading组件 tkBootComponent中的场景切换代码 tkBootComponent 1 using System; 2 using System.Threading.Tasks; 3 using DG.Tweening; 4 using ETModel; 5 usin 阅读全文
posted @ 2018-08-16 00:17 非法关键字 阅读(577) 评论(0) 推荐(0)
摘要:1.打开注册表找到键值:计算机\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run 2.添加字符串值:StartJetServer,添加字符串内容:powershell -executionpolicy unrestrict 阅读全文
posted @ 2018-08-07 17:25 非法关键字 阅读(1245) 评论(0) 推荐(0)
摘要:1.光标以及光标动画的显示 2.头盔相机射线确定光标位置以及点击逻辑的实现 3.射线碰撞面的大小适应 4.unity3d的层次结构 阅读全文
posted @ 2018-08-06 16:16 非法关键字 阅读(488) 评论(0) 推荐(0)