09 2016 档案
PHP 采集
摘要:<?php header("content-type:text/html;charset=gbk");// 要采集的页面的地址$url = "http://www.2cloo.com/hot";// 获取页面内容$url_content = file_get_contents( $url );//
阅读全文
PHP 使用 OSS 批量上传图片
摘要:<?php set_time_limit(0);// 引入自动加载类// 确保路径是否正确require_once 'autoload.php';// 确定参数 需要申请$accessKeyId = "*****";$accessKeySecret = "*****";$endpoint = "**
阅读全文
PHP 设置代码执行时间
摘要:<?phpini_set('max_execution_time', '0');set_time_limit(0);?>
阅读全文
PHP 批量修改图片的名字
摘要:<?php // glob() 返回指定目录下的文件名以及目录$arr = glob("img/*.jpg");$time = time();$i = 100001;// 循环遍历foreach($arr as $file) { // 获取图片后缀名 $ext = pathinfo($file,PA
阅读全文
滑动验证码
摘要:自己研究: jQuery拖拽滑动验证码插件 slideunlock.js 原理:(别人说) 响应时间,拖拽速度,时间,位置,轨迹,重试次数等。这些因素能够构成一个采样结果或者辨识特性。 只获取到滑动时间,滑动的长度。 效果: html页面 <link href="css/slide-unlock.c
阅读全文
浙公网安备 33010602011771号