-
C#写的聊天室源代码,本系统数据库采用Access
运行时将Web.config中
<add key="data" value="Provider...
C#写的聊天室源代码,本系统数据库采用Access
运行时将Web.config中
数据库所在目录改为本机实际目录
暂时未提供会员系统,登陆请用
默认用户:saintqiqi
密码:987654
起始页面:http://localhost/ChatSystem/Login.aspx
联系方式:
saintqiqi@163.com-C# Written in the chat room source code, the system database using Access runtime will Web.config in databases where the directory read the local temporary directory does not provide the actual membership system, landing please use the default user: saintqiqi Password: 987654 Start Page: http://localhost/ChatSystem/Login.aspx Contact: saintqiqi@163.com
- 2023-04-10 14:50:03下载
- 积分:1
-
本程序模拟了窗口任务管理器的功能,进程管理法力…
本程序模拟windows任务管理器的功能,包括进程管理、进程管理、系统性能和网络检测等功能,是一个很好的系统测试实例。
- 2022-08-13 00:06:04下载
- 积分:1
-
是个多线程编程的例子,对初学者有帮助,里面的书写规范
是个多线程编程的例子,对初学者有帮助,里面的书写规范-Is an example of multi-threaded programming, there is help for beginners, which regulate the writing
- 2023-06-13 22:10:03下载
- 积分:1
-
是对电脑的一些功能的编程,大家有时间的时候可以下载看看~~~``网络下的...
是对电脑的一些功能的编程,大家有时间的时候可以下载看看~~~``网络下的-to some functional computer programming, we have the time to download a look at the network ~~~
- 2022-02-02 03:24:47下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
vc++ mfc 各种事例,不下载不知道,一下载吓一跳.
vc++ mfc 各种事例,不下载不知道,一下载吓一跳.
- 2022-05-30 03:40:43下载
- 积分:1
-
算术编码实现数据压缩(C语言实现)
算术编码C语言实现,这是我的信息安全实习代码,可以学习到字符串的操作和位运算。算术编码C语言实现,这是我的信息安全实习代码,可以学习到字符串的操作和位运算。
- 2022-09-12 07:15:03下载
- 积分:1
-
gettimegettimegettimegettimegettimegettime
获取时间获取时间
- 2022-06-02 13:24:48下载
- 积分:1
-
将一个excel表中的数据导入到数据库中,在企业中非常普遍
将一个excel表中的数据导入到数据库中,在企业中非常普遍-Would be an excel table data into a database, is very common in the enterprise
- 2022-01-24 17:12:23下载
- 积分:1
-
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下:
程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的:
1:练习使用套接字进行网络编程。
2:练习使用自定义消息。
3:练习多线程方面的编程思想。
4:练习使用各种控件。
-This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
- 2022-03-23 04:56:54下载
- 积分:1