-
Remoting-sample
.net Remoting的客户端中间件通讯示例,妇幼全部源码。(Client middleware communication example. net Remoting, and women and children of all source code.)
- 2014-02-12 22:23:44下载
- 积分:1
-
会员管理系统
本系统主要功能包括:消费管理、会员管理、商品管理、统计分析、短信平台、系统功能。使用者可以通过左侧导航条实现各个功能间的切换,同时也可以通过点击我的桌面实现常用功能的切换。
- 2022-02-24 16:32:19下载
- 积分:1
-
net打印程序
一个打印模板,可以设定要打印的线、文字在纸张的任何位置,线通过起始点位置和终点位置设定,文字可以设定字体类型、字号、位置等;
- 2023-01-28 03:35: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
-
使 .NET 支持Perl脚本语言
用 VB.NET 和 C# 编程时,需要在程序运行时支持用户代码完成某些定制操作,本例引入Perl脚本支持,在需要时可以通过外部提供的Perl脚本完成特定的操作。比如在读入外部文本数据时,可以先用Perl做某种预处理。PerlRE.perlnet 是 ActiveState Dev Kit 9.5.1 的编译工程,将 pm 文件编译为.NET支持的dll文件PerlRE.pm 是 .NET 和 Perl 的接口文件源码PerlRE.dll 是 接口源码编译完成的动态链接库文件支持 .NET 2.0,在 VS2005下测试通过
- 2022-08-20 00:44:50下载
- 积分:1
-
通过百度的搜索接口提取到所要查找的MP3文件的地址。这是我自己开发的软件里面的一个功能。原来使用的是soso的接口,但是发现soso很不好用,所以改为百度的Mp...
通过百度的搜索接口提取到所要查找的MP3文件的地址。这是我自己开发的软件里面的一个功能。原来使用的是soso的接口,但是发现soso很不好用,所以改为百度的Mp3接口。-Extracted through Baidu" s search interface to find the MP3 files you want to address. This is my own developed software inside a function. The original interface using a soso, but found soso very easy to use, so instead of Baidu Mp3 interface.
- 2022-08-03 16:00:42下载
- 积分:1
-
GDI2
Windows Like .NET Login System
- 2009-09-29 15:37:11下载
- 积分:1
-
网上商城源代码
使用asp,net2.0技术开发的网上商城,具备用户注册与登录、商品展示,购物车,订单生成,后台管理商品、订单等完善的功能
- 2022-11-02 07:45:04下载
- 积分:1
-
ABB+Control+Builder+M教程
ABB+Control+Builder+M教程,ABB PLC编程器Controlbuilder使用教程。(ABB+Control+Builder+M tutorial, ABB PLC programmer Controlbuilder tutorial.)
- 2018-04-12 10:07:40下载
- 积分:1
-
Hough transform, for the image processing, paint edge curve, the specific see ho...
Hough变换,用于对图像处理,画出曲线边缘,具体参见hough变换-Hough transform, for the image processing, paint edge curve, the specific see hough transform
- 2022-05-18 21:04:55下载
- 积分:1