人人商城子商户后台不能上传视频的解决方法
需要修改的文件路径: addons/ewei_shopv2/plugin/merch/core/web/manage/goods/post.php 处理方案: 模板修改文件路径: addons/ewei_shopv2/plugin/merch/template/web/manage/goods/tab/basi...
图床程序"Qchan"
更新 有个bug,暂时不推荐使用。 简介 什么是图床?图床就是专门用来存储图片并开放连接地址的网站,比如说博客网站空间比较小上传不了太多的图片,这样的话就可以把图片上传到图床去,减少网站...
Chevereto Nginx 伪静态规则
location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){...
魔改BBR算法的尝试
初版BBR: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/plain/net/ipv4/tcp_bbr.c 魔改BBR: https://gist.github.com/anonymous/ba338038e799eafbba173215153a7f3a/r...
BeDesk Nginx静态化規則
location / { try_files $uri $uri/ /index.php?$query_string; } 或者 if (!-d $request_filename){ set $rule_0 1$rule_0; } if ($rule_0 =...
让网站内容自动生成网址访问二维码
将下面代码添加到主题single模板的适当位置即可(其他的主题或者网站源码加入到文章的适当位置即可): 国内: <img src='http://qr.liantu.com/api.php?w=200text=<?php the_permalink()...