From 5e0371a3364e2156b3349361bb09384213639b51 Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Mon, 24 Dec 2018 13:07:09 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 8dc5c93..11a9f27 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,17 @@ -# tamguo +# tamguo 題庫 -#### 项目介绍 -探果题库 +标签(空格分隔): java vue springboot -#### 软件架构 -软件架构说明 +--- -#### 安装教程 +`tamguo`是一个题库平台,基于Java语言开发。它使用了springboot,redis,vue,bootstrap等技术栈。实现了权限控制,会员中心,后台管理等功能 -1. xxxx -2. xxxx -3. xxxx + 1. [在线访问][1] + 2. [后台运营][2] -#### 使用说明 +本项目期望可以使用java开发一套完整的互联网项目,分享互联网技术方面的经验和知识。 -1. xxxx -2. xxxx -3. xxxx -#### 参与贡献 - -1. Fork 本项目 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 码云特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) \ No newline at end of file + [1]: http://www.tamguo.com + [2]: http://admin.tamguo.com From a0ab0a86b16ce89745453530fab0cd2fb400a41a Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Mon, 24 Dec 2018 13:08:31 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11a9f27..f0e1ea2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ 1. [在线访问][1] 2. [后台运营][2] + 3. [会员中心][3] 本项目期望可以使用java开发一套完整的互联网项目,分享互联网技术方面的经验和知识。 [1]: http://www.tamguo.com [2]: http://admin.tamguo.com + [3]: http://member.tamguo.com From 3153aa800eef9e5de4638463aba9afee77c8dd46 Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Mon, 24 Dec 2018 13:11:59 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0e1ea2..4b1bcae 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ [1]: http://www.tamguo.com [2]: http://admin.tamguo.com [3]: http://member.tamguo.com + +- 管理员账号:admin 密码:123456 From f9e708215f305965ea644b4f498577f27be7571e Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Mon, 24 Dec 2018 13:12:52 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1bcae..a557ac2 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ [2]: http://admin.tamguo.com [3]: http://member.tamguo.com -- 管理员账号:admin 密码:123456 +- 管理员账号:system 密码:123456 From f4d6a114ab0f5074f80b5bc265fa3ba164c0f08c Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Mon, 24 Dec 2018 13:41:40 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a557ac2..8c0ffb9 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,5 @@ [3]: http://member.tamguo.com - 管理员账号:system 密码:123456 + +QQ群:937899574 From db5c5487e059ad853d36c76a1bfd511cc7350858 Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Mon, 24 Dec 2018 13:46:29 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c0ffb9..fa120c7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ 1. [在线访问][1] 2. [后台运营][2] 3. [会员中心][3] + 4. [书籍中心][4] 本项目期望可以使用java开发一套完整的互联网项目,分享互联网技术方面的经验和知识。 @@ -17,6 +18,7 @@ [1]: http://www.tamguo.com [2]: http://admin.tamguo.com [3]: http://member.tamguo.com + [4]: http://book.tamguo.com - 管理员账号:system 密码:123456 From a0f8b55266e4e1fcfcea6e85eac7f7a8961d65ca Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Tue, 25 Dec 2018 09:23:21 +0800 Subject: [PATCH 07/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa120c7..2ac94e9 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,5 @@ - 管理员账号:system 密码:123456 QQ群:937899574 + +[文档](https://book.tamguo.com/document/1077070505573294082.html) From 3261c0fdeb1cf3823c623a6f1a44f633fed2af3a Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Tue, 25 Dec 2018 11:17:00 +0800 Subject: [PATCH 08/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2ac94e9..51f9d9b 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,16 @@ # tamguo 題庫 -标签(空格分隔): java vue springboot +![logo](https://www.tamguo.com/files/book/201812/1065126653186768898/logo_731bc32.png "logo") +# 简介 ---- - -`tamguo`是一个题库平台,基于Java语言开发。它使用了springboot,redis,vue,bootstrap等技术栈。实现了权限控制,会员中心,后台管理等功能 +`探果网`(简称tamguo)是基于java开发的在线题库系统,包括 1. [在线访问][1] 2. [后台运营][2] 3. [会员中心][3] 4. [书籍中心][4] -本项目期望可以使用java开发一套完整的互联网项目,分享互联网技术方面的经验和知识。 - - [1]: http://www.tamguo.com [2]: http://admin.tamguo.com [3]: http://member.tamguo.com @@ -24,4 +20,13 @@ QQ群:937899574 -[文档](https://book.tamguo.com/document/1077070505573294082.html) + + +松耦合、高可用、可靠一直是软件工程的设计目标,探果网在这些方面还有很长的路要走,期待我们能手牵手一起走向未来。 + +> ### 期望 +> 作者每天会把当天需要做的事情列出一个清单,给这周或者这个月立下一个flag。但是这中间发现了一些问题,事情永远也做不完,只会越做越多。 + +探果网期望可以使用java开发一套完整的互联网项目,分享互联网在技术、运营上的经验和知识。 + + From da90560e0d6435ad6476d412b76f7e8f657a4052 Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Tue, 25 Dec 2018 12:48:27 +0800 Subject: [PATCH 09/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 51f9d9b..191b476 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,10 @@ QQ群:937899574 探果网期望可以使用java开发一套完整的互联网项目,分享互联网在技术、运营上的经验和知识。 +> ### 捐赠 +![支付宝捐赠](https://www.tamguo.com/files/book/201812/1077070399566454786/20181225124704.jpg "支付宝捐赠") + +![微信收款](https://www.tamguo.com/files/book/201812/1077070399566454786/20181225124811.jpg "微信收款") + + + From 93447f110e0f5972bd6de730c70537a6e4b80fb5 Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Tue, 25 Dec 2018 12:53:35 +0800 Subject: [PATCH 10/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 191b476..77c8e85 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,8 @@ QQ群:937899574 探果网期望可以使用java开发一套完整的互联网项目,分享互联网在技术、运营上的经验和知识。 -> ### 捐赠 -![支付宝捐赠](https://www.tamguo.com/files/book/201812/1077070399566454786/20181225124704.jpg "支付宝捐赠") - -![微信收款](https://www.tamguo.com/files/book/201812/1077070399566454786/20181225124811.jpg "微信收款") +> ### 捐赠 +> 感谢你们的支持! From 1381586b9487d0c97770e9c46db6f062e0eb9127 Mon Sep 17 00:00:00 2001 From: SmileToCandy Date: Tue, 25 Dec 2018 14:03:04 +0800 Subject: [PATCH 11/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 77c8e85..96b8c0d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,24 @@ QQ群:937899574 探果网期望可以使用java开发一套完整的互联网项目,分享互联网在技术、运营上的经验和知识。 +# 系统部署图 + +# 项目结构 + +![探果网项目结构](https://www.tamguo.com/files/book/201812/1077070399566454786/20181225135556.png "探果网项目结构") + +1. `tamguo-common` 一些基础的工具类包 +2. `tamguo-modules-core` 依赖`tamguo-common`,主要是核心业务包,包括数据处理,文件处理,邮件处理,短信处理等等。 +3. `tamguo-bms` 书籍系统[https://books.tamguo.com](https://books.tamguo.com "https://books.tamguo.com"),书籍系统展现层 +4. `tamguo-mms`会员中心[https://member.tamguo.com](https://member.tamguo.com "https://member.tamguo.com") +5. `tamguo-oms`后台管理系统[https://admin.tamguo.com](https://member.tamguo.com "https://admin.tamguo.com") +6. `tamguo-crawler`爬虫程序,单独项目运行 + +# 数据库脚本 + +在`tamguo db`目录下 + + > ### 捐赠 > 感谢你们的支持!