windows安装openssl组件

10月 17, 2016

一,下载已经编译的openssl https://code.google.com/p/openssl-for- […]

Read the full article →

Ubuntu 16.04 安装pyspider

10月 13, 2016

Pyspider 爬虫框架:https://github.com/binux/pyspider 升级Ubunt […]

Read the full article →

pyspider 安装+配置

10月 12, 2016

Ubuntu 安装pyspider sudo apt-get install python python-de […]

Read the full article →

JavaScript的AST抽象语法树

10月 1, 2016

什么是AST抽象语法树 Wikipedia关于AST的解释: It is a hierarchical pro […]

Read the full article →

Windows Python UnicodeDecodeError 错误解决办法

9月 17, 2016

环境: Windows 10 Python 3.6 Pip 9.0.1 问题: pip install scr […]

Read the full article →

使用wireshark和Tcpdump分析MQTT协议

9月 9, 2016

Wireshark(以前是ethereal)是非常简单易用的可视化图形抓包工具,但在Linux下很难找到一个好 […]

Read the full article →

Nginx的try_files指令

9月 3, 2016

Nginx配置语法里有一个try_files指令,配合命名location,可以部分替代原本常用的rewrit […]

Read the full article →

nginx可遍历下载php文件

8月 28, 2016

解决办法:修改nginx对php的处理 location ~ /(?<ver>v[1-9])/.* […]

Read the full article →

mongodb数据备份和还原

8月 11, 2016

mongodb数据备份和还原主要分为二种,一种是针对于库的mongodump和mongorestore,一种是 […]

Read the full article →

Mongo数据库查询语句和SQL语句对比

8月 10, 2016

​db.users.find() select * from users db.users.find({&#8 […]

Read the full article →