-
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
-
NUnit-2.4.5-src
NUnit是在.NET進行TDD的利器,是一個單元測試框架.
NUnit最初是由James W. Newkirk, Alexei A. Vorontsov 和Philip A. Craig, 後來開發團隊逐漸龐大起來.在開發過程中, Kent Beck 和Erich Gamma2位牛人也提供了許多幫助.(NUnit NET TDD weapon is a unit testing framework NUnit originally by James W. Newkirk, Alexei A. Vorontsov and Philip A. Craig, later development team gradually huge in the development process, Kent Beck and the Erich Gamma2 cattle also provides a lot of help.)
- 2013-04-18 08:21:12下载
- 积分:1
-
CAREWELL
VB.NET DEVELOPMENT, ASP.NET DEVELOPMENT
- 2011-06-18 11:18:20下载
- 积分:1
-
Teaching_SystemInformation
比较详细的源文件,由VB.NET跟Sqlserver2000编的教务管理系统(The source of more detailed documents, VB.NET with SQL Server 2000 prepared by the Educational Management System)
- 2007-12-27 20:20:25下载
- 积分:1
-
Dot-Net-Questions
this is aa question answer samples of fot net interview questions
- 2011-12-22 18:54:44下载
- 积分:1
-
flashapi
asp.net与flash互交的例子源码,做asp.net api最实用的代码(Asp.net and flash interactive example source code, for asp.net API the most useful code
)
- 2013-09-03 11:40:48下载
- 积分:1
-
Demo
讯飞用asp.net代码合成语音的示例.(Xunfei synthesized speech)
- 2019-05-24 12:10:39下载
- 积分:1
-
cq2
传奇2仙剑2008ASP.NET无限制带后台游戏整站商业源代码 美工源文件在Fla&sd目录下(Legend 2 Legend 2008ASP.NET unrestricted whole game with a back-stop commercial source code art source directory in Fla & sd)
- 2020-11-15 20:59:42下载
- 积分:1
-
asp.net
asp.net动态网站编程指南(asp.net dynamic websites Programming Guide)
- 2020-09-09 14:08:06下载
- 积分:1
-
test-project
说明: 测试Android功能的详情页面内容,能够使界面元素被程序化的序列点击。(Testing the details of Android functionality page content enables interface elements to be programmed by sequential clicks.)
- 2019-06-22 12:04:12下载
- 积分:1