-
ManyFileUpload
多文件上传用户控件源码
使用:ASP.NET+C#+jquery+Css
开发成用户控件,在页面中直接调用即可。
本人不做页面特效啥了,也不为盈利,大伙可以修改样式让
控件更美观点。
以后有空再发些好东西给大伙用。
使用方法:双击绿色小脚丫选择文件-ManyFileUpload
- 2022-02-15 19:39:16下载
- 积分:1
-
ShopPrice
主要实现如下功能:
1.快速查询某件产品的进价、售价和供货单位。
2.快速查询供货商的的电话,以便打电话询问商品是否有货。
3.可以按照数据库各字段进行排序显示
DB下为Sql2005数据库,附加即可
注意:该系统需要Asp.netMVC框架支持(The main functions are as follows:
1 a fast query of the purchase price of the products, price and delivery unit.
2 quickly check the supplier s phone, in order to make a phone call to ask whether the goods are available.
3 can be sorted according to the field
DB under the Sql2005 , can be added to
Note: the system needs Asp.netMVC framework support)
- 2016-09-26 18:20:02下载
- 积分:1
-
online-bookstore
这是一个网上书店的源程序,简单的实现了网上售书的功能。(This is the source of an online bookstore, simple implementation of the functionality of online book sales.)
- 2012-03-09 14:56:12下载
- 积分:1
-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
Espil_FileSearch_Client_Server
this is a client server application, the client send a word to the server so the server search for the word in all the files in certain directory,and thin return the result of the search to the client, the client can also replace a word with another one.
- 2009-11-30 23:46:52下载
- 积分:1
-
Utiliser-ADONET-VB
Utiliser ADO.Net for Visual Basic .Net
- 2011-07-17 16:38:45下载
- 积分:1
-
It is used to develop and use Visual Basic.net query the database login user nam...
这是用Visual Basic.net 开发的利用查询数据库中的用户名密码登陆的登录程序-It is used to develop and use Visual Basic.net query the database login user name password login procedure
- 2022-07-28 10:58:06下载
- 积分:1
-
ASP.net网站制作学习资料,ASP.NET动态网站制作教程(C#).rar
ASP.net网站制作学习资料,ASP.NET动态网站制作教程(C#).rar-ASP.NET network data for designing a network station, c#
- 2022-07-10 05:26:52下载
- 积分:1
-
filewatchservicetest
使用FileSystemWatcher监控网络路径(包含源代码)
在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题:
1. 多次连续触发 (通过一个定时器来解决)
2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
3. 通过windows service来实现, 做成安装文件方便注册服务
注意事项:
1. 切记网络路径要给guest的权限,否则监控不了。
2. 修改Service1代码中的watcher.Path。
3. 新建文件c: est.log,将此文件设置为可写的权限。
4. 安装完成后手动将服务启动。(err)
- 2008-06-14 19:44:06下载
- 积分: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