摘要: $ ps aux | grep amoeba 查到amoeba的进程 $ kill s 9 pid 杀死进程 阅读全文
posted @ 2018-09-28 20:49 啊耶 阅读(253) 评论(0) 推荐(0)
摘要: 1.HTML页面静态化 2.图片服务器分离(可以用fastdfs轻量级的分布式文件存储系统) 3.使用缓存(用redis) 4.数据库集群、库表散列 5.使用负载均衡的方法(配置nigix服务器) 6.镜像 7.CDN加速技术(内容分发网络) 阅读全文
posted @ 2018-09-27 17:14 啊耶 阅读(6317) 评论(1) 推荐(0)
摘要: ![](https://img2018.cnblogs.com/blog/1468339/201809/1468339-20180922170905362-2052712458.png) 阅读全文
posted @ 2018-09-22 17:09 啊耶 阅读(279) 评论(0) 推荐(0)
摘要: 1. mysql h数据库ip地址 u数据库用户名 p 数据库密码 阅读全文
posted @ 2018-09-08 15:49 啊耶 阅读(859) 评论(0) 推荐(0)
摘要: 用命令sudo pip install PIL ,报错如下 Could not find a version that satisfies the requirement PIL (from versions: )No matching distribution found for PIL 用命令s 阅读全文
posted @ 2018-08-30 21:19 啊耶 阅读(176) 评论(0) 推荐(0)
摘要: 进入终端, 先执行 import os, base64 再执行base64.b64encode(os.urandom(48)) 阅读全文
posted @ 2018-08-30 20:23 啊耶 阅读(1191) 评论(0) 推荐(0)
摘要: python3 报错:UnicodeDecodeError 'utf-8' codec can't decode byte 0xd6 in position 201: invalid continuation byte 解决: 在模块最上方加上 # -*- coding:utf-8 -*-或者#co 阅读全文
posted @ 2018-08-30 20:17 啊耶 阅读(399) 评论(0) 推荐(0)
摘要: 打开pychaarm的vcs下的git,push代码显示成功,但是码云上并没有推送记录。这是打开pycharm终端输入git add .报错如下:warning: LF will be replaced by CRLF in pom.xml.The file will have its origin 阅读全文
posted @ 2018-08-30 19:51 啊耶 阅读(155) 评论(0) 推荐(0)