-
1、栏目基本分类功能(目前只支持一级分类)
2、文章评论功能
3、留言本功能
4、支持UBB语法
5、脏字过滤功能...
1、栏目基本分类功能(目前只支持一级分类)
2、文章评论功能
3、留言本功能
4、支持UBB语法
5、脏字过滤功能-1, columns basic functional classification (currently only supports a classification) 2, features three articles comments, voice of the four functions, support UBB Grammar 5, my country filtering
- 2022-11-17 13:30:04下载
- 积分:1
-
pop3例子程序
pop3例子程序-pop3 example procedure
- 2022-05-30 02:27:18下载
- 积分:1
-
HTTP协议,规定因特网社区的因特网标准路线协议。
HTTP协议,规定因特网社区的因特网标准路线协议。-HTTP_Protocol
- 2022-10-12 17:30:03下载
- 积分:1
-
a simple LAN chat program, delphi prepared, the client
一个简单的局域网聊天程序,delphi编写,客户端-服务器模式-a simple LAN chat program, delphi prepared, the client-server model
- 2022-05-21 16:48:27下载
- 积分:1
-
本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的...
本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的通信协议(FTP,HTTP),MFC提供的WinInet类是对WinInet API函数封装而成-This procedure demonstrated a major MFC WinInet programming the basic idea. WinInet API is a function set, to use these functions, you can prepare for Internet applications, without considering the basic communication protocol (FTP, HTTP), MFC provided WinInet Class of WinInet API function package from
- 2022-06-20 12:26:59下载
- 积分:1
-
苹果风格的论坛 asp编写,采用的是雪人的核心
苹果风格的论坛 asp编写,采用的是雪人的核心-Apple style forum asp preparation, the Snowman is the core
- 2022-03-30 12:28:57下载
- 积分:1
-
socket_兼容版_通用版
用于网络通讯,数据流控制的SOCKET, 基于网络CCESocket进行了修改,并派生了一个异步套接字类,通过该类可以实现对MFC库中socket 的替代,该类增加了线程的安全判断,确保了线程安全!
- 2022-01-26 07:34:35下载
- 积分:1
-
一个面向GPS开发出来的卫星定位源代码
一个面向GPS开发出来的卫星定位源代码-a development-oriented GPS satellite positioning of the source code
- 2022-07-24 04:25:39下载
- 积分:1
-
利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课...
利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课-copy from a book,i really have not learnt it clearly
- 2022-01-26 06:54:27下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1