2018年12月30日

Php导出百万数据的优化

摘要: phpcsv sql............ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; Table structure for student DROP TABLE IF EXISTS ; CREATE TABLE ( int(11) NOT NU 阅读全文

posted @ 2018-12-30 20:32 夜里码码 阅读(119) 评论(0) 推荐(0) 编辑

PHP图片压缩类,高清无损直接用就ok啦

摘要: 这个不完全是我自己写的 _ !,但是好用呀 阅读全文

posted @ 2018-12-30 20:31 夜里码码 阅读(803) 评论(0) 推荐(0) 编辑

Thinkphp各大支付平台在线支付集成源码

摘要: ``` 用Thinkphp给客户开发网站的时候需要用到各大平台付款功能,下面就免费分享给大家,此类是个成熟类,经过测试了(可以直接拿来使用,附带使用方法,有需要的朋友请拿走。), 如果有需要安装的演示请登陆“二当家的”查看:http://www.erdangjiade.com/php/524.htm 阅读全文

posted @ 2018-12-30 20:27 夜里码码 阅读(899) 评论(0) 推荐(0) 编辑

Mongodb PHP封装类

摘要: 分享一个Mongodb PHP封装类 阅读全文

posted @ 2018-12-30 20:26 夜里码码 阅读(520) 评论(0) 推荐(0) 编辑

nginx配置文件详解

摘要: nginx配置文件详解.php 阅读全文

posted @ 2018-12-30 20:25 夜里码码 阅读(159) 评论(0) 推荐(0) 编辑

thinkphp上传图片,生成缩略图

摘要: Image.php function.php upload.php 阅读全文

posted @ 2018-12-30 20:24 夜里码码 阅读(342) 评论(0) 推荐(0) 编辑

php 图片转base4的格式

摘要: ``` '; exit(); //生成转化过来的图片 $imgBase64 = "";//base64格式的图片 if ( preg_match('/^(data:\s*image\/(\w+);base64,)/', $imgBase64, $result) ){ $imgBase64 = urlencode( str_replace(... 阅读全文

posted @ 2018-12-30 20:23 夜里码码 阅读(201) 评论(0) 推荐(0) 编辑

导航