diff --git a/.idea/.idea.TightWiki/.idea/.gitignore b/.idea/.idea.TightWiki/.idea/.gitignore
new file mode 100644
index 0000000..1c9750c
--- /dev/null
+++ b/.idea/.idea.TightWiki/.idea/.gitignore
@@ -0,0 +1,13 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# Rider 忽略的文件
+/modules.xml
+/contentModel.xml
+/projectSettingsUpdater.xml
+/.idea.TightWiki.iml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/.idea.TightWiki/.idea/.name b/.idea/.idea.TightWiki/.idea/.name
new file mode 100644
index 0000000..f98fdb7
--- /dev/null
+++ b/.idea/.idea.TightWiki/.idea/.name
@@ -0,0 +1 @@
+TightWiki
\ No newline at end of file
diff --git a/.idea/.idea.TightWiki/.idea/indexLayout.xml b/.idea/.idea.TightWiki/.idea/indexLayout.xml
new file mode 100644
index 0000000..7b08163
--- /dev/null
+++ b/.idea/.idea.TightWiki/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.TightWiki/.idea/vcs.xml b/.idea/.idea.TightWiki/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/.idea.TightWiki/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index b9f3dac..e69de29 100644
--- a/README.md
+++ b/README.md
@@ -1,74 +0,0 @@
-# TightWiki
-
-For years I’ve worked at places where we just needed a simple to use, searchable, unobtrusive, no-nonsense, collaborative and free place to dump documentation.
-The first thing that comes to mind is a Wiki but for some reason I can never find anything that "checks all the boxes". Hopefully you'll find this one does for you.
-
-:yum: TightWiki is an ASP.NET Core MVC Razor WIKI written in C# that sits on top of a SQLite database (zero configuration required).
-
-:crossed_fingers: Play with the latest dev build at http://TightWiki.com/. If you want to edit, you can signup using google auth or native TightWiki login.
-
-:eyes: Or check out the full wiki [documentation](https://tightwiki.com/Wiki%20Help%20::%20Wiki%20Help) to learn about the engine functionality.
-
-:star: Ready to run it for yourself? Check out the [installation instructions](https://tightwiki.com/wiki_help::installation)!
-
-:boom: Also be sure to check out the screenshots below the feature list...
-
-:anguished: Its been like a modern retelling of Sisyphus, only this time the stone is RegEx.
-
-# :astonished: Features (some of them anyway)
-* MIT license, you can use it for free at home or at your business.
-* Open source, you can make changes, submit fixes or just make suggestions.
-* Completely customizable and rebrandable including name, title, footer, copyright and all images.
-* User signup can be disabled, enabled and can require users to verify email before logging in.
-* Multiple user roles are supported for admin, moderators, contributors and basic members.
-* Easy page linking. Can even link to pages that do not exist and the link will subtly prompt you to create the page when logged in with a role that has page creation support.
-* Admin shows missing pages, namespace metrics, users, roles, etc.
-* Manual account creation, editing and deletion.
-* All dates/times are stored in UTC and localized for logged in users.
-* Admin moderation which is driven by page processing instructions for things like page deletions, review, drafts, etc.
-* Page versioning. Revisions can be viewed by the original page URL with a /r/number route or by logging in a viewing the full page history.
-* Revertible page history.
-* Theme-able, with 25+ built in themes.
-* Drag-drop fie uploads / page attachments, images.
-* Versioned file uploads.
-* Namespace support so you can have multiple pages with the same name in different namespaces.
-* Fully baked in documentation of all wiki functions.
-* Wiki Markup allows you post non-formatted code and even auto-syntax highlighting for things like C#, PHP, SQL, etc. Can also explicitly specify language.
-* Wiki markup supports basic formatting, headings and sub-headings, tagging, tables, callouts, alerts, variables, bullets lists, dynamic glossaries, inline search results, dynamic tag clouds, related linking, expanding sections, auto-table of contents, and much more.
-* Wiki page editing is syntax highlighted.
-* Built in search supports fuzzy matching to support even mild misspellings.
-
-# Default home page
-
-
-# Site Metrics
-We've beat the wiki up with more data than this, but this is our standard workload. ~45,000 pages, in ~400 namespaces, with ~250,000 revisions, created by ~1,000 users, manifesting ~5 million search tokens. The random fuzzy-match search time is 11 milliseconds. Not too shabby, right?
-
-
-
-
-# Page search
-
-
-# Page History
-
-
-# Example edit page
-
-
-# Build in documentation list
-
-
-# Build in documentation sample
-
-
-# Configuration
-
-
-# Admin page list
-
-
-# Admin role list
-
-
-Its been like a modern retelling of Sisyphus, only this time with RegEx.
diff --git a/solution/基于.Net平台的企业内部知识库系统设计与实现-朱赟昱.doc b/solution/基于.Net平台的企业内部知识库系统设计与实现-朱赟昱.doc
index 7d7e193..51348e2 100644
Binary files a/solution/基于.Net平台的企业内部知识库系统设计与实现-朱赟昱.doc and b/solution/基于.Net平台的企业内部知识库系统设计与实现-朱赟昱.doc differ