Python 的虚拟环境 pyenv 和 virtualenvwrapper 文档 pyenv 文档:https://github.com/pyenv/pyenv virtualenvwrapper:https://virtualenvwrapper.readthedocs.io/en/latest/ ... continue reading python zhuoyuebiji 2019/9/30 948
CentOS7 安装 NodeJS 安装 wget yum install -y wget 下载 nodejs ndoejs 官网:https://nodejs.org/en/download/ 选择 LTS 下载即可 wget ... continue reading centos zhuoyuebiji 2021/4/6 945
微信安全域名检测(独特工具箱) 微信安全域名检测工具,是一款在线的、用于检测指定的域名是否被微信、QQ屏蔽的工具。本工具是一款辅助工具,为不懂技术的人提供一个直观的操作界面,以了解他们的域名是否在微信和QQ中被屏蔽。 检测地址:www.dute.org/wechat ... continue reading html zhuoyuebiji 2019/12/3 943
Django ListView 获取 url 中的参数及根据参数使用不同的模板 from django.views import generic class IndexView(generic.ListView): template_name = 'lw-index-noslider.html' ... continue reading django zhuoyuebiji 2019/12/25 942
认识电脑主板各种参数 主板的命名 微星: U——第三代超耐久技术(就是PCB主板采用了2盎司纯铜) D——全固态日系电容 3——代表主板支持DDR3内存 H&m ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 936
用 python 快速展示服务器的目录文件 将 web 服务器上当前目录下所有的文件(以及子目录)暴露给你所处网络的所有用户, python2: python -m SimpleHTTPServer 7777 (使用端口 7777 和 Python 2) pyt ... continue reading python zhuoyuebiji 2019/6/6 933
Fiddler 在列表中显示图片尺寸 官方文档 https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/customizesessionslist 在列中添加图像尺寸信息(全局范围) 注意:必须 ... continue reading 软件测试 zhuoyuebiji 2019/10/8 931
Django csrf 验证问题及 csrf 原理 相关文档 跨站请求伪造保护 (1.8 官方文档翻译) Cross Site Request Forgery protection (2.2 官方文档) django csrf 验证问题及 csrf 原理 django ... continue reading django zhuoyuebiji 2019/11/14 926
树莓派安装 git, nginx, redis, supervisor, mariadb 树莓派配置:4B 8G 版本(2020.6.1 淘宝 609 入手),具体功能说明 购买链接: https://item.taobao.com/item.htm?id=596761703325&src=raspbe ... continue reading 树莓派 zhuoyuebiji 2020/6/6 925
IP 地址免费查询接口收集 聚合数据 注意:一个账号能免费申请一个接口 IP 地址查询,免费用户,调用 API 每日500次免费调用。 阿里云 全球IP地址查询_免费版_易源数据 免费版本每秒可调用 1 次。本地 5 千万条IP,如果取不 ... continue reading API zhuoyuebiji 2019/12/23 909