In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about Mon...
分类:
数据库 时间:
2015-01-22 13:11:53
阅读次数:
306
我的本地环境 windows + apche + php5.2今天,碰到一个诡异的问题,以前认为 php 脚本中调用 heade()函数之前不能有任何的如 echo,print ,print_r,var_dump等输出,否则的话就会报错。但是,<?phpheader( 'Expires: Mon, ...
分类:
Web程序 时间:
2015-01-16 20:33:38
阅读次数:
254
2.解压文件到某目录下,然后重命名:1.[root@localhost src]# tar -xzvf mongodb-linux-i686-1.8.1.tgz.tar2.[root@localhost src]# mv mongodb-linux-i686-1.8.1 /usr/local/mon...
分类:
数据库 时间:
2015-01-12 14:15:47
阅读次数:
233
#includeint leap(int year){ int leap; leap=year%4==0&&year%100!=0||year%400==0; return (leap);}int main(){ int mon[]= {0,28,31,30,31,30,31...
分类:
其他好文 时间:
2015-01-09 20:43:42
阅读次数:
307
1. iw dev wlan0 interface add mon_wlan0 type monitor 2. ifconfig mon_wlan0 up 3. iwconfig mon_wlan0 channel ‘X‘ 4. wireshark? base on mon_wlan0 ? Ps: check channel support or not with command "i...
分类:
其他好文 时间:
2015-01-09 12:50:43
阅读次数:
227
Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式:Seconds Minutes Hours DayofMonth Month DayofWeek Year或Seconds Minutes Hours DayofMonth Mon...
分类:
其他好文 时间:
2015-01-09 12:12:46
阅读次数:
122
偶然得到一份erlang网页服务端的代码
不得不说写的非常优雅,文档也非常不错,但我看到他的场景管理中的广播算法,不得不说写的很漂亮,但效率非常低。
每次都全局遍历全部在线玩家在某个场景的玩具ID,这样的算法,我不知道一个服能撑起多少人,优化一下,场景服务管理在他服务中的玩家,NPC,MON,效率会提升好几倍,只是代码会稍微复杂一点,没他写的优雅了!!
%% 获取要广播的范...
分类:
编程语言 时间:
2015-01-09 00:14:21
阅读次数:
364
一、故障处理命令1、show命令:1)全局命令:showversion;显示系统硬件和软件版本、DRAM、Flashshowstartup-config;显示写入NVRAM中的配置内容showrunning-config;显示当前运行的配置内容showbuffers;详细输出buffer的名称和尺寸showstacks;提供路由器进程和处理器利用率..
分类:
系统相关 时间:
2015-01-08 07:08:19
阅读次数:
364
0 或 100 (*) 默认值 mon dd yyyy hh:miAM(或 PM) 1 101 美国 mm/dd/yyyy 2 102 ANSI yy.mm.dd 3 103 英国/法国 dd/mm/yy 4 104 德国 dd.mm.yy 5 105 意大利 dd-mm-yy 6 10...
分类:
数据库 时间:
2015-01-07 10:35:22
阅读次数:
216