登录
首页 » C# » B/s结构,采用 asp.net(C#)+ MS SQL 编写 OA_at

B/s结构,采用 asp.net(C#)+ MS SQL 编写 OA_at

于 2020-06-26 发布 文件大小:2474KB
0 158
下载积分: 1 下载次数: 4781

代码说明:

  B/s结构,采用 asp.net(C#)+ MS SQL 编写。严格按照三层结构,不失为学习 C#的好例子。安泰OA办公系统自动化系统(B/s structure and Asp. Net (C#) MS SQL prepared. In strict accordance with the three-tier structure is, after all, learn C# a good example. Aetna OA office automation system)

文件列表:

OA_at
.....\OA
.....\..\aspnet_client
.....\..\.............\system_web
.....\..\.............\..........\1_1_4322
.....\..\.............\..........\........\SmartNav.htm
.....\..\.............\..........\........\SmartNav.js
.....\..\.............\..........\........\SmartNavIE5.js
.....\..\.............\..........\........\WebUIValidation.js
.....\..\AssemblyInfo.cs
.....\..\banner0.swf
.....\..\baseStyle.css
.....\..\bin
.....\..\...\aspnetmenu.dll
.....\..\...\eeeksoft.web.popupwin.dll
.....\..\...\freetextbox.dll
.....\..\...\Lion.Web.Mail.ESmtpMail.dll
.....\..\...\Microsoft.Web.UI.WebControls.dll
.....\..\...\OA.dll
.....\..\...\OA.pdb
.....\..\CheckUser.cs
.....\..\css
.....\..\...\css.css
.....\..\...\css08.css

.....\..\...\dot1.gif
.....\..\...\dot2.gif
.....\..\...\mystyle.css
.....\..\...\ykbj.gif
.....\..\...\_vti_cnf
.....\..\...\........\css.css
.....\..\...\........\css08.css
.....\..\...\........\css08_bg.gif
.....\..\...\........\dot1.gif
.....\..\...\........\dot2.gif
.....\..\...\........\mystyle.css
.....\..\...\........\ykbj.gif
.....\..\database
.....\..\........\oa
.....\..\DBCustomAction
.....\..\..............\AssemblyInfo.cs
.....\..\..............\bin
.....\..\..............\...\Debug
.....\..\..............\...\Release
.....\..\..............\DBCustomAction.cs
.....\..\..............\DBCustomAction.csproj
.....\..\..............\DBCustomAction.csproj.user
.....\..\..............\DBCustomAction.resx
.....\..\..............\obj
.....\..\..............\...\Debug
.....\..\..............\...\Release
.....\..\..............\sql.txt
.....\..\DBCustomAction.dll
.....\..\dbcustomaction.InstallState
.....\..\Default.aspx
.....\..\Default.aspx.cs
.....\..\Default.aspx.resx
.....\..\designmode.css
.....\..\Developing.aspx
.....\..\Developing.aspx.cs
.....\..\Developing.aspx.resx
.....\..\DisplayDocument.aspx
.....\..\DisplayDocument.aspx.cs
.....\..\DisplayDocument.aspx.resx
.....\..\DisplayFile.aspx
.....\..\DisplayFile.aspx.cs
.....\..\DisplayFile.aspx.resx
.....\..\DisplayMeeting.aspx
.....\..\DisplayMeeting.aspx.cs
.....\..\DisplayMeeting.aspx.resx
.....\..\DisplayMessage.aspx
.....\..\DisplayMessage.aspx.cs
.....\..\DisplayMessage.aspx.resx
.....\..\DocuContents.aspx
.....\..\DocuContents.aspx.cs
.....\..\DocuContents.aspx.resx
.....\..\DocumentDetails.aspx
.....\..\DocumentDetails.aspx.cs
.....\..\DocumentDetails.aspx.resx
.....\..\EditInfo.aspx
.....\..\EditInfo.aspx.cs
.....\..\EditInfo.aspx.resx
.....\..\EditMeeting.aspx
.....\..\EditMeeting.aspx.cs
.....\..\EditMeeting.aspx.resx
.....\..\EditMessage.aspx
.....\..\EditMessage.aspx.cs
.....\..\EditMessage.aspx.resx
.....\..\EditOrganization.aspx
.....\..\EditOrganization.aspx.cs
.....\..\EditOrganization.aspx.resx
.....\..\EditPerson.aspx
.....\..\EditPerson.aspx.cs
.....\..\EditPerson.aspx.resx
.....\..\errorLog.txt
.....\..\FileContents.aspx
.....\..\FileContents.aspx.cs
.....\..\FileContents.aspx.resx
.....\..\FileDetails.aspx
.....\..\FileDetails.aspx.cs

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • services
    windows服务编写,实现windows服务功能,对学习服务编程有帮助(windows service written windows service learning programming)
    2012-08-23 11:41:40下载
    积分:1
  • CBSYS
    出版商印刷数据库设计 初始条件: 一个印刷书的印刷公司希望建立数据库来处理用户的印刷需要。一本书的出版发行人员提交了一份描述印刷工作的单据,印刷工作需要的使用材料,由购买清单指定。 (Publishers print database design initial conditions: a printed book printing company hopes to establish a database to handle the user s printing needs. A book publishing and distribution staff submitted a description of the work of printing documents, printing requires the use of materials, from the purchase of the designated list.)
    2020-12-03 15:19:25下载
    积分:1
  • process_attemper
    1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 (1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
    2007-07-04 12:57:51下载
    积分:1
  • rre-cocos2d-the
    cocos2d lua版本不支持lfs文件操作系统,所以得集成进cocos2d lua的环境中(Cocos2d lua version operating system LFS files is not supported, so have to integrate into the environment of cocos2d lua)
    2017-04-16 22:47:00下载
    积分:1
  • mallocpool-0.9.4.tar
    malloc pool 内存池实现原理及源代码(malloc pool )
    2016-11-30 15:04:38下载
    积分:1
  • cchaxun
    一个课程设计,有个菜单3个功能, 第一个功能是输入姓名,学号,数学成绩和语文成绩,并且储存,然后再确定是否继续.第二个功能的第一个小功能是输出所有已经输入的数学成绩按降顺序排列,然后可以选择返回上级菜单选择第二小功能升序排列所有输入的语文成绩,然后确定是否继续,第三就是功能是输入学号查询成绩,后在确定是否继续.所有的按照表格的形式打印(就是要控制什么空格的). (A curriculum design, there is a menu function 3, the first function is to enter the name, school number, math and language achievement, and storage, and then determine whether to continue. The second section features a small feature is the output of all input mathematics achievement by descending order, and then can choose to return to the higher level menu to select the second ascending order of all the small features of the language input results, and then determine whether or not to continue, the third is to study its function is to enter the query results, in determining whether or not to continue after. All forms of printing in accordance with the table (what is the need to control space).)
    2009-05-23 07:22:54下载
    积分:1
  • CPaintDCDemo
    第6章 设备描述表和图形对象CPaintDCDemoCPaintDCDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。(Chapter 6 describes the tables and graphics device object CPaintDCDemo CPaintDCDemo.rar, very good vc source, interested friends can see.)
    2011-09-11 23:02:40下载
    积分:1
  • HBase
    辅助开发库HBase,很好用的个人代码总结库,开发人员经常会有很多经典的开发代码,下次使用仍然很频繁,HBase就做了很好的总结,方便了开发使用(Supporting the development of library HBase, well summed up by the personal code library, developers will often develop a lot of classical code, the next use is still very frequent, HBase on to do a very good summary of the development to facilitate the use of)
    2009-03-30 16:15:11下载
    积分:1
  • LinuxGroupMan
    说明:  Unix 成组链接法 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理(Unix Group Links UNIX System Simulation of spare pieces Group link, disk storage space to achieve the management)
    2020-12-12 19:59:15下载
    积分:1
  • MT4-CTP
    MT4-CTP接口,期货行情连接MT4,把CTP实时行情导入MT4,把CTP速度快的优点与MT4分析功能强大的优点结合起来。(The MT4-CTP interface, Futures Quotes connection MT4, real-time quotes of CTP import MT4, combining the advantages of the advantages of fast CTP, and MT4 analysis powerful.)
    2013-04-11 13:32:37下载
    积分:1
  • 696524资源总数
  • 103801会员总数
  • 61今日下载