上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
  2018年3月27日
摘要: php artisan optimize //优化类加载 php artisan config:cache //配置缓存 php artisan route:cache //路由缓存 清空配置缓存 php artisan cache:clear php artisan config:clear 阅读全文
posted @ 2018-03-27 17:31 程序小院 阅读(889) 评论(0) 推荐(0) 编辑
摘要: public function test(){ $data = array( array( 'name' => '对对对', 'score' => 80, 'grade' => '急急急' ), array( 'name' => '嗯嗯嗯', 'score' => 70, 'grade' => '黑 阅读全文
posted @ 2018-03-27 09:20 程序小院 阅读(227) 评论(0) 推荐(0) 编辑
  2018年3月23日
摘要: 比如 <?php $str1 = 'a,b'; $str2 = 'aaa,bbb'; $str = $str1.$str2; file_put_contents('test.csv',$str,"\r\n",FILE_APPEND); 这时我们导出为: a b aaa bbb 四列 如上4列显示 需 阅读全文
posted @ 2018-03-23 15:14 程序小院 阅读(688) 评论(0) 推荐(0) 编辑
  2018年3月19日
摘要: 首先保证mac安装php,nginx,composer 根据laravel中文文档进行安装 http://laravelacademy.org/post/6665.html 直接指向 阅读全文
posted @ 2018-03-19 17:27 程序小院 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: laravel/server.php改名为index.php 并且将public目录下的.htaccess拷贝到Larvael根目下 再访问 如有配置不成功的请加群 阅读全文
posted @ 2018-03-19 14:38 程序小院 阅读(340) 评论(0) 推荐(0) 编辑
  2018年3月18日
摘要: 上节用到文件下载 https://www.cnblogs.com/chaihy/p/11028880.html 同理下载文件压缩下载 <a herf="/upload?filename=''/upload/file/zip&new_filename=''bb">文件下载</a> 参数new_file 阅读全文
posted @ 2018-03-18 15:07 程序小院 阅读(752) 评论(0) 推荐(0) 编辑
  2018年3月15日
摘要: 通过分析找不一个方法实现文件下载重新命名 首先文件下载页面显示下载按钮 前端页面上a标签实现 <a herf="/upload?filename=''/upload/file/aa.doc&new_filename=''bb.doc">文件下载</a> 将aa.doc文件 下载时候名称为bb.doc 阅读全文
posted @ 2018-03-15 21:15 程序小院 阅读(721) 评论(0) 推荐(0) 编辑
  2018年3月7日
摘要: 首先下载 http://pecl.php.net/package/SeasLog 下载最新解压 cd /SeasLog-2.0.2/SeasLog-2.0.2/ phpize ./configure make && make install 然后modules/ 文件夹下生产seaslog.so文件 阅读全文
posted @ 2018-03-07 17:37 程序小院 阅读(520) 评论(0) 推荐(0) 编辑
  2018年3月5日
摘要: 概述 PROFILE 可以跟踪查询语句各个阶段 Time,IO,CPU,MEMORY 等资源使用情况,比较详细。所以系统一般不会记录太多。启用是全局的,所以每个连接都保持语句的资源使用情况。 The SHOW PROFILE and SHOW PROFILES statements display 阅读全文
posted @ 2018-03-05 14:52 程序小院 阅读(283) 评论(0) 推荐(0) 编辑
摘要: DirectX 修复工具 v3.7增强版 链接: https://pan.baidu.com/s/135pZUNwpXcMZjyLB41sQCg 密码: gtb5 阅读全文
posted @ 2018-03-05 10:01 程序小院 阅读(1116) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页