-
网上商城源代码
使用asp,net2.0技术开发的网上商城,具备用户注册与登录、商品展示,购物车,订单生成,后台管理商品、订单等完善的功能
- 2022-11-02 07:45:04下载
- 积分:1
-
TOM BLOG
TOM 博客 源码简介 容易操作 喜欢的下载去吧
- 2022-05-23 09:19:26下载
- 积分:1
-
是一个窗体移动的标准代码,简单明了, 易用易懂
是一个窗体移动的标准代码,简单明了, 易用易懂-Is a standard form of mobile code, simple and clear, easy-to-use easy-to-understand
- 2022-03-12 23:16:04下载
- 积分:1
-
CRMS
silverlight应用CRM原代码,功能齐全的新一代办公软件,里面继承了wpf silverlight wcf新一代的技术要点。(silverlight application CRM source code, is a complete application, I hope we can bring help.)
- 2012-07-27 18:54:52下载
- 积分: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
-
This sample source code explains the basics of using sockets for communication i...
This sample source code explains the basics of using sockets for communication in VB .NET
- 2022-03-23 01:56:57下载
- 积分:1
-
金苹果进销存管理系统V1.2
运行环境: ASP.NET + SQL Server 2
金苹果进销存管理系统V1.2
运行环境: ASP.NET + SQL Server 2-Purchase, Sales and Inventory Management System V1.2 Apple operating environment: ASP.NET+ SQL Server 2000
- 2022-04-14 16:21:08下载
- 积分:1
-
商城代码
asp.net 的商城代码,三级分销,能够自己管理自己的店铺
b2b模式,商家,用户,管理员,后台可以设置广告位,等
商品任意添加,实现你自己的淘宝平台,只要你会p图,怎
样设计都行
- 2022-07-14 08:53:56下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
ggg
ASP.net留言版,一个很实用的留言版,适合刚刚学习C#net编程的爱好者学习。(ASP.net message board, a very practical message board for just learning C# Net programming enthusiasts learning.)
- 2007-12-14 17:39:22下载
- 积分:1