-
将Excel嵌入你的.Net程序,程序可以直接调用和使用你的excel程序了...
将Excel嵌入你的.Net程序,程序可以直接调用和使用你的excel程序了-Excel embedded in your will. Net programs, the program can call and use your excel program of the
- 2022-03-23 05:20:13下载
- 积分:1
-
CIE中各色域空间的转换,例如:XYZ到RGB,XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV,HSV到RGB...
CIE中各色域空间的转换,例如:XYZ到RGB,XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV,HSV到RGB-CIE were colored domain space conversion, for example : XYZ to RGB, XYZ to Luv, to XYZ RGB, Lab of the LHC, RGB to HSV, HSV to RGB, etc.
- 2022-02-21 17:33:34下载
- 积分:1
-
Programming classic design patterns, this is all the learning necessary for prog...
设计模式经典编程,这是所有学习编程者所必需的。-Programming classic design patterns, this is all the learning necessary for programmers.
- 2022-03-04 23:08:41下载
- 积分:1
-
易想商城,是国内首家ASP.NET免费开源购物系统,是易想团队自主研发的基于Asp.Net+C#+SQL的网上商店系统,具有智能化、高扩展、稳定、安全等特性,并...
易想商城,是国内首家ASP.NET免费开源购物系统,是易想团队自主研发的基于Asp.Net+C#+SQL的网上商店系统,具有智能化、高扩展、稳定、安全等特性,并拥有超强功能,可自由添加频道,后台智能修改风格,只要懂得网站常识的站长就可以轻松利用易想商城建立起专业的大型网上书店,点卡店、鲜花店、手机店、服装店、团购网等不同类型商城。易想商城有CMS增加频道功能,能够容易的把商城系统扩展成资讯网站多风格自由切换,全站经过专业的优化处理,让你的网站在百度上轻易的就能找到。易想商城为您提供了一整套的在线开店解决方案,已经为国内外千家网上商店提供服务,受到了广大使用者的一致好评,易想网络将继续推动中国信息化服务进程。-Easy to think the commercial city, is domestic first ASP.NET free opens the source shopping system, is easy to think that the team independent research and development based on the Asp.Net+C#+SQL on-line store system, have the intellectualization, the high expansion, stable, characteristics and so on security, and has the ultra strong function, but increases the channel freely, backstage intelligence revision style, so long as understood website general knowledge stationmaster may with ease use easily to think the commercial city establishes the specialized large-scale on-line bookstore, selects the card shop, the fresh flower shop, the handset shop, the clothing store, the group to
- 2022-12-18 09:40:03下载
- 积分:1
-
Net企业网站源码
简单的企业网站,数据库是access,包括网站前台和后台。可以作为简单的课程设计使用。
- 2022-04-23 21:23:07下载
- 积分:1
-
网上食品商店VS2010
一个简单的利用VS2010制作的网上食品商店
- 2023-02-08 22:40:04下载
- 积分:1
-
USB 转 SPI的 C++ net程序
USB 转 SPI的 C++ net程序-USB-SPI, C++ Net programs
- 2022-03-15 19:15:16下载
- 积分:1
-
通用企业建站系统
一个简洁大方、界面清晰的企业建站系统,拥有一个企业站所需要的全部所有功能,能满足绝大多数企业站的建站需求。
已经对网站的内部结构和代码进行了SEO优化,符合搜索引擎的习惯和标准。
后台地址:域名/admin/ 用户名和密码都是admin
- 2022-03-05 05:04:27下载
- 积分:1
-
BBS论坛
BBS论坛网站给用户提供了一个发布信息和讨论问题的平台,在该网站中,没有注册的用户进入后只能浏览版块、帖子和发表帖子;已经注册的用户在登录进入论坛后,可以对各类帖子发表自己的评论;版主登录之后,可以管理属于自己的版块;管理员登录之后,有权对用户、版主、版块和帖子进行添加、修改和删除。本实例实现的主要功能如下:
浏览帖子。
发表帖子。
回复帖子。
删除帖子。
版块管理。
用户注册。
用户头像管理。
- 2022-01-21 05:55:26下载
- 积分: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