Skip to content

Commit

Permalink
修改项目说明文档,新增异步mode 运行方式
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaxia47 committed Jan 25, 2018
1 parent eec26bc commit 74164f3
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,30 @@ database_config = {
}
```

## MYSQL数据库配置

导入数据表结构
```
$ mysql> create database ipproxy;
Query OK, 1 row affected (0.00 sec)
$ mysql> use ipproxy;
Database changed
$ mysql> source '/你的项目目录/db.sql'
```


运行启动脚本 ipproxytool.py 也可以分别运行抓取,验证,服务器接口脚本,运行方法参考项目说明

```
$ python ipproxytool.py
$ python ipproxytool.py
```

新增异步验证方式,运行方法如下

```
$ python ipproxytool.py async
```
<br>

## 项目说明
Expand Down

0 comments on commit 74164f3

Please sign in to comment.