随笔分类 -  Windows

摘要:[下载地址:http://dev.mysql.com/downloads/] 参考文献:http://dev.mysql.com/doc/refman/5.1/zh/installing.html 步骤1:选择安装类型 有3种安装类型:Typical(典型安装)、Complete(完全安装)和Cus 阅读全文
posted @ 2019-12-11 00:04 Xingtxx 阅读(418) 评论(0) 推荐(0) 编辑
摘要:第一:确认Linux上安装了mysql 第二:登录数据库 第三:创建用户远程连接 GRANT ALL PRIVILEGES ON *.* TO 'rongou'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; ps:第一个rongou为用户名: root为密码 阅读全文
posted @ 2019-10-26 21:00 Xingtxx 阅读(779) 评论(0) 推荐(0) 编辑
摘要:查看虚拟环境中默认安装的库 virtualenvwrapper 上面每次进入virtual我们都需要进入到virtualenv的目录下,一旦virtualenv过多,就蛋疼了,接下来隆重推荐virtualenvwrapper 设置WORK_HOME环境变量 6、删除虚拟环境 rmvirtualenv 阅读全文
posted @ 2019-10-26 20:56 Xingtxx 阅读(172) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示