-
.net 登陆界面编程代码,2008版SQL使用,带有Access数据库
.net 登陆界面编程代码,2008版SQL使用,带有Access数据库-. net login interface programming code, 2008 edition of SQL to use, with the Access database
- 2022-12-11 20:20:03下载
- 积分:1
-
sMAPtool
完美世界游戏地图修改编辑工具,可以修改,编辑和同步地图文件。(Perfect world game map modify editing tool, you can modify, edit, and synchronized map file.
)
- 2013-10-24 14:57:30下载
- 积分:1
-
实现了B/S树导航,ASP.Net
样式使用方便,能加图标
实现了B/S树导航,ASP.Net
样式使用方便,能加图标-Realize the B/S tree navigation, ASP.Net style easy to use, can add icon
- 2023-08-20 08:35:03下载
- 积分:1
-
#usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you m...
#usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you must have it installed prior to using #usblib. Mike started this project because he wanted to program a power switch (GEMBIRD SIS-PM) with a USB port and didn t find any .NET USB library. One goal is to provide a platform independent (Linux/Win32 solution) USB access layer for .NET.
more information in http://www.icsharpcode.net/opensource/sharpusblib/-#usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you must have it installed prior to using#usblib. Mike started this project because he wanted to program a power switch (GEMBIRD SIS-PM) with a USB port and didn t find any .NET USB library. One goal is to provide a platform independent (Linux/Win32 solution) USB access layer for .NET.
more information in http://www.icsharpcode.net/opensource/sharpusblib/
- 2022-02-22 02:20:51下载
- 积分:1
-
在VC6.0中AES算法的一个有用的包,。网下测试
一个很有用的AES算法封装,在vc6.0,.net下测试通过-A useful package of AES algorithm in vc6.0,. Net under test
- 2022-06-11 22:50:20下载
- 积分:1
-
20109191705688
说明: 企业电话客服系统
本系统运用现代化的技术,为中小型企业提供现代化的管理手段,提高企业产品信息的收集、处理能力,联动及反映能力,为各级领导和管理人员提供准确、及时的分析数据,提高管理的科学性和工作效率,促进企业管理工作合理化、规范化、系统化。本系统主要实现以下目标:
系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。
(Business telephone customer service system, the system uses modern technology to provide SMEs with modern management tools, and improving product information collection, processing, interaction, and reflect the ability of leaders and managers at all levels to provide accurate and timely analysis of data and improve the management of scientific and efficiency, promote enterprise management rationalization, standardization and systematization. The system is mainly to achieve the following goals: system uses interactive way, friendly and beautiful interface, information inquiry flexible, convenient, safe and reliable data storage.)
- 2011-02-28 19:45:58下载
- 积分:1
-
程序功能是在Visual Studio .Net中创建Active X组件并实现对组件的调用...
程序功能是在Visual Studio .Net中创建Active X组件并实现对组件的调用-Program features in Visual Studio. Net to create Active X components and the achievement of the components call
- 2022-03-18 19:23:11下载
- 积分:1
-
DXFImportNET
Write and compile your own application programs using
the DXF Import .NET software contained in this package. (Write and compile your own application programs using the DXF Import. NET software contained in this package.)
- 2008-07-30 03:34:53下载
- 积分:1
-
求职网站NET源码附数据库
自己学Asp.Net时做的一个程序,里面有基本的一些功能,改一改也可以拿来来当企业网站用的,这个也很适合,初学者刚开始学时看一看,里面还有URL重写功能,图片验证,Md5加密.
附加数据库
- 2022-10-19 08:30:03下载
- 积分: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