上一页 1 ··· 15 16 17 18 19
摘要: PHP CURL curl_setopt 参数 bool curl_setopt (int ch, string option, mixed value)curl_setopt()函数将为一个CURL会话设置选项。option参数是你想要的设置,value是这个选项给定的值。 下列选项的值将被作为长整形使用(在option参数中指定): ? CURLOPT_INFILESIZE : 当... 阅读全文
posted @ 2013-01-19 14:51 IT图书 阅读(189) 评论(0) 推荐(0)
摘要: PHP cURL post get init exec cookie https 作者:http://txw1958.cnblogs.com/地址: cURL 是一个利用URL语法规定来传输文件和数据的工具,支持很多协议,如HTTP、FTP、TELNET等。很多小偷程序都是使用这个函数。最爽的是,PHP也支持 cURL 库。本文将介绍 cURL 的一些高级特性,以及在PHP中如何运用它。 正文... 阅读全文
posted @ 2013-01-11 12:15 IT图书 阅读(192) 评论(0) 推荐(0)
摘要: 关键字:PHP 时区 时间 日志 getMessage()); } //record operation log into .log file function logger($log_content) { print_r(date('H:i:s')." ".$log_content.""); $log_filename = date("Ymd").".log";... 阅读全文
posted @ 2013-01-06 22:23 IT图书 阅读(157) 评论(0) 推荐(0)
摘要: 关键字:cmd DOS 批处理 批量 重命名 作者:lifesinger地址:http://www.cnblogs.com/txw1958/archive/2012/12/24/cmd-batch-rename.html 需求:只用cmd命令,将某目录及其子目录下所有文件都加上bak后缀。分析:1. “只用cmd命令”,意味着不能使用TC等工具;2. “将某目录及其子目录下”,意味着要遍历整个目录... 阅读全文
posted @ 2012-12-24 17:04 IT图书 阅读(387) 评论(0) 推荐(0)
摘要: Wireshark SNMP Trap 过滤关键字:snmp && udp.dstport == 162 阅读全文
posted @ 2012-12-13 11:08 IT图书 阅读(184) 评论(0) 推荐(0)
摘要: Wireshark SNMP Trap 过滤关键字:snmp && udp.dstport == 162 阅读全文
posted @ 2012-12-13 11:08 IT图书 阅读(188) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19