-
excel转成xml
可连接数据库并读取数据列,支持三种数据库(mysql、sqlserver、oracle)
支持excel 直接转成xml;
支持listbox 拖拽到textbox 多文本中指定位置
- 2023-08-16 12:50:05下载
- 积分:1
-
打印控件, 打印控件, 打印控件
打印控件, 打印控件, 打印控件 -print control,print control,print control,print control
- 2022-07-25 21:50:48下载
- 积分:1
-
SheXiangTou
帕图通过BASE64格式上传服务器AI识别。(Patu is identified by BASE64 upload server AI.)
- 2020-06-21 13:00:01下载
- 积分:1
-
坐标转换城西
该源码可以实现WGS84坐标经纬度与直角坐标之间的变换,可转为西安80坐标系,代码逻辑清晰,可直接加载到程序里编译,本人用vs2013编写的
- 2023-04-19 05:45:03下载
- 积分:1
-
news
这是一个新闻发布系统的源代码,开发环境为c#(This is a press release the source code, development environment for c#)
- 2012-06-19 19:30:58下载
- 积分:1
-
HslCommunication
通过以太网三菱MC读写Q系列PLC,将繁琐的MC E3数据帧打包,方便大家快速开发。(Through the Ethernet Mitsubishi MC read and write Q series PLC, the tedious MC E3 data frames are packaged, which is convenient for rapid development.)
- 2020-06-19 16:20:01下载
- 积分:1
-
找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径
把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cm
找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径
把程序mycontrol.cls放到有csc.exe的路径下*:*****再启动cmd.exe
如在C:WINDOWSMicrosoft.NETFrameworkv2.0.50727
/t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls
然后enter,就ok了
然后把在C:WINDOWSMicrosoft.NETFrameworkv2.0.50727下 生成的mycontrol.dll拷到网站的根目录下的bin文件下 -Find csc.exe file, and then use the search function search csc.exe, find the path of the csc.exe process mycontrol.cls have put the path*: ***** again start cmd.exe in C: WINDOWSMicrosoft. NETFrameworkv2.0.50727/t: library/out: mycontrol.dll/r: system.dll, system.web.dll mycontrol.cls and then enter, and then on ok in the C: WINDOWSMicrosoft.NETFrameworkv2.0.50727 generated mycontrol.dll Kaodao site under the root directory under the bin file
- 2023-06-20 20:40:02下载
- 积分:1
-
Ajax选项卡的例子,一个网站使用ASP.NET的发展
Ajax Tab Example for developing a website using asp.net
- 2023-04-27 17:20:03下载
- 积分:1
-
通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法...
通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
- 2023-02-25 02:40: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