修改帝国CMS主题适应PHP7
入手了一个主题,但是在php7.4下总是报错/e/class/contect.php错误: Function get_magic_quotes_gpc() is deprecated 原因是php7丢弃了get_magic_quotes_g...
入手了一个主题,但是在php7.4下总是报错/e/class/contect.php错误: Function get_magic_quotes_gpc() is deprecated 原因是php7丢弃了get_magic_quotes_g...
<?php show_source(__file__); $removeChar = ["https://", "http://"]; $seourl = 'http://github.com/asdasd/asd'; $seourl...
对应模块: https://github.com/happynear/py-leveldb-windows 访问地址 往下拉 找到对应位置 py-leveldb-windows 用于构建 leveldb python 包装器的...
默认linux下没有tree命令 -bash: tree: command not found 目前文件太大,下载到VPS上,需要有目录列表: apt install tree 显示隐藏文件: tree -a 列出每个子目录和文件的完整路径...
find查找隐藏文件 在find命令后面增加“-print”;如查找 隐藏的php文件: find / -name "*.php" -print
1、app.DEBUG=True时,代码更改后立即生效 2、APP.jinja_env.auto_reload = True时,模板修改后立即生效,无需重启
Download from GitHub/Gitee V.01 – By Vulsee.com 缘起: 为了及时保存git项目,解决github近期无法访问的情况。 基本满足需求,代码还需优化 界面1: 界面2:
python中flask操作 –vulsee.com gitpython pip install git python 获取项目: git.Git(保存地址?).clone(git项目) git.Repo.clone_from(...
flask中for循环 (⼀)针对字典 html代码: {% for k,v in user.items() %} <p>{{k}}:{{v}}</p> {% endfor %}` python代码: def fro...
apt update apt upgrade apt-get install build-essential apt-get install autoconf wget https://github.com/tinyproxy/tinypr...