摘要: 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 非法关键字 阅读(153) 评论(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 非法关键字 阅读(447) 评论(0) 推荐(0) 编辑