-
OurTalk
C# 一个简单的局域网通信功能
只建议初学者看
没有什么复杂的功能 只实现了简单的 广播功能(C# a simple local area network communication is not only recommended for beginners to see what the complexity of the functions of only a simple radio functions)
- 2009-05-14 23:38:33下载
- 积分:1
-
WebApplication4
Usless of ASP.NET. Working with a database
- 2014-02-24 19:16:23下载
- 积分:1
-
tutor-information-web
ASP.NET+c#+SQL 2000,家教信息平台,有教员和学员各自的信息维护,教员发表需求订单和学员预约需求订单,条件搜索、最新需求……(ASP.NET+c#+SQL 2000, tutor information platform, information maintenance of the teachers and students, faculty published a demand for order and trainees reservation demand orders, conditional search, demand ...)
- 2012-08-16 20:49:49下载
- 积分:1
-
ChatRoom
初学asp.net网页开发做的简易聊天室,实现了群聊,私聊,显示在线用户。用VS2013打开解决方案。(Beginner asp.net web developer to do a simple chat room, to achieve a group chat, private chat, show online users. Open the solution with VS2013.)
- 2014-12-26 15:32:37下载
- 积分:1
-
CPP.NET
学习用C++编写.NET架构的大型程序,(Learning is written with C++. NET framework large programs,)
- 2012-10-11 22:16:12下载
- 积分:1
-
13-mod_destruction5 (1)
for unix use only !!!
- 2018-06-12 15:54:41下载
- 积分:1
-
asp在线生成静态页、Excel、word功能
asp在线生成静态页、Excel、word功能【提示】可自定义生成文档的内容,word页眉页脚除外。
- 2015-01-21下载
- 积分:1
-
SMS
Web短信平台 v1.0 (.net2.0)Web,在线短信息发送,短信息群发等(Web message platform v1.0 (. Net2.0) Web, online short messaging, short message, such as mass)
- 2021-03-12 15:49:25下载
- 积分:1
-
alarm_dingding
vb.net动画闹钟程序,可以设置任意多个闹钟,带声音提示和动画。适合初学者参考(vb.net alarm clock program, you can set any number of alarm clocks with voice prompts and animation. Reference for beginners)
- 2011-05-13 17:42:53下载
- 积分: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