摘要:
[代码]netstat -na|grep ESTABLISHED|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -rn 代码Code highlighting produced by Actipro CodeHighlig... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--建立受限的ftp方法:在系统中添加只具有ftp权限而没有telnet权限的帐户:[root@ip-06 /]# useradd -d /export/home/... 阅读全文
摘要:
MYSQL数据导出乱码: 因为某些原因,数据库里的内容直接查看就是乱码,但程序读出是正常,因为数据库是GBK的,数据是UTF8页面存入UTF8表的.经过种种尝试,终于用SQLyog Enterprise里面的 仅导出数据功能(TOOLS->Backup Datebase As Sql Dump->Date only),导出了正常的中文.MYSQL数据导入乱码:然后,导出数据... 阅读全文
摘要:
PHPMAILER_V2.3实例代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?php//date_default_timezone_set('America/Toronto');//这个是默认的date_default_timezone... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//随机码Function getRandNumber ($fMin, $fMax) { srand((doubl... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<form name="myform_combine" action="ziliao_combine_choose.php" method="POST" ... 阅读全文
摘要:
SELECT id, name, mobile, email, dateFROM ziliaoWHERE ';13524989310;13764075735;'LIKE concat( '%;', mobile, ';%' ) 阅读全文
摘要:
今天看到一段不错的php程序,可以自动把你所有的文件的BOM去掉,而这全部过程只需要上传并运行一下,非常不错,保留下来方便下次使用。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--WriteUTF-8BOM=0WriteUTF-8BOMNF=0这段... 阅读全文
摘要:
http://labs.veryide.com/ 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--echodate("Ymd",strtotime("now")),"\n";echodate("Ymd",strtotime("-1weekMonday")),"\n";echodate("Ymd",... 阅读全文