摘要: 自己平时工作中用到的一套接口加密规则,记录下来以后用: 1 /** 2 inc 3 解析接口 4 客户端接口传输规则: 5 1.用cmd参数(base64)来动态调用不同的接口,接口地址统一为 http://a.lovexpp.com 6 2.将要传过来的参数组成一个数组,数组添加timestam... 阅读全文
posted @ 2015-11-30 16:28 inc 阅读(4322) 评论(0) 推荐(0) 编辑
摘要: yum install croncrontab -e添加(一分钟)*/1 * * * * curl http://www.baidu.com/ > /home/jzy/baidu.txtrpm -qa | grep cron//检测软件有没有安装 阅读全文
posted @ 2015-11-30 11:49 inc 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2015-11-30 11:47 inc 阅读(658) 评论(0) 推荐(0) 编辑
摘要: html结构中 file类型加上 onchange事件 ,用FileReader读取图片的data:/images,然后显示在img标签中,代码如下: 1 "> 2 3 阅读全文
posted @ 2015-11-30 11:39 inc 阅读(2602) 评论(0) 推荐(1) 编辑
摘要: 因为Centos上yum安装的话可能版本比较低,使用中会有一些难以预料的问题出现。从源代码编译安装方法:#Centos执行:yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel#Ubuntu执行:apt-g... 阅读全文
posted @ 2015-11-30 11:30 inc 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Just copy and paste:1 $ yum install make2 $ yum install gcc3 $ yum install php php-fpm php-devel php-pear4 $ yum install ImageMagick ImageMagick-devel... 阅读全文
posted @ 2015-11-30 11:23 inc 阅读(699) 评论(0) 推荐(0) 编辑