-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from antoor/v1.1-dev
Update to v1.1.2
- Loading branch information
Showing
14 changed files
with
884 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
**任何人不得将其用于非法用途以及盈利等目的,也禁止未经允许私自修改打包进行发布,否则后果自行承担并将追究其相关责任!** | ||
|
||
[![node](https://img.shields.io/badge/node-v4.0+-green.svg?style=flat-square)](https://nodejs.org/en/download/) | ||
[![release](https://img.shields.io/badge/release-v1.1.1-blue.svg?style=flat-square)](https://github.com/antoor/antSword/releases/tag/1.1.1) | ||
[![release](https://img.shields.io/badge/release-v1.1.2-blue.svg?style=flat-square)](https://github.com/antoor/antSword/releases/tag/1.1.2) | ||
|
||
## 设计思想 | ||
> 中国蚁剑采用了[Electron](http://electron.atom.io/)作为外壳,`ES6`作为前端代码编写语言,搭配`Babel`&&`Webpack`进行组件化构建编译,外加`iconv-lite`编码解码模块以及`superagent`数据发送处理模块还有`nedb`数据存储模块,组成了这个年轻而又充满活力的新一代大杀器。 | ||
|
@@ -37,7 +37,7 @@ $ npm install | |
```sh | ||
$ npm install -g cnpm -—registry=https://registry.npm.taobao.org | ||
$ cnpm install [email protected] | ||
$ npm install | ||
$ npm install | ||
``` | ||
|
||
|
||
|
@@ -97,4 +97,4 @@ $ npm start | |
|
||
* Q群: [130993112](http://shang.qq.com/wpa/qunwpa?idkey=51997458a52d534454fd15e901648bf1f2ed799fde954822a595d6794eadc521) | ||
* 官网: [http://uyu.us](http://uyu.us) | ||
* 微博: [蚁逅](http://weibo.com/antoor) | ||
* 微博: [蚁逅](http://weibo.com/antoor) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
## Shell-Scripts | ||
> 此目录用于存放一些示例的服务端脚本文件,仅供参考。 | ||
> 此目录用于存放一些示例的服务端脚本文件,仅供参考。 | ||
### PHP | ||
|
||
1. [PHP Custom Spy for Mysql](./php_custom_spy_for_mysql.php) | ||
2. [PHP Create_Function](./php_create_function.php) | ||
3. [PHP Assert](./php_assert.php) | ||
|
||
### JSP | ||
|
||
1. [JSP Custom Spy for Mysql](./jsp_custom_spy_for_mysql.jsp) |
Oops, something went wrong.