-
pcogramming
·支付宝订单付款客户端程序 软件类别:电子商务 运行环境:ASP 授权方式:免费版()
- 2017-10-02 17:21:54下载
- 积分:1
-
爬虫
说明: 利用网站爬虫 抓取网络数据 这个是我在学习过程中用到的一个方法(Using Web Crawler to Grab Network Data)
- 2020-06-19 21:00:01下载
- 积分:1
-
softhy754g
学生信息管理系统 ASP sqlserver
学生信息管理系统 ASP sqlserver (ASP sqlserver)
- 2013-09-25 14:21:25下载
- 积分: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
-
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
-
Utiliser-ADONET-VB
Utiliser ADO.Net for Visual Basic .Net
- 2011-07-17 16:38:45下载
- 积分:1
-
SQL-in-crystal-report
怎样在 crystal report 中应用sql查询(How in the crystal report sql query)
- 2012-05-30 09:16:19下载
- 积分:1
-
AT指令 SMS发短信实例源码下载
This is a .NET 2.0 AT ibrary and SMS/EMS library with Plug-In support. You can develop your own Plug-In to support multi phones.ATCommandBase is a class to execute AT commands.CommPhone is a class with minimal set of functions of a phone. Usually be used in phone detect. PhoneControllerSDK is a SDK for you to develop your own phone plugin.PluginForNokia is a DEMO PLUGIN for demostrate how to use these classes.ShortMessageService is a class for decoding and encoding SMS.Test AT is a test project offering some Test Cases to test AT,SMS Read, Write, send. Be sure Test Case 3 and Test Case 4 for SMS Receving and Sending should be passed!CodeDemoForCSharp is a C# project for some C# developer.
- 2014-08-08下载
- 积分:1
-
ueditor1_4_3
说明: 功能模块代码,使用的是ASP。net技术,实现了代码界面的增删改查,界面登入,以及注册,缓存机制。(Function module code, using ASP. Net technology, realizes the mechanism of adding, deleting, checking, login, registration and caching of code interface.)
- 2020-06-22 23:20:01下载
- 积分:1
-
CalculadoraVB-master
Hello
to use this program create a directory C:Accounts and add the database to this folder.
database is included in the account ledger folder under Account database.
new connection string for new directory is in module1.vb
old connection strings commented out on win forms.
you can add edit delete transactions from Transactions form.
you can add delete accounts names and types from add new accounts button.
you can view all accounts by name by clicking on view account details button.
all forms available from menu strip.
account totals displayed at bottom of form
account balance shown at top of form
- 2018-03-07 05:18:05下载
- 积分:1