commit 8cf0652b73b9e260913a39621f2ccec39a20cf94 Author: editor <@51Aspx.com> Date: Mon Jun 24 17:42:16 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..35a45f0 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,45 @@ +24XN.COM在线帮助系统源码 + +一、源码描述 +环境:VS2022 sql2019 + +二、功能介绍 +国内第一款在线帮助系统——24xN.com邓西网站帮助系统 +此系统类似于Windows平台下常用CHM格式的帮助文档,使用三层架构开发,基于visual studio 2005 + Sql 2000制作,前台使用AJAX+HTML展现。 +此系统的运行环境:.net framework 2.0,IIS 5.0+,IE5.5+。现已升级至VS2022+sql2019。 +DB_51Aspx下为系统数据库,在sqlServer中直接还原即可     +系统初始帐号为:admin +系统初始密码为:51aspx +系统后台登录地址/admin/login.aspx +系统前台浏览地址/help.html +本系统可配合windows平台下的主流内容管理系统(风讯、动易),论坛(动网,Discuz!NT),博客(Oblog)系统使用,让您的网站帮助系统更加专业。 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,附加数据库。 +2、管理员账号与密码:admin 51aspx 。 +3、ctrl+F5运行即可。 + + + + + +作者: 邓西 + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/HelpOnline +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/Backup/Help.BLL/Help.BLL.csproj b/Backup/Help.BLL/Help.BLL.csproj new file mode 100644 index 0000000..2b75efe --- /dev/null +++ b/Backup/Help.BLL/Help.BLL.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9CC7B760-6EB0-4F72-997F-783FEA2B0100} + Library + Properties + Help.BLL + Help.BLL + + + true + full diff --git a/Backup/Help.BLL/Help.cs b/Backup/Help.BLL/Help.cs new file mode 100644 index 0000000..bdeaa4b --- /dev/null +++ b/Backup/Help.BLL/Help.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Collections.Generic; +using System.Text; +using System.Data; +using System.Data.OleDb; +using Help.SQLServerDAL; +using Help.Model; diff --git a/Backup/Help.BLL/Properties/AssemblyInfo.cs b/Backup/Help.BLL/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..34b4c34 --- /dev/null +++ b/Backup/Help.BLL/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.BLL")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.BLL")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Backup/Help.Common/Help.Common.csproj b/Backup/Help.Common/Help.Common.csproj new file mode 100644 index 0000000..cd9134d --- /dev/null +++ b/Backup/Help.Common/Help.Common.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {5696B856-E46E-4306-B839-57C8FC37E8BC} + Library + Properties + Help.Common + Help.Common + + + true + full diff --git a/Backup/Help.Common/Properties/AssemblyInfo.cs b/Backup/Help.Common/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9eb9a14 --- /dev/null +++ b/Backup/Help.Common/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.Common")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.Common")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Backup/Help.Common/Public.cs b/Backup/Help.Common/Public.cs new file mode 100644 index 0000000..720984f --- /dev/null +++ b/Backup/Help.Common/Public.cs @@ -0,0 +1,15 @@ +using System; +using System.Text; +using System.Text.RegularExpressions; +using System.Web; +using System.Security.Cryptography; + +//该源码下载自www.51aspx.com(51aspx.com) + +namespace Help.Common +{ + public class Public + { + /// + /// 去除字符串最后一个','号 + /// diff --git a/Backup/Help.Common/Rand.cs b/Backup/Help.Common/Rand.cs new file mode 100644 index 0000000..36568d3 --- /dev/null +++ b/Backup/Help.Common/Rand.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Help.Common +{ + public class Rand + { + /// + /// 生成随机数字 + /// + /// 生成长度 + /// + public static string Number(int Length) + { diff --git a/Backup/Help.Model/Help.Model.csproj b/Backup/Help.Model/Help.Model.csproj new file mode 100644 index 0000000..3e7335d --- /dev/null +++ b/Backup/Help.Model/Help.Model.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {54307000-3F19-46BF-81EC-0EEC340AEB6D} + Library + Properties + Help.Model + Help.Model + + + true + full diff --git a/Backup/Help.Model/Help.cs b/Backup/Help.Model/Help.cs new file mode 100644 index 0000000..beb6333 --- /dev/null +++ b/Backup/Help.Model/Help.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Collections.Generic; + +namespace Help.Model +{ + [Serializable] + public class HelpInfo diff --git a/Backup/Help.Model/Properties/AssemblyInfo.cs b/Backup/Help.Model/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..f989e34 --- /dev/null +++ b/Backup/Help.Model/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.Model")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.Model")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Backup/Help.SQLServerDAL/Help.SQLServerDAL.csproj b/Backup/Help.SQLServerDAL/Help.SQLServerDAL.csproj new file mode 100644 index 0000000..0bf1c4e --- /dev/null +++ b/Backup/Help.SQLServerDAL/Help.SQLServerDAL.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {B09C8B55-9ABD-420D-9A48-CA8A60610F73} + Library + Properties + Help.SQLServerDAL + Help.SQLServerDAL + + + true + full diff --git a/Backup/Help.SQLServerDAL/Help.cs b/Backup/Help.SQLServerDAL/Help.cs new file mode 100644 index 0000000..77dc556 --- /dev/null +++ b/Backup/Help.SQLServerDAL/Help.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Collections.Generic; +using System.Text; +using System.Data; +using System.Data.SqlClient; +using Help.Common; +using Help.Model; diff --git a/Backup/Help.SQLServerDAL/Properties/AssemblyInfo.cs b/Backup/Help.SQLServerDAL/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..00b04a7 --- /dev/null +++ b/Backup/Help.SQLServerDAL/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.SQLServerDAL")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.SQLServerDAL")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Backup/Help.SQLServerDAL/SQLHelper.cs b/Backup/Help.SQLServerDAL/SQLHelper.cs new file mode 100644 index 0000000..4f25dc9 --- /dev/null +++ b/Backup/Help.SQLServerDAL/SQLHelper.cs @@ -0,0 +1,15 @@ +//=============================================================================== +// This file is based on the Microsoft Data Access Application Block for .NET +// For more information please go to +// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp +//=============================================================================== +//该源码下载自www.51aspx.com(51aspx.com) + +using System; +using System.Configuration; +using System.Data; +using System.Data.SqlClient; +using System.Collections; +using System.Text.RegularExpressions; +using Help.Common; + diff --git a/Help.BLL/.vs/Help.BLL.csproj.dtbcache.json b/Help.BLL/.vs/Help.BLL.csproj.dtbcache.json new file mode 100644 index 0000000..e85fdf2 --- /dev/null +++ b/Help.BLL/.vs/Help.BLL.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.BLL","ProjectFileName":"Help.BLL.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Help.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.0.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Model\\bin\\Debug\\Help.Model.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.SQLServerDAL\\bin\\Debug\\Help.SQLServerDAL.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Core\\v4.0_4.0.0.0__b77a5c561934e089\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_64\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.BLL\\bin\\Debug\\Help.BLL.dll","OutputItemRelativePath":"Help.BLL.dll"},{"OutputItemFullPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.BLL\\bin\\Debug\\Help.BLL.pdb","OutputItemRelativePath":"Help.BLL.pdb"}],"CopyToOutputEntries":[]} diff --git a/Help.BLL/Help.BLL.csproj b/Help.BLL/Help.BLL.csproj new file mode 100644 index 0000000..5f6bf9a --- /dev/null +++ b/Help.BLL/Help.BLL.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9CC7B760-6EB0-4F72-997F-783FEA2B0100} + Library + Properties + Help.BLL + Help.BLL + + + + diff --git a/Help.BLL/Help.cs b/Help.BLL/Help.cs new file mode 100644 index 0000000..bdeaa4b --- /dev/null +++ b/Help.BLL/Help.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Collections.Generic; +using System.Text; +using System.Data; +using System.Data.OleDb; +using Help.SQLServerDAL; +using Help.Model; diff --git a/Help.BLL/Properties/AssemblyInfo.cs b/Help.BLL/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..34b4c34 --- /dev/null +++ b/Help.BLL/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.BLL")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.BLL")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Help.BLL/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/Help.BLL/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/Help.BLL/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/Help.BLL/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/Help.BLL/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/Help.BLL/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/Help.BLL/obj/Debug/Help.BLL.csproj.FileListAbsolute.txt b/Help.BLL/obj/Debug/Help.BLL.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..9bd9afd --- /dev/null +++ b/Help.BLL/obj/Debug/Help.BLL.csproj.FileListAbsolute.txt @@ -0,0 +1,13 @@ +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.BLL.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.BLL.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.Model.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.SQLServerDAL.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.Common.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.Model.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.SQLServerDAL.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\bin\Debug\Help.Common.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\obj\Debug\Help.BLL.csproj.AssemblyReference.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\obj\Debug\Help.BLL.csproj.CoreCompileInputs.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\obj\Debug\Help.BLL.csproj.Up2Date +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\obj\Debug\Help.BLL.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.BLL\obj\Debug\Help.BLL.pdb diff --git a/Help.BLL/obj/Help.BLL.csproj.FileList.txt b/Help.BLL/obj/Help.BLL.csproj.FileList.txt new file mode 100644 index 0000000..64abd38 --- /dev/null +++ b/Help.BLL/obj/Help.BLL.csproj.FileList.txt @@ -0,0 +1,11 @@ +obj\Debug\ResolveAssemblyReference.cache +bin\Debug\Help.BLL.dll +bin\Debug\Help.BLL.pdb +obj\Debug\Help.BLL.dll +obj\Debug\Help.BLL.pdb +bin\Debug\Help.Common.dll +bin\Debug\Help.Common.pdb +bin\Debug\Help.SQLServerDAL.dll +bin\Debug\Help.SQLServerDAL.pdb +bin\Debug\Help.Model.dll +bin\Debug\Help.Model.pdb diff --git a/Help.Common/.vs/Help.Common.csproj.dtbcache.json b/Help.Common/.vs/Help.Common.csproj.dtbcache.json new file mode 100644 index 0000000..bc8d525 --- /dev/null +++ b/Help.Common/.vs/Help.Common.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Common","ProjectFileName":"Help.Common.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"Public.cs"},{"SourceFile":"Rand.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.0.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Core\\v4.0_4.0.0.0__b77a5c561934e089\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_64\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Common\\bin\\Debug\\Help.Common.dll","OutputItemRelativePath":"Help.Common.dll"},{"OutputItemFullPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Common\\bin\\Debug\\Help.Common.pdb","OutputItemRelativePath":"Help.Common.pdb"}],"CopyToOutputEntries":[]} diff --git a/Help.Common/Help.Common.csproj b/Help.Common/Help.Common.csproj new file mode 100644 index 0000000..d83a62f --- /dev/null +++ b/Help.Common/Help.Common.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {5696B856-E46E-4306-B839-57C8FC37E8BC} + Library + Properties + Help.Common + Help.Common + + + + diff --git a/Help.Common/Properties/AssemblyInfo.cs b/Help.Common/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9eb9a14 --- /dev/null +++ b/Help.Common/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.Common")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.Common")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Help.Common/Public.cs b/Help.Common/Public.cs new file mode 100644 index 0000000..720984f --- /dev/null +++ b/Help.Common/Public.cs @@ -0,0 +1,15 @@ +using System; +using System.Text; +using System.Text.RegularExpressions; +using System.Web; +using System.Security.Cryptography; + +//该源码下载自www.51aspx.com(51aspx.com) + +namespace Help.Common +{ + public class Public + { + /// + /// 去除字符串最后一个','号 + /// diff --git a/Help.Common/Rand.cs b/Help.Common/Rand.cs new file mode 100644 index 0000000..36568d3 --- /dev/null +++ b/Help.Common/Rand.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Help.Common +{ + public class Rand + { + /// + /// 生成随机数字 + /// + /// 生成长度 + /// + public static string Number(int Length) + { diff --git a/Help.Common/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/Help.Common/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/Help.Common/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/Help.Common/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/Help.Common/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/Help.Common/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/Help.Common/obj/Debug/Help.Common.csproj.FileListAbsolute.txt b/Help.Common/obj/Debug/Help.Common.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..844313f --- /dev/null +++ b/Help.Common/obj/Debug/Help.Common.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Common\bin\Debug\Help.Common.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Common\bin\Debug\Help.Common.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Common\obj\Debug\Help.Common.csproj.AssemblyReference.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Common\obj\Debug\Help.Common.csproj.CoreCompileInputs.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Common\obj\Debug\Help.Common.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Common\obj\Debug\Help.Common.pdb diff --git a/Help.Common/obj/Help.Common.csproj.FileList.txt b/Help.Common/obj/Help.Common.csproj.FileList.txt new file mode 100644 index 0000000..4a573c6 --- /dev/null +++ b/Help.Common/obj/Help.Common.csproj.FileList.txt @@ -0,0 +1,5 @@ +bin\Debug\Help.Common.dll +bin\Debug\Help.Common.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\Help.Common.dll +obj\Debug\Help.Common.pdb diff --git a/Help.Model/.vs/Help.Model.csproj.dtbcache.json b/Help.Model/.vs/Help.Model.csproj.dtbcache.json new file mode 100644 index 0000000..30ec4e2 --- /dev/null +++ b/Help.Model/.vs/Help.Model.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Model","ProjectFileName":"Help.Model.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Help.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.0.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Core\\v4.0_4.0.0.0__b77a5c561934e089\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_64\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Model\\bin\\Debug\\Help.Model.dll","OutputItemRelativePath":"Help.Model.dll"},{"OutputItemFullPath":"C:\\Users\\coder\\Desktop\\2024Code\\6\\20240621\\update\\HelpOnline\\Help.Model\\bin\\Debug\\Help.Model.pdb","OutputItemRelativePath":"Help.Model.pdb"}],"CopyToOutputEntries":[]} diff --git a/Help.Model/Help.Model.csproj b/Help.Model/Help.Model.csproj new file mode 100644 index 0000000..5332dbf --- /dev/null +++ b/Help.Model/Help.Model.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {54307000-3F19-46BF-81EC-0EEC340AEB6D} + Library + Properties + Help.Model + Help.Model + + + + diff --git a/Help.Model/Help.cs b/Help.Model/Help.cs new file mode 100644 index 0000000..beb6333 --- /dev/null +++ b/Help.Model/Help.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Collections.Generic; + +namespace Help.Model +{ + [Serializable] + public class HelpInfo diff --git a/Help.Model/Properties/AssemblyInfo.cs b/Help.Model/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..f989e34 --- /dev/null +++ b/Help.Model/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.Model")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.Model")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Help.Model/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/Help.Model/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/Help.Model/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/Help.Model/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/Help.Model/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/Help.Model/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/Help.Model/obj/Debug/Help.Model.csproj.FileListAbsolute.txt b/Help.Model/obj/Debug/Help.Model.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..7318f4f --- /dev/null +++ b/Help.Model/obj/Debug/Help.Model.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Model\bin\Debug\Help.Model.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Model\bin\Debug\Help.Model.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Model\obj\Debug\Help.Model.csproj.AssemblyReference.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Model\obj\Debug\Help.Model.csproj.CoreCompileInputs.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Model\obj\Debug\Help.Model.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.Model\obj\Debug\Help.Model.pdb diff --git a/Help.Model/obj/Help.Model.csproj.FileList.txt b/Help.Model/obj/Help.Model.csproj.FileList.txt new file mode 100644 index 0000000..9479a5f --- /dev/null +++ b/Help.Model/obj/Help.Model.csproj.FileList.txt @@ -0,0 +1,5 @@ +bin\Debug\Help.Model.dll +bin\Debug\Help.Model.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\Help.Model.dll +obj\Debug\Help.Model.pdb diff --git a/Help.SQLServerDAL/51aspx源码必读.txt b/Help.SQLServerDAL/51aspx源码必读.txt new file mode 100644 index 0000000..35a45f0 --- /dev/null +++ b/Help.SQLServerDAL/51aspx源码必读.txt @@ -0,0 +1,45 @@ +24XN.COM在线帮助系统源码 + +一、源码描述 +环境:VS2022 sql2019 + +二、功能介绍 +国内第一款在线帮助系统——24xN.com邓西网站帮助系统 +此系统类似于Windows平台下常用CHM格式的帮助文档,使用三层架构开发,基于visual studio 2005 + Sql 2000制作,前台使用AJAX+HTML展现。 +此系统的运行环境:.net framework 2.0,IIS 5.0+,IE5.5+。现已升级至VS2022+sql2019。 +DB_51Aspx下为系统数据库,在sqlServer中直接还原即可     +系统初始帐号为:admin +系统初始密码为:51aspx +系统后台登录地址/admin/login.aspx +系统前台浏览地址/help.html +本系统可配合windows平台下的主流内容管理系统(风讯、动易),论坛(动网,Discuz!NT),博客(Oblog)系统使用,让您的网站帮助系统更加专业。 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,附加数据库。 +2、管理员账号与密码:admin 51aspx 。 +3、ctrl+F5运行即可。 + + + + + +作者: 邓西 + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/HelpOnline +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/Help.SQLServerDAL/Help.SQLServerDAL.csproj b/Help.SQLServerDAL/Help.SQLServerDAL.csproj new file mode 100644 index 0000000..b051555 --- /dev/null +++ b/Help.SQLServerDAL/Help.SQLServerDAL.csproj @@ -0,0 +1,15 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {B09C8B55-9ABD-420D-9A48-CA8A60610F73} + Library + Properties + Help.SQLServerDAL + Help.SQLServerDAL + + + + diff --git a/Help.SQLServerDAL/Help.cs b/Help.SQLServerDAL/Help.cs new file mode 100644 index 0000000..77dc556 --- /dev/null +++ b/Help.SQLServerDAL/Help.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Collections.Generic; +using System.Text; +using System.Data; +using System.Data.SqlClient; +using Help.Common; +using Help.Model; diff --git a/Help.SQLServerDAL/Properties/AssemblyInfo.cs b/Help.SQLServerDAL/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..00b04a7 --- /dev/null +++ b/Help.SQLServerDAL/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的常规信息通过下列属性集 +// 控制。更改这些属性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("Help.SQLServerDAL")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("番茄花园")] +[assembly: AssemblyProduct("Help.SQLServerDAL")] +[assembly: AssemblyCopyright("版权所有 (C) 番茄花园 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] diff --git a/Help.SQLServerDAL/SQLHelper.cs b/Help.SQLServerDAL/SQLHelper.cs new file mode 100644 index 0000000..4f25dc9 --- /dev/null +++ b/Help.SQLServerDAL/SQLHelper.cs @@ -0,0 +1,15 @@ +//=============================================================================== +// This file is based on the Microsoft Data Access Application Block for .NET +// For more information please go to +// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp +//=============================================================================== +//该源码下载自www.51aspx.com(51aspx.com) + +using System; +using System.Configuration; +using System.Data; +using System.Data.SqlClient; +using System.Collections; +using System.Text.RegularExpressions; +using Help.Common; + diff --git a/Help.SQLServerDAL/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/Help.SQLServerDAL/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/Help.SQLServerDAL/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/Help.SQLServerDAL/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/Help.SQLServerDAL/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/Help.SQLServerDAL/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/Help.SQLServerDAL/obj/Debug/Help.SQLServerDAL.csproj.FileListAbsolute.txt b/Help.SQLServerDAL/obj/Debug/Help.SQLServerDAL.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..2dc86de --- /dev/null +++ b/Help.SQLServerDAL/obj/Debug/Help.SQLServerDAL.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\bin\Debug\Help.SQLServerDAL.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\bin\Debug\Help.SQLServerDAL.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\bin\Debug\Help.Common.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\bin\Debug\Help.Model.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\bin\Debug\Help.Common.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\bin\Debug\Help.Model.pdb +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\obj\Debug\Help.SQLServerDAL.csproj.AssemblyReference.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\obj\Debug\Help.SQLServerDAL.csproj.CoreCompileInputs.cache +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\obj\Debug\Help.SQL.71A73727.Up2Date +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\obj\Debug\Help.SQLServerDAL.dll +C:\Users\coder\Desktop\2024Code\6\20240621\update\HelpOnline\Help.SQLServerDAL\obj\Debug\Help.SQLServerDAL.pdb diff --git a/Help.SQLServerDAL/obj/Help.SQLServerDAL.csproj.FileList.txt b/Help.SQLServerDAL/obj/Help.SQLServerDAL.csproj.FileList.txt new file mode 100644 index 0000000..fb5442b --- /dev/null +++ b/Help.SQLServerDAL/obj/Help.SQLServerDAL.csproj.FileList.txt @@ -0,0 +1,9 @@ +obj\Debug\ResolveAssemblyReference.cache +bin\Debug\Help.SQLServerDAL.dll +bin\Debug\Help.SQLServerDAL.pdb +bin\Debug\Help.Common.dll +bin\Debug\Help.Common.pdb +obj\Debug\Help.SQLServerDAL.dll +obj\Debug\Help.SQLServerDAL.pdb +bin\Debug\Help.Model.dll +bin\Debug\Help.Model.pdb diff --git a/Help.Web/51aspx源码必读.txt b/Help.Web/51aspx源码必读.txt new file mode 100644 index 0000000..35a45f0 --- /dev/null +++ b/Help.Web/51aspx源码必读.txt @@ -0,0 +1,45 @@ +24XN.COM在线帮助系统源码 + +一、源码描述 +环境:VS2022 sql2019 + +二、功能介绍 +国内第一款在线帮助系统——24xN.com邓西网站帮助系统 +此系统类似于Windows平台下常用CHM格式的帮助文档,使用三层架构开发,基于visual studio 2005 + Sql 2000制作,前台使用AJAX+HTML展现。 +此系统的运行环境:.net framework 2.0,IIS 5.0+,IE5.5+。现已升级至VS2022+sql2019。 +DB_51Aspx下为系统数据库,在sqlServer中直接还原即可     +系统初始帐号为:admin +系统初始密码为:51aspx +系统后台登录地址/admin/login.aspx +系统前台浏览地址/help.html +本系统可配合windows平台下的主流内容管理系统(风讯、动易),论坛(动网,Discuz!NT),博客(Oblog)系统使用,让您的网站帮助系统更加专业。 + +三、注意事项 +1、在项目web.config修改数据库连接字符串,附加数据库。 +2、管理员账号与密码:admin 51aspx 。 +3、ctrl+F5运行即可。 + + + + + +作者: 邓西 + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/HelpOnline +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/Help.Web/Admin/Admin.aspx b/Help.Web/Admin/Admin.aspx new file mode 100644 index 0000000..95e940b --- /dev/null +++ b/Help.Web/Admin/Admin.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin.aspx.cs" Inherits="Admin_Admin" %> + + + + + + 管理员管理 + + + +
+ + + + diff --git a/Help.Web/Admin/Admin.aspx.cs b/Help.Web/Admin/Admin.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Admin.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/AdminAdd.aspx b/Help.Web/Admin/AdminAdd.aspx new file mode 100644 index 0000000..449f668 --- /dev/null +++ b/Help.Web/Admin/AdminAdd.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminAdd.aspx.cs" Inherits="Admin_AdminAdd" %> + + + +添加管理员 + + + + +
管理员管理
+ + + + + diff --git a/Help.Web/Admin/AdminAdd.aspx.cs b/Help.Web/Admin/AdminAdd.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/AdminAdd.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/AdminEdit.aspx b/Help.Web/Admin/AdminEdit.aspx new file mode 100644 index 0000000..6ea06cf --- /dev/null +++ b/Help.Web/Admin/AdminEdit.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminEdit.aspx.cs" Inherits="AdminEdit" %> + + + + + +修改管理员 + + + + +
添加管理员
返回上一级
+ + + diff --git a/Help.Web/Admin/AdminEdit.aspx.cs b/Help.Web/Admin/AdminEdit.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/AdminEdit.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/Default.aspx b/Help.Web/Admin/Default.aspx new file mode 100644 index 0000000..35f2be4 --- /dev/null +++ b/Help.Web/Admin/Default.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" Debug="true" CodeFile="Default.aspx.cs" Inherits="Help_Web_Admin_Default" ResponseEncoding="GB2312" %> + + + + ����ϵͳ + + + + +
修改管理员
+ + + + + diff --git a/Help.Web/Admin/Default.aspx.cs b/Help.Web/Admin/Default.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Default.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/HelpAdd.aspx b/Help.Web/Admin/HelpAdd.aspx new file mode 100644 index 0000000..e4a9625 --- /dev/null +++ b/Help.Web/Admin/HelpAdd.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="HelpAdd.aspx.cs" Inherits="Admin_HelpAdd" validateRequest=false %> +<%@ Register TagPrefix="editor" Assembly="WYSIWYGEditor" namespace="InnovaStudio" %> + + + + + 添加帮助信息 + + + + +
��������
���Ӱ���
+ + + diff --git a/Help.Web/Admin/HelpAdd.aspx.cs b/Help.Web/Admin/HelpAdd.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/HelpAdd.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/HelpEdit.aspx b/Help.Web/Admin/HelpEdit.aspx new file mode 100644 index 0000000..fdd8498 --- /dev/null +++ b/Help.Web/Admin/HelpEdit.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="HelpEdit.aspx.cs" Inherits="Admin_HelpEdit" validateRequest=false %> +<%@ Register TagPrefix="editor" Assembly="WYSIWYGEditor" namespace="InnovaStudio" %> + + + + + 修改帮助信息 + + + + +
添加信息
+ + + diff --git a/Help.Web/Admin/HelpEdit.aspx.cs b/Help.Web/Admin/HelpEdit.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/HelpEdit.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/Image.aspx b/Help.Web/Admin/Image.aspx new file mode 100644 index 0000000..8dbe03b --- /dev/null +++ b/Help.Web/Admin/Image.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Image.aspx.cs" Inherits="comm_Image" %> + + + + + + 无标题页 + + + +
+ +
+ + diff --git a/Help.Web/Admin/Image.aspx.cs b/Help.Web/Admin/Image.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Image.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/Index.aspx b/Help.Web/Admin/Index.aspx new file mode 100644 index 0000000..a71448c --- /dev/null +++ b/Help.Web/Admin/Index.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Admin_Index" %> + + + + + + 帮助系统后台 + + + + + + + + diff --git a/Help.Web/Admin/Index.aspx.cs b/Help.Web/Admin/Index.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Index.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/KeyWord.aspx b/Help.Web/Admin/KeyWord.aspx new file mode 100644 index 0000000..b4d25a6 --- /dev/null +++ b/Help.Web/Admin/KeyWord.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="KeyWord.aspx.cs" Inherits="Admin_KeyWord"%> + + + + + + 关键字管理 + + + + + +
修改信息
+ + diff --git a/Help.Web/Admin/KeyWord.aspx.cs b/Help.Web/Admin/KeyWord.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/KeyWord.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/KeyWordAdd.aspx b/Help.Web/Admin/KeyWordAdd.aspx new file mode 100644 index 0000000..63555f0 --- /dev/null +++ b/Help.Web/Admin/KeyWordAdd.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="KeyWordAdd.aspx.cs" Inherits="Admin_KeyWordAdd" validateRequest=false%> +<%@ Register TagPrefix="editor" Assembly="WYSIWYGEditor" namespace="InnovaStudio" %> + + + + + 添加关键字信息 + + + + +
关键字管理
+ + + diff --git a/Help.Web/Admin/KeyWordAdd.aspx.cs b/Help.Web/Admin/KeyWordAdd.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/KeyWordAdd.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/KeyWordEdit.aspx b/Help.Web/Admin/KeyWordEdit.aspx new file mode 100644 index 0000000..5e2aeb3 --- /dev/null +++ b/Help.Web/Admin/KeyWordEdit.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="KeyWordEdit.aspx.cs" Inherits="Admin_KeyWordEdit" validateRequest=false %> +<%@ Register TagPrefix="editor" Assembly="WYSIWYGEditor" namespace="InnovaStudio" %> + + + + + 修改关键字信息 + + + + +
添加关键字信息
+ + + diff --git a/Help.Web/Admin/KeyWordEdit.aspx.cs b/Help.Web/Admin/KeyWordEdit.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/KeyWordEdit.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/Login.aspx b/Help.Web/Admin/Login.aspx new file mode 100644 index 0000000..b9e7bff --- /dev/null +++ b/Help.Web/Admin/Login.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Admin_Login" %> + + + + + + 登录 + + + + +
+
+
+
diff --git a/Help.Web/Admin/Login.aspx.cs b/Help.Web/Admin/Login.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Login.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/LoginOut.aspx b/Help.Web/Admin/LoginOut.aspx new file mode 100644 index 0000000..fbfd840 --- /dev/null +++ b/Help.Web/Admin/LoginOut.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LoginOut.aspx.cs" Inherits="Admin_LoginOut" %> + + + + + + 退出 + + + +
+ +
+ + diff --git a/Help.Web/Admin/LoginOut.aspx.cs b/Help.Web/Admin/LoginOut.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/LoginOut.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/Menu.aspx b/Help.Web/Admin/Menu.aspx new file mode 100644 index 0000000..48e38eb --- /dev/null +++ b/Help.Web/Admin/Menu.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Menu.aspx.cs" Inherits="Admin_Menu" %> + + + + + + 帮助系统后台 + + + +
修改关键字信息
+ + + +
diff --git a/Help.Web/Admin/Menu.aspx.cs b/Help.Web/Admin/Menu.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Menu.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/SysParm.aspx b/Help.Web/Admin/SysParm.aspx new file mode 100644 index 0000000..7de0f80 --- /dev/null +++ b/Help.Web/Admin/SysParm.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SysParm.aspx.cs" Inherits="Admin_SysParm" validateRequest=false %> + + + + + + 参数设置 + + + +
+ + + diff --git a/Help.Web/Admin/SysParm.aspx.cs b/Help.Web/Admin/SysParm.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/SysParm.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/Admin/Think.aspx b/Help.Web/Admin/Think.aspx new file mode 100644 index 0000000..71bf500 --- /dev/null +++ b/Help.Web/Admin/Think.aspx @@ -0,0 +1,15 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Think.aspx.cs" Inherits="Admin_Think" %> + + + + + + 建议管理 + + + + + +
+ 参数设置
+ + diff --git a/Help.Web/Admin/Think.aspx.cs b/Help.Web/Admin/Think.aspx.cs new file mode 100644 index 0000000..d4831c1 --- /dev/null +++ b/Help.Web/Admin/Think.aspx.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; diff --git a/Help.Web/App_Code/LoginCheck.cs b/Help.Web/App_Code/LoginCheck.cs new file mode 100644 index 0000000..5ce9939 --- /dev/null +++ b/Help.Web/App_Code/LoginCheck.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Data; +using System.Configuration; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; diff --git a/Help.Web/App_Code/Verify.cs b/Help.Web/App_Code/Verify.cs new file mode 100644 index 0000000..51f47f2 --- /dev/null +++ b/Help.Web/App_Code/Verify.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Drawing; +using System.Drawing.Imaging; +using System.Web; +/// +/// Verify 的摘要说明 +/// diff --git a/Help.Web/App_Code/WebLog.cs b/Help.Web/App_Code/WebLog.cs new file mode 100644 index 0000000..2db6c36 --- /dev/null +++ b/Help.Web/App_Code/WebLog.cs @@ -0,0 +1,15 @@ +//=========================================================== +//== (c)2007 24xN Inc. == +//== QQ:6458450,Email:qwsf01115@163.com == +//== Site:http://www.24xn.com == +//== 论坛:http://bbs.24xn.com == +//== Code By Xi.Deng == +//== 版权所有 == +//=========================================================== +using System; +using System.Configuration; +using System.Web; + + /// + /// WebLog 的摘要说明 + /// diff --git a/Help.Web/Css/Css.css b/Help.Web/Css/Css.css new file mode 100644 index 0000000..17c337a --- /dev/null +++ b/Help.Web/Css/Css.css @@ -0,0 +1,15 @@ +a{text-decoration: none;} /* �������»���,��Ϊunderline */ +a:link {color: #333333;text-decoration: none;} /* δ���ʵ����� */ +a:visited {color: #333333;text-decoration: none;} /* �ѷ��ʵ����� */ +a:hover{color: #FF3300;text-decoration: underline;} /* ����������� */ +a:active {color: #FF3300;text-decoration: none;} /* ����������� */ +.nav_l2{text-decoration:none;font-size:14px;color:#000;height:0;filter:dropshadow(offX=1,offY=1,color=#FFFFFF);} +.nav_l2 a:link{text-decoration:none;font-size:14px;color:#000;height:0;filter:dropshadow(offX=1,offY=1,color=#FFFFFF);} +.nav_l2 a:visited{text-decoration:none;font-size:14px;color:#fff;height:0;filter:dropshadow(offX=1,offY=1,color=#FFFFFF);} +.nav_l2 a:active,.nav_l2 a:hover{text-decoration:underline;font-size:14px;color:#fff;height:0;filter:dropshadow(offX=1,offY=1,color=#FFFFFF);} +body{ + FONT-FAMILY: "������"; + FONT-SIZE: 12px; + text-decoration: none; + line-height: 150%; + background:#EBEBEB; diff --git a/Help.Web/Css/help.css b/Help.Web/Css/help.css new file mode 100644 index 0000000..0f632b6 --- /dev/null +++ b/Help.Web/Css/help.css @@ -0,0 +1,15 @@ +BODY { + FONT-SIZE: 11px; MARGIN: 0px; COLOR: #2d465f; FONT-FAMILY: Arial, Helvetica, sans-serif +} +.form { + BORDER-RIGHT: #7f9db9 1px solid; BORDER-TOP: #7f9db9 1px solid; FONT-SIZE: 11px; BACKGROUND: #eff0f0; BORDER-LEFT: #7f9db9 1px solid; BORDER-BOTTOM: #7f9db9 1px solid; FONT-FAMILY: Verdana +} +.table { + BORDER-RIGHT: #d3dee9 1px solid; BORDER-TOP: #d3dee9 1px solid; MARGIN-TOP: 5px; FONT-SIZE: 11px; BACKGROUND: #e2f1fc; MARGIN-BOTTOM: 5px; BORDER-LEFT: #d3dee9 1px solid; BORDER-BOTTOM: #d3dee9 1px solid +} +.Navitable { + BORDER-RIGHT: #e2f2f3 1px solid; BORDER-TOP: #e2f2f3 1px solid; MARGIN-TOP: 2px; FONT-SIZE: 11px; BACKGROUND: #f5fbfe; MARGIN-BOTTOM: 5px; BORDER-LEFT: #e2f2f3 1px solid; LINE-HEIGHT: 20px; BORDER-BOTTOM: #e2f2f3 1px solid +} +A:link { + FONT-SIZE: 11px; COLOR: #4a7099; TEXT-DECORATION: none +} diff --git a/Help.Web/Css/wlmap.css b/Help.Web/Css/wlmap.css new file mode 100644 index 0000000..0a280d4 --- /dev/null +++ b/Help.Web/Css/wlmap.css @@ -0,0 +1,15 @@ +BODY { + PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 70%; BACKGROUND: #ffffff; PADDING-BOTTOM: 8px; MARGIN: 0px; COLOR: #333333; LINE-HEIGHT: 130%; PADDING-TOP: 8px; FONT-STYLE: normal; FONT-FAMILY: Verdana,"Segoe UI Bold",sans-serif +} +SELECT { + FONT-SIZE: 100%; VERTICAL-ALIGN: middle; COLOR: #333333; FONT-FAMILY: Verdana,"Segoe UI Bold",sans-serif +} +TABLE { + FONT-SIZE: 100%; MARGIN: 0px; COLOR: #333333; FONT-FAMILY: Verdana,"Segoe UI Bold",sans-serif +} +TR { + FONT-SIZE: 100%; MARGIN: 0px; COLOR: #333333; FONT-FAMILY: Verdana,"Segoe UI Bold",sans-serif +} +TD { + FONT-SIZE: 100%; MARGIN: 0px; COLOR: #333333; FONT-FAMILY: Verdana,"Segoe UI Bold",sans-serif +} diff --git a/Help.Web/Default.html b/Help.Web/Default.html new file mode 100644 index 0000000..a1673c4 --- /dev/null +++ b/Help.Web/Default.html @@ -0,0 +1,15 @@ + + + + + 24xN.com在线帮助系统 + + + + + +
建议管理
+ + diff --git a/Help.Web/Global.asax b/Help.Web/Global.asax new file mode 100644 index 0000000..6c42a26 --- /dev/null +++ b/Help.Web/Global.asax @@ -0,0 +1,15 @@ +<%@ Application Language="C#" %> + + + + + + + + +
+
请稍侯...
+
+ +
diff --git a/Help.Web/Web.config b/Help.Web/Web.config new file mode 100644 index 0000000..615cd9a --- /dev/null +++ b/Help.Web/Web.config @@ -0,0 +1,15 @@ + + + + + + + + + + +