上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 1、下载包 2、/usr/local/php/bin/phpize 3、./configure --enable-soap --with-php-config=/usr/local/php/bin/php-config 4、make && make install 阅读全文
posted @ 2016-09-30 10:36 loweringye 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、yum remove xxx2、rpm -e xxx3、tar包的话需要你直接删除该文件4、make uninstall xxx 阅读全文
posted @ 2016-09-30 10:14 loweringye 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1、vim /etc/profile 2、PATH=$PATH:/usr/local/php/bin;export PATH 3、source /etc/profile 阅读全文
posted @ 2016-09-30 10:06 loweringye 阅读(112) 评论(0) 推荐(0) 编辑
摘要: yum install php-devel php-pear httpd-devel 阅读全文
posted @ 2016-09-29 16:33 loweringye 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 原文地址: http://site.i3007.top/post_detail.html?id=85 阅读全文
posted @ 2016-09-23 16:59 loweringye 阅读(133) 评论(0) 推荐(0) 编辑
摘要: session从生成到读取,或从生成到写入都出现锁定的情况。 1、session_start();session_commit(); 2、session_start();session_write_close(); 阅读全文
posted @ 2016-09-23 16:57 loweringye 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 原文地址: http://site.i3007.top/post_detail.html?id=86 阅读全文
posted @ 2016-09-23 16:04 loweringye 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 使用copy函数 if (!empty($_FILES)) { //图片 if(isset($_FILES['image'])) { $img_data = $_FILES['image']['tmp_name']; $img_name = $_FILES['image']['name']; //图 阅读全文
posted @ 2016-09-23 15:34 loweringye 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 方法如下: 插件: jquery.validate.js jquery.validate.custom.js bootstrap html代码: <form id="form_name"> <input type="text" name="data[name]" /> </form> <div id 阅读全文
posted @ 2016-09-23 15:29 loweringye 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 这是一个日期插件的使用 插件: jquery-ui.js jquery.ui.datepicker-zh-CN.js html代码: $("#date_from").datepicker({ dateFormat:'yy-mm-dd', changeMonth: true, numberOfMont 阅读全文
posted @ 2016-09-23 15:17 loweringye 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页