随笔分类 - Linux
摘要:测试代码 # encoding: utf-8#绝对路径寻找上级目录import sys import os curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.split(curPath)[0] sys.pa
阅读全文
摘要:安装: 1。下载 Linux安装postgresql及基础操作 2.初始化数据库,设置自动启动 service postgresql initdb chkconfig postgresql on 3.启动服务 service postgresql start 4.验证是否启动 netstat -a
阅读全文
摘要:问题描述: ln -s /usr/local/bin/python3.6 /usr/bin/python Linux服务器报错: ln: failed to create symbolic link ‘/usr/bin/python’: File exists 解决方法: ln -sf /usr/l
阅读全文

浙公网安备 33010602011771号