Windows 安装 virtualenvwrapper-win 和设置 WORKON_HOME 环境变量 安装 virtualenvwrapper-win # using pip pip install virtualenvwrapper-win # using easy_install easy_install ... continue reading python zhuoyuebiji 2021-9-17 1133
理财计算器 常用的理财计算器: 最终收益计算、收益率计算、定投计算、财务自由计算、净值涨跌幅度计算 http://xieboke.net/js/#top1 蛋卷基金定投计算器: https://danjuanfunds.com/ ... continue reading 理财知识 zhuoyuebiji 2021-9-2 253
Django admin: How to insert Inline between fields The positioning of the TabularInline, it would seem to be a simple task. Most of Django developers face this challenge w ... continue reading django zhuoyuebiji 2021-8-5 302
安卓手机摄像头变成电脑(windows)的摄像头(DroidCam 摄像头) 安卓端下载: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam 安卓端配置(默认,打开 APP 就行了): windo ... continue reading 计算机基础 zhuoyuebiji 2021-7-6 1615
Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 ... continue reading 软件测试 zhuoyuebiji 2021-5-19 893
Centos7 java -verison Error: Could not create the Java Virtual Machine. 错误情况 [root@gitlab download]# java -verison Unrecognized option: -verison Error: Could not create the Java Virtual ... continue reading centos zhuoyuebiji 2021-5-18 1466
Django admin admin_order_field 自定义字段排序实现方法 模型 # admin.py class CustomerAdmin(admin.ModelAdmin): list_display = ('foo', 'number_of_orders') # models ... continue reading django zhuoyuebiji 2021-5-17 863
CentOS7 中使用 yum 安装 Nginx 的方法 1、添加源 默认情况Centos7 中无 Nginx 的源,最近发现 Nginx 官网提供了 Centos 的源地址。因此可以如下执行命令添加源: sudo rpm -Uvh http://nginx.org/packa ... continue reading centos zhuoyuebiji 2021-4-28 226
TraceRoute 查询(ping 经过 的路由)网站 查询 ip 经过了哪些路由(用来挑选国外服务器) https://tools.ipip.net/traceroute.php ... continue reading 计算机基础 zhuoyuebiji 2021-4-27 432
Centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats = 127.0.0.1:9191 # ... continue reading centos zhuoyuebiji 2021-4-26 1397