2018年9月19日
摘要:
git clone https://github.com/lwx430932/script_tool.git C:\Users\t_lishu\AppData\Roaming\Python\Python37\Scripts\pyinstaller script_tool\video_download
阅读全文
posted @ 2018-09-19 21:46
机器大浪猫
阅读(330)
推荐(0)
2018年8月24日
摘要:
pip install qrcode (pip/pip3) pip install Image 命令行: qr 'http://www.ziqiangxuetang.com' > test.png 代码: import qrcode img = qrcode.make('http://www.tuw
阅读全文
posted @ 2018-08-24 17:41
机器大浪猫
阅读(217)
推荐(0)
2018年8月22日
摘要:
Usage: myprog[ -f ][-s ] arg1[,arg2..] Options: -h, --help show this help message and exit -f DICPATH dict file path -u USER user name -U URL, --url=U
阅读全文
posted @ 2018-08-22 15:57
机器大浪猫
阅读(129)
推荐(0)
2018年8月17日
摘要:
python manage.py makemessages -l en_gb (英国) python manage.py compilemessages -l en_gb报错, CommandError: Can’t find msguniq. Make sure you have GNU gett
阅读全文
posted @ 2018-08-17 11:12
机器大浪猫
阅读(340)
推荐(0)
2018年8月16日
摘要:
1.下载jdk http://www.oracle.com/technetwork/java/javase/downloads/index.html 配置环境变量: 系统变量→新建 JAVA_HOME 变量 变量值填写jdk的安装目录C:\Program Files\Java\jdk-10.0.2
阅读全文
posted @ 2018-08-16 16:33
机器大浪猫
阅读(79)
推荐(0)
2018年8月15日
摘要:
app的urls.py 1.x: from django.conf.urls import patterns, include, url # Uncomment the next two lines to enable the admin:# from django.contrib import a
阅读全文
posted @ 2018-08-15 10:32
机器大浪猫
阅读(247)
推荐(0)
2018年8月8日
摘要:
https://docs.djangoproject.com/zh-hans/2.0/ 博客教程: http://www.liujiangblog.com/blog/36/
阅读全文
posted @ 2018-08-08 17:45
机器大浪猫
阅读(107)
推荐(0)
2018年8月6日
摘要:
def Trigger() { build job: 'job_name', wait: false, parameters: [string(name: 'BuildNumber', value: "${BUILD_LABEL}"), string(name: 'platform', value:
阅读全文
posted @ 2018-08-06 16:10
机器大浪猫
阅读(135)
推荐(0)
摘要:
#!groovydef upload_symbols(artifact_url, platform, build_number, branch_name) { bat """ pushd CER C:\\Python33\\python uploadSymbols.py "parameters" p
阅读全文
posted @ 2018-08-06 15:58
机器大浪猫
阅读(222)
推荐(0)