linux下使用tree命令
默认linux下没有tree命令 -bash: tree: command not found 目前文件太大,下载到VPS上,需要有目录列表: apt install tree 显示隐藏文件: tree -a 列出每个子目录和文件的完整路径...
默认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...
python2 下 DBUtils安装与使用 python -m pip install DBUtils==2.0.3 DButils版本: from versions: 0.8.1, 0.9.1, 0.9.2, 0.9.3, 0.9.4,...
xpath剔除所选部分中的元素 <article class="markdown-body"> <p class="xh-highlight"> </p> <h2 id=" " class="xh-...