摘要: function isLeapYear(a){return a%400==0||a%4==0&&a%100!=0}function calDays(a,b){return[null,31,null,31,30,31,30,31,31,30,31,30,31][b]||(isLeapYear(a)... 阅读全文
posted @ 2011-06-24 14:40 edielei 阅读(487) 评论(0) 推荐(1) 编辑
摘要: 1 #Include 2 ;导入FTP包 3 $server = "127.0.0.1" ;FTP地址 4 $username = "admin" ;FTP用户名 5... 阅读全文
posted @ 2011-06-24 14:16 edielei 阅读(875) 评论(0) 推荐(0) 编辑
摘要: #include ; ~ 打开一个网址$oIE = _IECreate( "http://mail.126.com" ); ~ 获取表单名$oForm = _IEFormGetObjByName($oIE, "for... 阅读全文
posted @ 2011-06-24 13:59 edielei 阅读(841) 评论(0) 推荐(0) 编辑