资源简介
开源免费OA系统,附带数据库创建脚本,比较好安装
代码片段和文件信息
using System.Web;
using System.Web.Mvc;
using System.Web.UI;
namespace XkOA
{
public partial class _Default : Page
{
public void Page_Load(object sender System.EventArgs e)
{
// Change the current path so that the Routing handler can correctly interpret
// the request then restore the original path so that the OutputCache module
// can correctly process the response (if caching is enabled).
string originalPath = Request.Path;
HttpContext.Current.RewritePath(Request.ApplicationPath false);
IHttpHandler httpHandler = new MvcHttpHandler();
httpHandler.ProcessRequest(HttpContext.Current);
HttpContext.Current.RewritePath(originalPath false);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 35840 2009-08-30 10:45 XkOA\XkOA\bin\FCKeditor.dll
文件 195072 2009-09-06 18:25 XkOA\XkOA\bin\XkOA.dll
文件 544256 2009-09-06 18:25 XkOA\XkOA\bin\XkOA.pdb
文件 21 2009-07-19 17:06 XkOA\XkOA\CodeTemplates\AddView\MyDetails.aspx
文件 5597 2009-07-19 17:06 XkOA\XkOA\CodeTemplates\AddView\MyDetails.tt
文件 21 2009-07-22 20:29 XkOA\XkOA\CodeTemplates\AddView\MyEdit.aspx
文件 5118 2009-07-22 20:29 XkOA\XkOA\CodeTemplates\AddView\MyEdit.tt
文件 21 2009-07-22 21:38 XkOA\XkOA\CodeTemplates\AddView\MyList.aspx
文件 6348 2009-07-22 21:38 XkOA\XkOA\CodeTemplates\AddView\MyList.tt
文件 21 2009-08-02 12:56 XkOA\XkOA\CodeTemplates\AddView\PagerList.aspx
文件 6375 2009-08-02 12:56 XkOA\XkOA\CodeTemplates\AddView\PagerList.tt
文件 13276 2009-07-14 22:30 XkOA\XkOA\Content\Images\annotate-cs0.jpg
文件 13274 2009-07-14 22:30 XkOA\XkOA\Content\Images\annotate-cs1.jpg
文件 13293 2009-07-14 22:30 XkOA\XkOA\Content\Images\annotate-csh.jpg
文件 984 2009-07-14 22:30 XkOA\XkOA\Content\Images\at.gif
文件 68 2009-07-14 22:30 XkOA\XkOA\Content\Images\atb.gif
文件 76 2009-07-14 22:30 XkOA\XkOA\Content\Images\bcstart.gif
文件 5181 2009-07-14 22:30 XkOA\XkOA\Content\Images\company_logo.gif
文件 649 2009-07-14 22:30 XkOA\XkOA\Content\Images\di.gif
文件 76 2009-07-14 22:30 XkOA\XkOA\Content\Images\dpmbrp.gif
文件 541 2009-07-14 22:30 XkOA\XkOA\Content\Images\hpbl.gif
文件 332 2009-07-14 22:30 XkOA\XkOA\Content\Images\hpbr.gif
文件 283 2009-07-14 22:30 XkOA\XkOA\Content\Images\hpbrp.gif
文件 43 2009-07-14 22:30 XkOA\XkOA\Content\Images\hpsep.gif
文件 45 2009-07-14 22:30 XkOA\XkOA\Content\Images\hr.gif
文件 2629 2009-07-14 22:30 XkOA\XkOA\Content\Images\hsbg.gif
文件 50 2009-07-14 22:30 XkOA\XkOA\Content\Images\hsbl.gif
文件 49 2009-07-14 22:30 XkOA\XkOA\Content\Images\hslbg.gif
文件 311 2009-07-14 22:30 XkOA\XkOA\Content\Images\ipbl.gif
文件 312 2009-07-14 22:30 XkOA\XkOA\Content\Images\ipbr.gif
............此处省略583个文件信息
相关资源
- jQuery lazyload-预加载 功能,已经通过运
- facebook OAuth 2.0 asp.net
- NeatUpload-1.2.32 +
- GoogleBookDownloader WebClient 读取网页源码
- C# 判断NUMLOCK键和caploack键是否锁定
- REST与SOA两种架构
- C#IEEE754协议 modbus 4位byte转float
- DemoSwfUpload 比较好用的上传控件
- ASP.Net(CSharp)OA 本毕业设计首先介绍
- Whiteboard2 C#绘图板
- FreeSCADA2 完整的C#开发的组态软件.OP
- WpfLoadingDemo wpf页面加载等待效果
- mpc5604b_CAN_BootLoad MPC5604B CAN Bootload上位
- STM32F030C8T6-FreeRTOS FreeRTOS移植到STM32F
- Ajax-Uploader c#上传文件的控件
- 37724089OA
- OA系统全套资料
- AVR BOOTLOADER +开发笔记
- Bootloader_App_DownloadTools
- C# 按照IEEE 754标准对Float和Double类型进
- Download netcoreapp2.0 unit tests sample - 1.4
- dsPIC30 dsPIC33 PIC24 UART bootloader (C# 上
- WPF 虚拟键盘 (Virtual KEYBOARD)
- [ASP.NET] 使用 OAuth 2.0 整合 Google、Fac
- httpLib网络操作通用类采集,支持get
- C# 大文件上传(NeatUpload)源码
- 简单的oa系统源码新手学习用(asp.n
- 办公OA系统(含数据库)
- SwfUpload使用
- asp.net大型OA系统+工作流+协同办公系统
评论
共有 条评论