-
Programming classic design patterns, this is all the learning necessary for prog...
设计模式经典编程,这是所有学习编程者所必需的。-Programming classic design patterns, this is all the learning necessary for programmers.
- 2022-03-04 23:08:41下载
- 积分:1
-
基于asp.net的动漫视频网站
本作品是基于asp.net 的动漫视频网站,共分为前台页面和后台管理两个板块,前台页面可以实现登陆,注销,观看视频,评论留言等基本功能;后台管理可以实现视频的上传编辑删除
- 2022-10-21 11:25:03下载
- 积分:1
-
Message-board-system
留言板的功能如下:(1)用户发表 包括:发表留言功能,查看留言功能,个性化留言板功能(2)管理员功能 包括:回复留言功能,删除留言功能,配置系统功能(Message board functions as follows: (1) User published include: Post Message function to see the voice mail, personalized message board features (2) administrator features include: voice mail reply, delete message function, configure the system function)
- 2011-10-11 09:49:27下载
- 积分:1
-
ASP.NET合同管理系统源码(C#)
自己找的,但是不记得是哪个网站了。需要的可以看看
- 2022-01-23 10:22:04下载
- 积分:1
-
不同于Lumi.net以及openpop的另一款利用控件收pop邮件的代码,内有实例及控件说明。...
不同于Lumi.net以及openpop的另一款利用控件收pop邮件的代码,内有实例及控件说明。-Unlike Lumi.net and openpop control of another land use pop mail code, there are examples and the control description.
- 2022-05-05 18:04:58下载
- 积分:1
-
Many c++ Algorithm, a good pen for beginners to practice many c++ Algorithm, ver...
许多c++算法,很好,初学者笔练习 许多c++算法,很好,初学者笔练习-Many c++ Algorithm, a good pen for beginners to practice many c++ Algorithm, very good for beginners to practice pen
- 2022-04-21 23:58:28下载
- 积分:1
-
Asp.Net 实现带选框的两棵树之间的增加,删除,转移
Asp.Net 实现带选框的两棵树之间的增加,删除,转移-To achieve with Asp.Net box between the two trees to add, delete, transfer
- 2023-07-05 08:50:03下载
- 积分:1
-
Chat
asp.net+flash简单编程,利用socket实现.功能还是基本实现了(asp.net+flash simple programming, the use of socket. function is basically achieved)
- 2013-06-18 23:05:47下载
- 积分:1
-
CAS-CSharp
基于.net的CAS登录集成,单点登录学习资料(
Log Integration Based on .net of CAS, single sign-on learning materials)
- 2015-07-20 16:15:24下载
- 积分:1
-
DataSet 到 T-SQL 脚本
翻译 maninwest@Codeforge 作者:Brad Joss@CodeProject static 类对外暴露了采用 System.Data.DataTable 或 DataSet并输出为 Transact SQL (T-SQL) 脚本的方法。当该脚本在 SQL Server 实例中运行时,可以创建#TEMP 表格形式的逻辑相似的结构。调试时特别有用,可用来分析 DataTable(s) 中的数据。 虽然这个代码的主要目标是用于调试,但是也可用于日志机制,来捕获日志报告详情,显示数据如何在系统中移动。使用代码要创建T-SQL 脚本,需要根据你的需求调用其中一个方法。代码提供了 3 个方法,输出结果到 Debug.Output 窗口,System.String 变量或者到一个文件。DataSet ds = // A DataSet filled with data....
// Write the script results to the Debug.Output window
DataSetToScript.DataSetToSqlScriptOutput(ds);
// Write th
- 2022-02-12 06:54:49下载
- 积分:1