随笔分类 - 环境-环境搭建
摘要:Violentmonkey - 插件安装 https://greasyfork.org/zh-CN/scripts/by-site/mozilla.org?sort=total_installs Adblock Plus uBlock Origin - 过滤列表 https://easylist-d
阅读全文
摘要:Termux https://blog.csdn.net/weixin_44706011/article/details/103399250 Qpython https://github.com/qpython-android/qpython3/releases
阅读全文
摘要:01.npm install http-server -g全局安装 02.在要打开的项目文件夹处打开命令窗口,输入 hs -o回车 【hs 目录 -a 地址 -p 端口】,https://github.com/http-party/http-server 03.将对应的网址复制到浏览器打开 注意点:
阅读全文
摘要:js文件 // nodemon .\src\apache_express.js var path = require('path') var express = require('express') var fs = require('fs'); // var url = require('url'
阅读全文
摘要:配置vscode auto save afterDelay 安装 npm install -g nodemon --registry=https://registry.npm.taobao.org 运行 // node test.js nodemon test.js
阅读全文
摘要:import os # 设置环境变量 os.environ['WORKON_HOME']="value" # 获取环境变量方法1 os.environ.get('WORKON_HOME') #获取环境变量方法2(推荐使用这个方法) os.getenv('path') # 删除环境变量 del os.
阅读全文
摘要:安装 npm install -g nodemon 创建 nodemon.json { "restartable": "rs", "ignore": [ ".git", "node_modules/**/node_modules" ], "verbose": true, "watch": ["src
阅读全文
摘要:安装 npm install -g nodemon npm install -g nodemon --registry=https://registry.npm.taobao.org 创建 nodemon.json { "restartable": "rs", "ignore": [ ".git",
阅读全文
摘要:下载 http://www.groovy-lang.org 环境变量(前提JDK已经配置好了) 解压,在环境变量中配置一个变量:GROOVY=C:\groovy\groovy-2.5.4\bin (假设groovy解压在C:\groovy\groovy-2.5.4) 确认环境 java -versi
阅读全文
摘要:centos: http://mirrors.aliyun.com/centos/7/isos/x86_64/ ubuntu: mirrors.aliyun.com/ubuntu-releases/20.04.1/
阅读全文
摘要:安装 # 安装selenium pip3 install selenium #安装chromedriver #0 根据电脑上浏览器的版本下载对应的zip,淘宝镜像 http://npm.taobao.org/mirrors/chromedriver/ #1 mac 1、将下载的可执行文件移到/usr
阅读全文
摘要:<open cmd> cd <to your Ryven folder (the outer one)> python -m venv venv venv/Scripts/activate # windows cd venv/Scripts/activate 执行activate.bat pip i
阅读全文
摘要:指定源 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package pip install -i https://pypi.douban.com/simple django==1.11.4 ubuntu #1. 安装pip
阅读全文
摘要:实体环境 c:\users\xxx\appdata\local\programs\python\python38-32\python.exe -m pip ... 虚拟环境 %windir%\system32\cmd.exe "/K" C:\Users\xxx\AppData\Local\Progr
阅读全文
摘要:# 安装TestLink python2 -m pip install TestLink-API-Python_client # 安装jenkins # 注意不要 pip install jenkins python2 -m pip install python-jenkins
阅读全文
摘要:pip3 install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
阅读全文
摘要:下载资源 curl https://cdn.jsdelivr.net/npm/vega-tooltip@0.16.0/build/vega-tooltip.min.js -o vega-tooltip.min.js 放到本地 # flask 放到 statci 修改html
阅读全文
摘要:windows环境搭建 1.管理员模式打开cmd 2.mysqld --initialize-insecure 3.添加环境变量,快速启动mysql,不需要每次都进入目录。(非必须) 4.添加windows服务 mysqld --install net start mysql https://www
阅读全文
摘要:1. sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7 2. sudo rm -rf "/Applications/Python 2.7" 3. cd /usr/local/bin/ 4. ls -l /usr/local/b
阅读全文
摘要:pip #pip 源 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package pip install -i https://pypi.douban.com/simple django==1.11.4 # 强制安装 pi
阅读全文
浙公网安备 33010602011771号