-
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!...
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!-java chat room registration interface can be resolved landing chat room users to register functions, user, password, etc.!
- 2022-05-27 12:14:02下载
- 积分:1
-
1、用户注册自动生成用户目录,并判断是否发送邮件(可选jmail、Cdonts、Aspemail组件)
2、网站列表、网站排行、首页酷站推荐,首页显示网站分...
1、用户注册自动生成用户目录,并判断是否发送邮件(可选jmail、Cdonts、Aspemail组件)
2、网站列表、网站排行、首页酷站推荐,首页显示网站分类,并显示当天最新注册用户
3、首页显示:共有站点数、每天可注册数、当天注册人数
4、用户登录随机验证码功能,并对用户密码进行64位md5加密,并记录登录次数、登录时间、登录IP
5、WEB管理功能,可批量删除、复制、移动文件,文件改名,删除或建立目录,并可通过WEB直接下载所有类型文件,可在线编辑所有Ascall类型文件,并具有源码查找替换功能
6、内置高速无组件文件上传系统,可实时通过WEB上传文件
7、空间占用统计,精确显示空间使用状况
8、计数器功能,自动生成用户计数器代码,用户可选择计数器样式、初始化计数,并具有防刷新功能
9、修改用户资料、修改密码功能-1, registered users automatically generate user directory, and to determine whether to send mail (optional jmail, Cdonts, Aspemail components) 2, the website lists, site rankings, Home Kuzhan recommendation, Home website shows classification, and display the same day the latest three registered users, the Home show : A total number of sites, daily registration number, registration number four day, users random functional verification codes and user password encryption md5 64, and recorded the number of login, login time, logged 5 IP, WEB management functions, batch delete, copy, transfer dynamic document, renamed
- 2022-08-16 13:23:34下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
用delphi设计的代理服务器,是很好的学习的例子.
用delphi设计的代理服务器,是很好的学习的例子.-with delphi design proxy server, is a good example of learning.
- 2023-01-24 02:45:03下载
- 积分:1
-
WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送...
WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
- 2022-01-27 10:18:43下载
- 积分:1
-
Windows网络编程代码例子集合,可以供初学者参考
Windows网络编程代码例子集合,可以供初学者参考-Windows network programming code examples of a collection, you can reference for beginners
- 2022-01-26 06:04:37下载
- 积分:1
-
此源码主要是PPPOE的VC编译程序,用来实现windows下的PPPOE的功能...
此源码主要是PPPOE的VC编译程序,用来实现windows下的PPPOE的功能-this is the main source of VC PPPOE compiler, used for windows of the function PPPOE
- 2023-05-10 20:05:03下载
- 积分:1
-
你想自己的程序能在托盘中运行吗,这是个最简单的程序,快下吧...
你想自己的程序能在托盘中运行吗,这是个最简单的程序,快下吧-you want to own procedures in the tray? Operation, which is the most simple procedures, are you fast
- 2023-02-03 21:45:03下载
- 积分:1
-
这是将linux下的openvpn移植到windows下的版本,可以在windows下实现基于ssl vpn功能...
这是将linux下的openvpn移植到windows下的版本,可以在windows下实现基于ssl vpn功能-This is the linux openvpn transplanted to the windows version, in windows under ssl based VPN functions
- 2023-03-16 00:35:04下载
- 积分:1
-
网络嗅探程序,专门记录网络中浏览过的网站的url。
网络嗅探程序,专门记录网络中浏览过的网站的url。-Network sniffer program, which tracks the network of Web sites visited url.
- 2022-01-26 14:40:17下载
- 积分:1