From b3d928a4508072e4ae376eac0ec574b2e7de5470 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Wed, 11 Feb 2015 17:08:52 +0800 Subject: [PATCH] rename aszxqw -> yanyiwu --- .travis.yml | 2 +- ChangeLog.md | 4 ++-- Dockerfile | 4 ++-- README.md | 28 ++++++++++++++-------------- test/servertest/go_load_test.sh | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51aedaa..cb5e633 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ compiler: - gcc notifications: recipients: - - wuyanyi09@foxmail.com + - i@yanyiwu.com email: on_success: change on_failure: always diff --git a/ChangeLog.md b/ChangeLog.md index 32bfa0a..34e5bab 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -82,5 +82,5 @@ 4. 使用 [Limonp]作为工具函数库,比如日志,字符串操作等常用函数。 5. 使用 [Husky] 搭简易分词服务的服务器框架。 -[Limonp]:http://github.com/aszxqw/limonp.git -[Husky]:http://github.com/aszxqw/husky.git +[Limonp]:http://github.com/yanyiwu/limonp.git +[Husky]:http://github.com/yanyiwu/husky.git diff --git a/Dockerfile b/Dockerfile index 7d236e9..8743a93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:14.04 -MAINTAINER yanyiwu +MAINTAINER yanyiwu RUN apt-get update RUN apt-get install -y g++ cmake git -RUN git clone https://github.com/aszxqw/cppjieba.git +RUN git clone https://github.com/yanyiwu/cppjieba.git RUN mkdir cppjieba/build WORKDIR /cppjieba/build RUN cmake .. diff --git a/README.md b/README.md index b7127f8..c8209e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CppJieba [![Build Status](https://travis-ci.org/aszxqw/cppjieba.png?branch=master)](https://travis-ci.org/aszxqw/cppjieba) +# CppJieba [![Build Status](https://travis-ci.org/yanyiwu/cppjieba.png?branch=master)](https://travis-ci.org/yanyiwu/cppjieba) ## 简介 @@ -27,7 +27,7 @@ CppJieba是"结巴"中文分词的C++版本 ### 下载和编译 ```sh -git clone --depth=10 --branch=master git://github.com/aszxqw/cppjieba.git +git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git cd cppjieba mkdir build cd build @@ -356,23 +356,23 @@ https://github.com/fxsjy/jieba ## 作者 -- yanyiwu https://github.com/aszxqw i@yanyiwu.com +- yanyiwu https://github.com/yanyiwu i@yanyiwu.com - aholic https://github.com/aholic ruochen.xu@gmail.com -[CppJieba]:https://github.com/aszxqw/cppjieba +[CppJieba]:https://github.com/yanyiwu/cppjieba [jannson]:https://github.com/jannson [cppjiebapy]:https://github.com/jannson/cppjiebapy -[cppjiebapy_discussion]:https://github.com/aszxqw/cppjieba/issues/1 -[NodeJieba]:https://github.com/aszxqw/nodejieba +[cppjiebapy_discussion]:https://github.com/yanyiwu/cppjieba/issues/1 +[NodeJieba]:https://github.com/yanyiwu/nodejieba [jiebaR]:https://github.com/qinwf/jiebaR -[simhash]:https://github.com/aszxqw/simhash -[代码详解]:https://github.com/aszxqw/cppjieba/wiki/CppJieba%E4%BB%A3%E7%A0%81%E8%AF%A6%E8%A7%A3 -[libcppjieba]:https://github.com/aszxqw/libcppjieba -[issue25]:https://github.com/aszxqw/cppjieba/issues/25 +[simhash]:https://github.com/yanyiwu/simhash +[代码详解]:https://github.com/yanyiwu/cppjieba/wiki/CppJieba%E4%BB%A3%E7%A0%81%E8%AF%A6%E8%A7%A3 +[libcppjieba]:https://github.com/yanyiwu/libcppjieba +[issue25]:https://github.com/yanyiwu/cppjieba/issues/25 [exjieba]:https://github.com/falood/exjieba -[KeywordServer]:https://github.com/aszxqw/keyword_server -[ngx_http_cppjieba_module]:https://github.com/aszxqw/ngx_http_cppjieba_module +[KeywordServer]:https://github.com/yanyiwu/keyword_server +[ngx_http_cppjieba_module]:https://github.com/yanyiwu/ngx_http_cppjieba_module [dict.367W.utf8.tar.gz]:http://pan.baidu.com/s/1o6A0BWY -[cjieba]:http://github.com/aszxqw/cjieba +[cjieba]:http://github.com/yanyiwu/cjieba [jieba_rb]:https://github.com/altkatz/jieba_rb -[iosjieba]:https://github.com/aszxqw/iosjieba +[iosjieba]:https://github.com/yanyiwu/iosjieba diff --git a/test/servertest/go_load_test.sh b/test/servertest/go_load_test.sh index 568588b..298e240 100755 --- a/test/servertest/go_load_test.sh +++ b/test/servertest/go_load_test.sh @@ -1,2 +1,2 @@ -# go get github.com/aszxqw/go_http_load +# go get github.com/yanyiwu/go_http_load go_http_load -method=GET -get_urls="../test/testdata/load_test.urls" -loop_count=500 -goroutines=2