2013年10月29日

摘要: 111 阅读全文
posted @ 2013-10-29 20:26 DieAngel 阅读(435) 评论(1) 推荐(0) 编辑

2013年10月19日

摘要: 先从OnDie事件看起:VOID Obj_Monster::OnDie_Before( ObjID_t idKiller ){ //计算怪物掉落情况(即:谁拥有掉落物品) m_DropRuler = MonsterDropRuler::GetMonsterDropRuler(this); switch(m_DropRuler) { case BDR_UNKNOW: case BDR_COMMON: case BDR_BOSS: { MonsterDropRuler::CaculateBossOwnerList(th... 阅读全文
posted @ 2013-10-19 17:57 DieAngel 阅读(417) 评论(0) 推荐(0) 编辑

2013年10月15日

摘要: 111 阅读全文
posted @ 2013-10-15 12:42 DieAngel 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 111 阅读全文
posted @ 2013-10-15 11:43 DieAngel 阅读(907) 评论(0) 推荐(0) 编辑

2013年10月14日

摘要: 111 阅读全文
posted @ 2013-10-14 11:21 DieAngel 阅读(596) 评论(0) 推荐(0) 编辑

2013年10月13日

摘要: 111 阅读全文
posted @ 2013-10-13 19:39 DieAngel 阅读(1565) 评论(0) 推荐(0) 编辑

2013年9月26日

摘要: cd tldlqfor /D %%s in (*) do ( cd %%s start "" LoginGate.exe start "" GameGate.exe ping -n 2 127.0.0.1 > nul cd .. ) 阅读全文
posted @ 2013-09-26 15:32 DieAngel 阅读(204) 评论(0) 推荐(0) 编辑

2013年9月23日

摘要: 11 阅读全文
posted @ 2013-09-23 13:29 DieAngel 阅读(1039) 评论(0) 推荐(1) 编辑

2013年9月22日

摘要: #!/bin/bash#优化服务器启动的脚本、禁用无关账号、无关服务#Lock User Accountpasswd -l xfspasswd -l newspasswd -l nscdpasswd -l dbuspasswd -l vcsapasswd -l gamespasswd -l nobodypasswd -l avahipasswd -l haldaemonpasswd -l gopherpasswd -l ftppasswd -l mailnullpasswd -l pcappasswd -l mailpasswd -l shutdownpasswd -l haltpasswd 阅读全文
posted @ 2013-09-22 23:11 DieAngel 阅读(442) 评论(0) 推荐(1) 编辑

2013年9月16日

摘要: Find命令的一般形式为:findpathname-options[-print-exec-ok]pathname:find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print:find命令将匹配的文件输出到标准输出。-exec:find命令对匹配的文件执行该参数所给出的shell命令。相应命令的形式为'command'{}\;,注意{}和\;之间的空格。-ok:和-exec的作用相同,只不过以一种更为安全的模式来执行该参数所给出的shell命令,在执行每一个命令之前,都会给出提示,让用户来确定是否执行。find命令选项:-name:按照文件名查找文 阅读全文
posted @ 2013-09-16 13:05 DieAngel 阅读(444) 评论(0) 推荐(0) 编辑

导航