论文编写

This commit is contained in:
Zel
2025-02-28 22:36:36 +08:00
parent 294d3c140d
commit 35acd88f3f
59 changed files with 169 additions and 8 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -11,7 +11,7 @@
</h3> </h3>
<p> <p>
已链接但不存在的页面。.<br /><br /> 已链接但不存在的页面。<br /><br />
</p> </p>
<td height="52" valign="middle" align="left"> <td height="52" valign="middle" align="left">
+1 -1
View File
@@ -9,7 +9,7 @@
{ {
<div class="card border-info mb-3"> <div class="card border-info mb-3">
<div class="card-header bg-info"> <div class="card-header bg-info">
<strong>Viewing a historical version</strong> <strong>正在查看一个历史版本</strong>
</div> </div>
<div class="card-body"> <div class="card-body">
<p class="card-text"> <p class="card-text">
+4 -4
View File
@@ -16,12 +16,12 @@
<div class="card border-warning mb-3"> <div class="card border-warning mb-3">
<div class="card-header bg-warning"> <div class="card-header bg-warning">
<strong>Revert to revision @sessionState.Page.Revision?</strong> <strong>退回至版本号: @sessionState.Page.Revision?</strong>
</div> </div>
<div class="card-body"> <div class="card-body">
Reverting "@Model.PageName" from revision @sessionState.Page.MostCurrentRevision to @sessionState.Page.Revision will rollback @Model.HigherRevisionCount changes.</><br /> "@Model.PageName" 从修订版号 @sessionState.Page.MostCurrentRevision 回滚至 @sessionState.Page.Revision 共有 @Model.HigherRevisionCount 个修改<br/><br />
Reverting does not mean that changes will be lost however, the revert process will create a new revision with the reverted changes.<br /><br /> 还原并不意味着更改将丢失,但是还原过程将使用还原的更改创建新的修订<br /><br />
Are you sure you want to continue?<br /><br /> 继续吗?<br /><br />
@using (Html.BeginForm(null, null, FormMethod.Post, new { action = $"{GlobalConfiguration.BasePath}{Context.Request.Path}" })) @using (Html.BeginForm(null, null, FormMethod.Post, new { action = $"{GlobalConfiguration.BasePath}{Context.Request.Path}" }))
{ {
+1 -1
View File
@@ -33,7 +33,7 @@
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Revision")">修订版本</a></strong></td> <td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Revision")">修订版本</a></strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "ModifiedBy")">修改人</a></strong></td> <td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "ModifiedBy")">修改人</a></strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "ModifiedDate")">修改时间</a></strong></td> <td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "ModifiedDate")">修改时间</a></strong></td>
<td><strong>Summary</strong></td> <td><strong>摘要</strong></td>
</tr> </tr>
</thead> </thead>
+1 -1
View File
@@ -168,7 +168,7 @@
<a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/MissingPages">丢失页</a> <a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/MissingPages">丢失页</a>
<a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/Moderate">特殊页</a> <a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/Moderate">特殊页</a>
<a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/Namespaces">命名空间</a> <a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/Namespaces">命名空间</a>
<a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/OrphanedPageAttachments">附件</a> <a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/OrphanedPageAttachments">孤立附件</a>
<a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/Pages">页面</a> <a class="dropdown-item text-dark" href="@GlobalConfiguration.BasePath/Admin/Pages">页面</a>
} }
else if (sessionState.CanModerate ) else if (sessionState.CanModerate )
@@ -0,0 +1,12 @@
表 4-26 ConfigurationEntry(配置项表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 配置项ID |
| ConfigurationGroupId | INTEGER | 配置组ID |
| Name | TEXT | 配置项名称 |
| Value | TEXT | 配置值 |
| DataTypeId | INTEGER | 数据类型ID |
| Description | TEXT | 描述 |
| IsEncrypted | INTEGER | 是否加密 |
| IsRequired | INTEGER | 是否必填 |
@@ -0,0 +1,7 @@
表 4-25 ConfigurationGroup(配置组表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 配置组ID |
| Name | TEXT | 配置组名称 |
| Description | TEXT | 描述 |
+8
View File
@@ -0,0 +1,8 @@
表 4-24 MenuItem(菜单项表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 菜单项ID |
| Name | TEXT | 菜单项名称 |
| Link | TEXT | 链接 |
| Ordinal | INTEGER | 排序序号 |
+11
View File
@@ -0,0 +1,11 @@
表 4-23 Theme(主题表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Name | TEXT | 主题名称 |
| DelimitedFiles | TEXT | 文件列表 |
| ClassNavBar | TEXT | 导航栏样式 |
| ClassNavLink | TEXT | 导航链接样式 |
| ClassDropdown | TEXT | 下拉菜单样式 |
| ClassBranding | TEXT | 边框样式 |
| EditorTheme | TEXT | 编辑器主题 |
@@ -0,0 +1,8 @@
表 4-20 DeletionMeta(删除元数据表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| Revision | INTEGER | 修订版本 |
| DeletedByUserId | INTEGER | 删除者用户ID |
| DeletedDate | INTEGER | 删除日期 |
@@ -0,0 +1,13 @@
表 4-21 PageRevision(页面修订表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| Name | TEXT | 页面名称 |
| Namespace | TEXT | 命名空间 |
| Description | TEXT | 描述 |
| Body | TEXT | 内容 |
| Revision | INTEGER | 修订版本 |
| ModifiedByUserId | TEXT | 修改者用户ID |
| ModifiedDate | TEXT | 修改日期 |
| DataHash | INTEGER | 数据哈希值 |
@@ -0,0 +1,8 @@
表 4-22 PageRevisionAttachment(页面修订附件表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| PageFileId | INTEGER | 页面文件ID |
| FileRevision | INTEGER | 文件修订版本 |
| PageRevision | INTEGER | 页面修订版本 |
@@ -0,0 +1,7 @@
表 4-19 DeletionMeta(删除元数据表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| DeletedByUserId | INTEGER | 删除者用户ID |
| DeletedDate | INTEGER | 删除日期 |
+8
View File
@@ -0,0 +1,8 @@
表 4-18 Emoji(表情表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 表情ID |
| Name | TEXT | 表情名称 |
| ImageData | BLOB | 图片数据 |
| MimeType | TEXT | MIME 类型 |
+7
View File
@@ -0,0 +1,7 @@
表 4-17 EmojiCategory(表情分类表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 分类ID |
| EmojiId | INTEGER | 表情ID |
| Category | TEXT | 分类名称 |

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

+9
View File
@@ -0,0 +1,9 @@
表 4-16 Exception(异常记录表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 异常ID |
| Text | TEXT | 异常信息 |
| ExceptionText | TEXT | 异常详细文本 |
| StackTrace | TEXT | 堆栈跟踪信息 |
| CreatedDate | TEXT | 创建日期 |
+10
View File
@@ -0,0 +1,10 @@
表 4-9 PageFile(页面文件表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| Id | INTEGER | 文件ID |
| PageId | INTEGER | 页面ID |
| Name | TEXT | 文件名称 |
| Navigation | TEXT | 导航标识 |
| Revision | INTEGER | 修订版本 |
| CreatedDate | TEXT | 创建日期 |
+12
View File
@@ -0,0 +1,12 @@
表 4-10 PageFileRevision(页面文件修订表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageFileId | INTEGER | 页面文件ID |
| ContentType | TEXT | 内容类型 |
| Size | INTEGER | 文件大小 |
| CreatedByUserId | TEXT | 创建者用户ID |
| CreatedDate | TEXT | 创建日期 |
| Data | BLOB | 文件数据 |
| Revision | INTEGER | 修订版本 |
| DataHash | INTEGER | 数据哈希值 |
@@ -0,0 +1,6 @@
表 4-11 PageProcessingInstruction(页面处理指令表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| Instruction | TEXT | 处理指令 |
+8
View File
@@ -0,0 +1,8 @@
表 4-12 PageReference(页面引用表)
| 字段 | 类型 | 说明 |
|----------------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| ReferencesPageName | TEXT | 引用页面名称 |
| ReferencesPageNavigation | TEXT | 引用页面导航标识 |
| ReferencesPageId | INTEGER | 引用页面ID |
+13
View File
@@ -0,0 +1,13 @@
表 4-13 PageRevision(页面修订表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| Name | TEXT | 页面名称 |
| Namespace | TEXT | 命名空间 |
| Description | TEXT | 描述 |
| Body | TEXT | 内容 |
| Revision | INTEGER | 修订版本 |
| ModifiedByUserId | TEXT | 修改者用户ID |
| ModifiedDate | TEXT | 修改日期 |
| DataHash | INTEGER | 数据哈希值 |
@@ -0,0 +1,8 @@
表 4-14 PageRevisionAttachment(页面修订附件表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| PageFileId | INTEGER | 页面文件ID |
| FileRevision | INTEGER | 文件修订版本 |
| PageRevision | INTEGER | 页面修订版本 |
+6
View File
@@ -0,0 +1,6 @@
表 4-15 PageTag(页面标签表)
| 字段 | 类型 | 说明 |
|--------------------|-----------|--------------------------|
| PageId | INTEGER | 页面ID |
| Tag | TEXT | 标签 |
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB