-
A detailed description of a company' s personnel changes, the user, the rewar...
详细描述一个公司的人事变动情况,用户情况,奖惩情况,联系方式等和用户信息-A detailed description of a company" s personnel changes, the user, the rewards and punishments, the contact and user information, etc.
- 2022-12-15 19:55:04下载
- 积分:1
-
VisualCnetProgramming100
Visual C++.NET小游戏开发时尚编程百例 各种益智类 射击类 等等的小游戏开发(Visual C++. NET Programming 100 cases of fashion a small game developers)
- 2009-10-28 10:48:41下载
- 积分:1
-
NUnit-2.4.5-src
NUnit是在.NET進行TDD的利器,是一個單元測試框架.
NUnit最初是由James W. Newkirk, Alexei A. Vorontsov 和Philip A. Craig, 後來開發團隊逐漸龐大起來.在開發過程中, Kent Beck 和Erich Gamma2位牛人也提供了許多幫助.(NUnit NET TDD weapon is a unit testing framework NUnit originally by James W. Newkirk, Alexei A. Vorontsov and Philip A. Craig, later development team gradually huge in the development process, Kent Beck and the Erich Gamma2 cattle also provides a lot of help.)
- 2013-04-18 08:21:12下载
- 积分:1
-
SDXGrid is a comprehensive data grid component for Microsoft .NET 2.0 web applic...
SDXGrid is a comprehensive data grid component for Microsoft .NET 2.0 web application developers.
- 2022-01-22 16:51:19下载
- 积分:1
-
BookSeeker
A simple example of ASP.NET book search program !
- 2013-10-19 12:41:44下载
- 积分:1
-
Salary Management using VB.Net
- 2022-01-26 02:06:48下载
- 积分:1
-
一个非常不错的数据库实体类代码生成器,可以将数据库表直接生成实体类,节省很多时间。...
一个非常不错的数据库实体类代码生成器,可以将数据库表直接生成实体类,节省很多时间。-A very good database entity class code generator can be directly generated database table entity class and save a lot of time.
- 2022-05-20 02:52:00下载
- 积分:1
-
asp..net 数据库美容网站的源码 ,欢迎大家下载.
asp..net 数据库美容网站的源码 ,欢迎大家下载.-asp .. net database for the source of beauty and you are welcome to download.
- 2022-01-25 16:35:48下载
- 积分:1
-
图像格式转换程序
翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的 .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO;
using System.Drawing;
using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e)
{ if (Page.IsValid && fpImage.HasFile)
{ string tmpName = Guid.NewGuid().ToString();
fpImage.SaveAs(MapPath("~/Original Images/" +
- 2022-05-17 17:41:32下载
- 积分:1
-
CRsummarize
.NET环境下水晶报表使用总结
水晶报表是一个优秀的报表开发工具,本人在开发通用管理系统的时候,所有报表都使用水晶报表,其简单、易用和强大的功能令笔者倍加喜爱,现将水晶报表使用手记呈现给大家。
一、在使用自带的水晶报表时,请注册,否则只能使用30次
(. NET environment using Crystal Reports Crystal Reports is an excellent summary of the report development tools, I am in the development of common management system, all reports use Crystal Reports, its simple, easy to use and powerful features make doubly favorite author, now Crystal Reports presented to you using the Notes. First, when using the built-in Crystal Reports, please register, or can only use 30 times)
- 2011-05-25 17:51:19下载
- 积分:1