zoukankan
html css js c++ java
修改百度编辑器自动添加水印控制宽高
修改上传的图片以每月为一个文件夹修改config.json
1.控制上传图片的宽度
在uploder.class.php里面修改,加入如下红框的代码
set_timt_limit(0);执行时间不限定,上传完再断
修改完即可实现控制宽度为750,高度自适应,添加水印
把750修改为$this->pwidth
修改日期config.json
把此文件里面所有的内容都修改即可
来自为知笔记(Wiz)
查看全文
相关阅读:
urlencode 和 rawurlencode 的区别
magic_quotes_gpc
变量的值是多少
git diff patch
drupal前端开发的第一点
git drupal eclipse
spm总结
features block
alu features menu
git reset 理解
原文地址:https://www.cnblogs.com/lsr111/p/4555815.html
最新文章
git pull和冲突的解决
js prototype的用法
Array 和 array 在js中的运用
网站目录权限设置
真正理解 git fetch, git pull 以及 FETCH_HEAD
input maxlength size
function_exists, method_exists, is_callable的区别
modify drupal
65535是怎么来的,二进制和十进制转化
test 2017-1-5
热门文章
settings.php rwx
正向代理 反向代理
nginx.conf 解释
完美解释if-modified-since/not-modified 文件头的意义
test 2016-12-28
git pull 然后 ahead of origin/master * commit 消失
drupal字段值的规律
join / left join / right join
test 2016-12-6
要读
Copyright © 2011-2022 走看看