06 2016 档案

摘要:ftp命令:参考:http://linuxso.com/command/ftp.htmlhttp://www.linuxidc.com/Linux/2012-12/77043.htm (上传文件到服务器的Linux命令)use:ftp [-dignv][主机名称或IP地址]参 数: -d 详细显示指 阅读全文
posted @ 2016-06-21 15:07 wifix 阅读(3475) 评论(0) 推荐(0)
摘要://从1970年开始的毫秒数然后截取10位变成 从1970年开始的秒数 function timest() { var tmp = Date.parse( new Date() ).toString(); tmp = tmp.substr(0,10); return tmp; } js 时间戳 var ts = Date.parse(new Date()); // ts 得... 阅读全文
posted @ 2016-06-14 17:35 wifix 阅读(51470) 评论(0) 推荐(1)