-
visual_c_plus_plus_net
visual C++ .NET 开发精典实例 , PDF书(visual C++. NET development classics examples, PDF Book)
- 2010-01-04 21:35:23下载
- 积分: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
-
jtgl
- 2008-10-29 15:48:52下载
- 积分:1
-
库存管理系统
主要功能
库存管理系统主要由
1 货物管理
2 基本档案
3 查询统计
4 系统维护
5 帮助
等模块组成
进入该系统后,用户可以对系统中的一些基本信息进行添加、修改和删除等操作。
另外,如果是管理员登录,还可以对用户的权限、用户名和密码进行修改。
- 2023-08-17 12:30:05下载
- 积分:1
-
entity-framework-learning-guide
Microsoft Entity Framework Learning Guide
- 2011-12-05 06:08:41下载
- 积分:1
-
C++ for RS232(1)
To read the port without using the tools
C++ for RS232(1)
To read the port without using the tools
- 2023-05-10 07:00:02下载
- 积分:1
-
aspnetmemberman
说明: Asp.Net Member Manager is a desktop WPF application for managing ASP.Net Memberships, Roles and Profiles.
- 2019-05-16 16:44:29下载
- 积分:1
-
杨辉三角_对齐VC.txt
杨辉三角_对齐VC.txt
杨辉三角_对齐VC.txt
杨辉三角_对齐VC.txt
- 2022-06-27 18:56:24下载
- 积分:1
-
.net利用Jquery+echarts生成统计报表源码
.net利用Jquery+echarts生成统计报表源码
ECharts基于Canvas,纯Javascript图表库,提供直观,生动,可交互,可个性化定制的数据可视化图表。创新的拖拽重计算、数据视图、值域漫游等特性大大增强了用户体验,赋予了用户对数据进行挖掘、整合的能力。
示例中展示了饼状图和柱状图的调用,通过调用DrawBar或者DrawPie方法,就可以生产了报表,你可以进一步对其进行包装为用户控件,方便使用(.net uses Jquery+echarts to generate source code for statistical reports
ECharts is based on Canvas, a pure Javascript diagram library, providing intuitive, vivid, interactive, customizable data visualization charts. Innovative drag-and-drop computing, data view, range roaming and other features greatly enhance the user experience, giving users the ability to mine and integrate data.
In the example, the call of a pie chart and a histogram is shown. By calling the DrawBar or the DrawPie method, the report can be produced, and you can further wrap it as a user control to make it easy to use.)
- 2018-08-07 13:06:19下载
- 积分:1
-
IISManage
网站站点IIS自动监测,在发现错误页面时可以站点的重启(Automatic monitoring IIS Web site, the discovery of the error page can restart the site)
- 2013-08-09 10:30:10下载
- 积分:1