上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 75 下一页
摘要: 1、mod_rewrite 简介和配置 Rewirte主要的功能就是实现URL的跳转和隐藏真实地址,基于Perl语言的正则表达式规范。平时帮助我们实现拟静态,拟目录,域名跳转,防止盗链等如一个普通访问地址为 */php100.php?id=2可以转成: */PHP100_2.html或转成: */P 阅读全文
posted @ 2019-08-21 15:53 浮尘微光 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://github.com/sagidm/s3-resizer https://aws.amazon.com/cn/blogs/compute/resize-images-on-the-fly-with-amazon-s3-aws-lambda-and-amazon-api-g 阅读全文
posted @ 2019-08-20 17:56 浮尘微光 阅读(2892) 评论(0) 推荐(0) 编辑
摘要: 1. 安装:ImageMagick:命令:brew install ImageMagick这种方式安装下来的imageMagic,不缺少东西,报错较少。安装之后的位置:/usr/local/Cellar/imagemagick/ 2. 安装php扩展imagick下载:wget https://pe 阅读全文
posted @ 2019-08-19 19:39 浮尘微光 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: https://www.obytes.com/blog/2019/image-resizing-on-the-fly-with-aws-lambda,-api-gateway,-and-s3-storage/ 在本文中,我们将讨论在从AWS S3存储请求具有大小参数(宽度/高度)的原始图像大小之后创 阅读全文
posted @ 2019-08-19 16:25 浮尘微光 阅读(3906) 评论(0) 推荐(0) 编辑
摘要: 根据官方手册执行composer global require "laravel/installer" 显示Changed current directory to C:/Users/Administrator/AppData/Roaming/Composer 然后没反应了,因为去国外的镜像地址下载 阅读全文
posted @ 2019-08-13 14:08 浮尘微光 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 需要先查找出相关的记录,然后循环处理更新数据。如下案例,更新所有status=1的数据的gender值为2 阅读全文
posted @ 2019-08-12 16:15 浮尘微光 阅读(27841) 评论(1) 推荐(1) 编辑
摘要: /** * * 检测文件的真实类型 * * @param string $srcPath 文件路径 * * @return string $realType 文件真实类型 * */ $imgurl = 'http://pic.babytree.com/foto3/thumbs/2015/0506/51/8/357557aa334dd03923a408f_nb.jpg'; echo file_typ 阅读全文
posted @ 2019-08-11 16:02 浮尘微光 阅读(2142) 评论(0) 推荐(0) 编辑
摘要: 使用注意项: 原来文件格式gbk的,否则可能出现utf-8转utf-8乱码。 转自:https://blog.csdn.net/pangyemeng/article/details/74315869 阅读全文
posted @ 2019-08-09 15:46 浮尘微光 阅读(3911) 评论(0) 推荐(0) 编辑
摘要: <?php date_default_timezone_set ("PRC" ); function getFilePro($fileName){ if (!file_exists($fileName)){ echo "文件或目录{$fileName} 不存在<br>" ; return ; } else { echo "文件的类型".filetype($fileName). "<br>" ; } 阅读全文
posted @ 2019-08-08 13:53 浮尘微光 阅读(1308) 评论(0) 推荐(0) 编辑
摘要: svn propedit svn:ignore .svn: E205007: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configurat 阅读全文
posted @ 2019-08-06 14:27 浮尘微光 阅读(956) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 75 下一页