-
详细的介绍了xp环境下usb的驱动程序,具有重要的参考价值!
详细的介绍了xp环境下usb的驱动程序,具有重要的参考价值!-Detailed introduction of the xp environment usb driver, an important reference value!
- 2022-03-22 14:19:57下载
- 积分:1
-
C# 进销存管理系统
C# 进销存管理系统,万能进销存管理系统!
- 2022-10-25 20:05:03下载
- 积分:1
-
Based on CoolPad,. Net 2.0 to develop the necessary API
基于CoolPad,.net 2.0开发所需API-打电话-Based on CoolPad,. Net 2.0 to develop the necessary API-call
- 2023-02-10 07:15:03下载
- 积分:1
-
实际上是ASP.NET开发的,不过我在分类里面找不到.NEt 平台。
这个是个小网站,可以用来发布某个文件夹里面的所有内容,把该网站中的页面放到要发布...
实际上是ASP.NET开发的,不过我在分类里面找不到.NEt 平台。
这个是个小网站,可以用来发布某个文件夹里面的所有内容,把该网站中的页面放到要发布的文件夹里面,然后把这个文件夹发布成ASP.NET 2.0 网站就可以了,网站首页中会列出所有可用文件的下载链接-ASP.NET is actually developed, but I can not find it in the classification. NEt platform. This is a small Web site can be used to publish a folder inside of all the contents of the site to publish pages on the folder inside this folder and then released into a ASP.NET 2.0 web site can be, the site home page will list all available documents download link
- 2023-01-24 03:40:04下载
- 积分:1
-
5-week
Answers from c++ of contester 5 week
- 2011-05-29 18:21:30下载
- 积分: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
-
asp.net经典代码
日常用到的以及疑难点问题源代码无私奉献,请各位多多参考及时交流。
- 2023-01-07 18:20:03下载
- 积分:1
-
枚举所有运行的进程,用vb.net做的一个小程程,也许会对你们有用....
枚举所有运行的进程,用vb.net做的一个小程程,也许会对你们有用.-Enumerate all running processes, using vb.net to do a small-way process, may be useful to you.
- 2022-01-21 05:56:33下载
- 积分:1
-
Encrypt/Self decrypt files in Native C++ And. NET, encrypts/self decrypts file a...
Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
-Encrypt/Self decrypt files in Native C++ And. NET, encrypts/self decrypts file at a time based on password and chosen algorithm.
- 2022-10-17 14:35:03下载
- 积分:1
-
onlinevote2.0_51aspx
onlinevote2.0_51aspx--asp.net的实例-onlinevote2.0_51aspx asp.net examples
- 2022-07-02 01:11:22下载
- 积分:1