上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 阅读全文
posted @ 2018-11-09 15:55 梁颖666 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-09 15:45 梁颖666 阅读(212) 评论(0) 推荐(0) 编辑
摘要: import importlib ret = importlib.import_module('模块字符串') 阅读全文
posted @ 2018-11-09 15:36 梁颖666 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 环境:Python3.5 way 1: way 2: 在项目的setting.py中设置 阅读全文
posted @ 2018-10-31 13:32 梁颖666 阅读(1719) 评论(1) 推荐(0) 编辑
摘要: 首先在本地和服务器上下载pydevd pip3 install pydevd 然后在 设置SSH连接, 出现:java.net.ConnectException:Connection refused 如果能ping 成功,则是端口不对,我的端口默认是22 将服务器配置好后,点击 Automatic 阅读全文
posted @ 2018-10-26 16:34 梁颖666 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 导出整个数据库中的所有数据 1、在linux命令行下输入: 1 mysqldump -u userName -p dabaseName > fileName.sql fileName.sql最好加上路径名 导出数据库中的某个表的数据 1 mysqldump -u userName -p dabase 阅读全文
posted @ 2018-10-26 13:40 梁颖666 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 安装OpenSSL: brew install openssl 然后: 阅读全文
posted @ 2018-10-24 20:17 梁颖666 阅读(928) 评论(0) 推荐(0) 编辑
摘要: cd "$(brew --repo)" git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git git checkout master git pull origin master cd "$(brew --repo)/Library/Taps/homebrew/homebrew-... 阅读全文
posted @ 2018-10-24 20:07 梁颖666 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 将setting文件中的 改成: 阅读全文
posted @ 2018-10-24 09:42 梁颖666 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 部署条件: 1.一台阿里云服务器(本人的是CentOS系统的服务器) 2.已经构建好的项目 3.服务器上安装并配置Nginx 首先第一步:在服务器上安装并配置Nginx 进入服务器 $ ssh root@服务器IP 安装编译工具以及库文件: yum -y install make gcc-c++ l 阅读全文
posted @ 2018-10-19 13:45 梁颖666 阅读(981) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页