如果遇到以下问题,这边文章对你有用
1. 通过cmd安装pip时出错
2. 添加环境变量后,无法从cmd中运行pip list
3.在cmd中运行pip list 后 显示红字
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or defi…
以Python 2.7为例,其他的版本也是相同的方法 下载
打开链接https://www.python.org/downloads/release/python-2714/ 选择这个 安装
运行 一路Next之后来到这个界面 注意这个选项 作如下修改,选择Entire feature will be installed on local hard driv…
安装Vue中出现的问题
npm WARN deprecated har-validator5.1.5: this library is no longer supported npm WARN deprecated uuid3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known t o be pr…
1、问题
mysql中在设置主键(id)的默认值时,有一下两种情况:
当 id 为 int 类型时,可以直接在创建表时设置id为 id primary key auto_increase,即默认 id 为主键自增长。当 id 为 varchar 类型时ÿ…
性能分析工具
参照链接
long_query_time :默认10秒 SHOW VARIABLES LIKE %long_query_time%; ,设置set [global] long_query_time 1;slow_query_log: 查看慢查询日志SHOW VARIABLES LIKE %slow_query_log%;设置开启SET GLOBAL slow_query_logON;slow_…