-
Inside class contains several c# file, package of excel import export operation,...
里面包括了几个c# 类文件,封装了对excel的导入导出操作,2种加密算法的封装,都只需要简单的调用就可以了。另外ToolBox.cs文件实现2个DataRow的比较。-Inside class contains several c# file, package of excel import export operation, two kinds of encryption algorithm package, only need a simple call on it. Addition ToolBox.cs paper to achieve two DataRow comparison.
- 2022-10-15 03:05:07下载
- 积分:1
-
通过vc对计算机并口进行控制,这是一个提供在nt/win2000/xp下直接读写端口接口的库
// 本软件是一个免费软件,无任何限制,允许在任何场合使...
通过vc对计算机并口进行控制,这是一个提供在nt/win2000/xp下直接读写端口接口的库
// 本软件是一个免费软件,无任何限制,允许在任何场合使用,但不保证后果.
// 发现Bug请mail至eBitWen@163.net-Vc on the computer through the parallel port control, this is a nt/win2000/xp provide direct interface to read and write ports of the library// This software is a freeware without any limitations, allowing use on any occasion, but does not guarantee the consequences of .// Bug found, please mail to eBitWen@163.net
- 2023-07-11 05:25:03下载
- 积分:1
-
clock
说明: .net工程,一个openvg的demo,想学openvg的同学很有帮助(an openvg demo based on .net)
- 2009-08-25 10:20:53下载
- 积分:1
-
在 vb.net 中的学生考勤管理系统
- 2023-01-07 01:05:04下载
- 积分:1
-
将模型对象发布到控制器中( ASP.NET MVC)
翻译 maninwest@Codeforge 作者:Saswat Mohanty@CodeProject
我们想在 HttpPost 时将视图中的模型对象列表发布到控制器中。很多开发员尝试通过数组获得数据列表。但是,有个简单的方法可以不用数组获取模型对象的列表。创建一个 ASP.NET MVC 4 应用程序。首先在解决方案的 Model 文件夹中创建两个模型类,例如 EmployeeModelClass.cs 和 DepartmentModelClass.cs 。
模型
public class EmployeeModelClass
{
public string Name { get; set; }
public string Address { get; set; }
public string Contact { get; set; }
public IEnumerable DeptList { get; set; }
}
public class DepartmentModelClass
{
public string DepartmentCode { get; set; }
public string DepartmentName { get; set; }
}
控制器
public class EmployeeController : Controller
{
//
// GET: /Employee/
public ActionResul
- 2022-07-02 06:59:27下载
- 积分:1
-
ffff
c#语言编写。遍历磁盘所有文件夹和文件。实现资源管理器的功能。用VS2005环境开发(c# language. Traverse the disk all the folders and files. To achieve resource manager functions. Environmental development with the VS2005)
- 2009-09-10 17:33:23下载
- 积分:1
-
register
VS2008的开发环境,用C#语言编程,开发Web网页。很适合初学者的简单注册、登录和验证模块的源代码(VS2008 development environment using C# programming language to develop Web pages. Very suitable for beginners a simple registration, and verification of module source code)
- 2012-05-22 10:24:49下载
- 积分:1
-
fnpi sdfnerpgt dsgeghtr位图
Bitmap fnpi sdfnerpgt dsgeghtr-Bitmap fnpi sdfnerpgt dsgeghtr
- 2023-09-02 14:05:04下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
水的影响
这个控件是一个C #实施众所周知的水的影响。已经有两个实现此算法在codeproject: ;真的很酷的视觉特效 ;-一个C++和OpenGL的变种—— ;互动水效果。
- 2022-08-13 19:58:49下载
- 积分:1