摘要:
http://liuqingzheng.top/python/Python%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8B/ pip换源 永久配置安装源 windows: 文件管理器敲%APPDATA%,进去之后新建pip文件夹,创建pip.ini配置文件,文件内容: [gl 阅读全文
摘要:
MySql重置密码 #查看mysql服务状态 ps -ef | grep -i mysql #如果启动,则关闭服务 service mysqld stop #修改mysql的配置文件my.conf,看图1 vi /etc/my.cnf #按i或insert插入skip-grant-tables,时候 阅读全文
摘要:
Python基础 MySql Redis Django Django REST framework Django REST framework-luffycity projects Crawl Linux Flask Docker Rabbitmq和RPC ElasticSearch 阅读全文
摘要:
安装软件前准备 #更新系统软件包 yum update -y #安装软件管理包和可能使用到的依赖 yum -y groupinstall "Development tools" yum install openssl-devel bzip2-devel expat-devel gdbm-devel 阅读全文
摘要:
[root@test ~]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联 [root@test ~]# whereis python |xargs rm -frv ##删除所有残余文件 ##xargs 阅读全文