会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuanzhenliu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年7月16日
搭建proftp服务器
摘要: 官网:http://www.proftpd.org/ 1.安装 git 仓库:https://github.com/proftpd/proftpd/ make && make install 2. 修改配置(最好采用被动模式) # This sample configuration file ill
阅读全文
posted @ 2018-07-16 20:08 YoZane
阅读(425)
评论(0)
推荐(0)
2018年6月9日
python 单例模式
摘要: 实现代码: 运行效果: 参考链接: https://www.cnblogs.com/tqsummer/archive/2011/01/24/1943315.html https://www.cnblogs.com/huchong/p/8244279.html
阅读全文
posted @ 2018-06-09 00:24 YoZane
阅读(137)
评论(0)
推荐(0)
mongo
摘要: 1 QA.http://api.mongodb.com/python/current/faq.html 参考:http://api.mongodb.com/python/current/faq.html#how-does-connection-pooling-work-in-pymongo Crea
阅读全文
posted @ 2018-06-09 00:06 YoZane
阅读(268)
评论(0)
推荐(0)
2018年6月5日
kafka
摘要: 官网:http://kafka.apache.org/quickstart
阅读全文
posted @ 2018-06-05 15:37 YoZane
阅读(115)
评论(0)
推荐(0)
2018年6月2日
查看端口占用
摘要: 方法一:lsof 安装lsof lsof -i 查看端口占用情况 方法二:netstat -npm|grep 端口号(但是这个工具在centos7 中我没有装成功)
阅读全文
posted @ 2018-06-02 13:19 YoZane
阅读(150)
评论(0)
推荐(0)
2018年5月17日
tinyproxy 代理使用
摘要: 安装 注释掉Allow(允许大家用) 防火墙开放8888(或已经自定义)端口 尝试使用代理访问 http://httpbin.org/ip 运行结果:(45.77.10.62 就是代理的ip) 参考:http://www.cnblogs.com/fatt/p/7171474.html 附:
阅读全文
posted @ 2018-05-17 21:08 YoZane
阅读(710)
评论(0)
推荐(0)
2018年5月3日
Linux 搭建wiki
摘要: https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki 检测系统是否自带安装 mysql: 卸载 安装mysql 启动 mysql: 如果是 CentOS 7 版本,由于 MySQL数据库已从默认的程序列表中移除,可以使用 mariadb
阅读全文
posted @ 2018-05-03 20:51 YoZane
阅读(2565)
评论(0)
推荐(0)
2018年5月2日
linux 安装 java
摘要: Sample code: 执行: 执行jar 环境变量:
阅读全文
posted @ 2018-05-02 17:39 YoZane
阅读(146)
评论(0)
推荐(0)
2018年4月11日
Supervisor守护进程
摘要: 1.安装 2.创建配置文件 修改配置: 3.启动 4.管理 5. /etc/supervisord.conf ; Sample supervisor config file. ; ; For more information on the config file, please see: ; htt
阅读全文
posted @ 2018-04-11 16:15 YoZane
阅读(281)
评论(0)
推荐(0)
flask+markdown
摘要: github: https://github.com/OOMMYY/flaskr.git python flaskr.py 功能:1.markdown: http://localhost:8000/markdown2.下载: http://localhost:8000/download3.传参:ht
阅读全文
posted @ 2018-04-11 13:28 YoZane
阅读(522)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告