-
主要用C# 和 JavaScript 语言开发。
主要用C# 和 JavaScript 语言开发。-Is mainly used C# and JavaScript language development.
- 2023-01-27 03:35:04下载
- 积分:1
-
Tianfeng article system, listen to good a system, please everyone try!
天风文章系统,听好的一个系统,请大家尝试!-Tianfeng article system, listen to good a system, please everyone try!
- 2022-10-11 02:00:03下载
- 积分:1
-
C实现的净# Bellman-Ford算法。
bellman ford algorithm implemented in C#.NET
- 2022-03-23 04:16:21下载
- 积分:1
-
电视剧集
本网站做的是一个关于电视剧集销售的网站。
1、 使用母板页;
2、 使用AJAX异步刷新技术;
3、 使用数据库;
4、 使用GridView、DataList控件,并有分页功能;
5、 具有上传、下载文件的功能;
6、 具有用户注册、登录功能;
7、 页面布局美观、色彩协调。
- 2022-07-09 13:12:44下载
- 积分:1
-
Pivot 枢轴网格- Asp.Net MVC
翻译 maninwest@Codeforge 作者:Anurag Gandhi@CodeProject一个具有 pivot 选项的 Asp.Net MVC 的网格/报告控件。使用代码需要添加到 ReportControl 集的引用,之后就可以直接使用代码,如下所示:@Model.ReportWithPivot("", "ShopName", "SellingPrice", AggregateFunction.Sum, "ItemType", "ItemName")请注意你的模型应该是 IEnumerable 或者仅从 IEnumerable 衍生而来。如何工作ReportWithPivot 是 IEnumerable 对象的延伸方法,使用 RowField, DataField, Aggregate 函数和 ColumnFields 作为参数并返回一个 HTML 表,其中数据根据指定参数进行枢轴定位。public static HtmlString ReportWithPivot(this IEnumerable source, string cssClass, string rowField, string dataField, AggregateFunction aggregate, params string[] columnFields) where T
- 2022-12-29 09:05:04下载
- 积分:1
-
Teaching-calendar-management
教学日历管理系统,用asp.net编写,主要功能有:教师查询,教室查询,课程表添加于查询,教学日历管理,用户信息管理,教室表添加等功能。(The teaching calendar management system written in asp.net main functions: Teachers query query classroom curriculum to add to the query, the teaching calendar management, management of user information, classroom table to add features such as.)
- 2012-11-20 16:24:37下载
- 积分:1
-
应用遗传算法计算城市路径的一个vc和MATLAB程序
应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
- 2023-05-31 00:05:04下载
- 积分:1
-
本文件中包括论坛系统、会员系统等一些系统开发实例源程序,这些源程序都是用asp.net开发的,各位需要对自己的开发环境进行适当配置,才能运行源码。...
本文件中包括论坛系统、会员系统等一些系统开发实例源程序,这些源程序都是用asp.net开发的,各位需要对自己的开发环境进行适当配置,才能运行源码。-This document is included in the Forum system, Members System system development and other examples of source code, which source is developed using asp.net, you need to carry out their own development environment properly configured to run the source code.
- 2023-01-09 14:55:04下载
- 积分:1
-
通过VC.net对TXT文件进行操作,可将数据存储或者读取
通过VC.net对TXT文件进行操作,可将数据存储或者读取-TXT file by VC.net right to operate, you can store or read data
- 2022-01-22 17:40:06下载
- 积分:1
-
WindowsServices
Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut.
(Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut.
)
- 2009-06-29 05:15:08下载
- 积分:1