登录
首页 » Windows Socket编程 » 这是一个用PHP3和javascript写的程序,使用者有他们自己的聊天配置文件,用户数据和聊天记录被写入MYSQL数据库,采用自动卷屏模式,显示在线人数,可以...

这是一个用PHP3和javascript写的程序,使用者有他们自己的聊天配置文件,用户数据和聊天记录被写入MYSQL数据库,采用自动卷屏模式,显示在线人数,可以...

于 2022-05-20 发布 文件大小:24.73 kB
0 245
下载积分: 2 下载次数: 1

代码说明:

这是一个用PHP3和javascript写的程序,使用者有他们自己的聊天配置文件,用户数据和聊天记录被写入MYSQL数据库,采用自动卷屏模式,显示在线人数,可以查看在线用户的资料。-This is a PHP3 and javascript used to write the procedure, the user has their own chat configuration file, the user data and chat history are written in MYSQL database, the use of automatic roll-screen mode, display the number online, you can view online information.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • windows socket详细讲解。自己整理的 ,网上不可能有的。
    windows socket编程详细讲解。自己整理的 ,网上不可能有的。-explain in detail the windows socket programming. Finishing their own, on-line can not.
    2022-03-03 17:58:24下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • blink of 1.04 is the latest version, which can link mixed 16
    blink的最新版本是1.04,它可以混合连接16位和32位代码,可连接Vc++,Borland c++生成的.obj文件,还能混合连接OMF和COFF格式的.obj文件,将微软和Borland大统一^ ^。生成的bin文件短小精悍,而且可以指定bin放在内存什么地址执行.对于嵌入式开发需要的bin可执行文件十分有用。感谢cutebomb提交。-blink of 1.04 is the latest version, which can link mixed 16- and 32-bit code, which will connect Vc, Borland c generated. Obj files, and mixed connectivity OMF and COFF format. Obj files, Microsoft and Borland reunification ^ ^. Bin documents generated short and pithy, but can specify what bin on the memory address implementation. For embedded developers need bin executable file is very useful. Thank cutebomb submitted.
    2023-01-29 01:30:03下载
    积分:1
  • 单射函数问题 设函数f将点集S = {0,1, , n
    单射函数问题 设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要 从S中选取最大子集X Í S 使f (X )是单射函数。 例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。-Injective function, the function f the problem will be the point set based S = (0,1,  , n-1) maps to f (S) = (f (i) | iÎ S) Í S. Injective function of the problem from the largest subset of S, select the X Í S so that f (X) is injective function. For example, when n = 7, f (S) = (1,0,0,2,2,3,6) Í S, when, X = (0,1,6) Í S is a subset of the desired maximum.
    2023-04-24 20:15:02下载
    积分:1
  • Computer network adapter IP address is automatically set in VC6.0 has debugging...
    在电脑上自动设置网卡IP地址 在VC6.0上已经调试通过-Computer network adapter IP address is automatically set in VC6.0 has debugging through
    2022-01-22 08:24:52下载
    积分:1
  • 使用delphi7 进行socket 服务器端 开发含源码
    基于delphi7开发,使用IdTCPServer控件,进行socket服务器端开发。 包含全部源码以及exe文件,纯原生开发。 还有Client客户端代码已经上传。
    2022-03-22 19:03:49下载
    积分:1
  • 系列,扩展DLL后,章。
    firefox系列,扩展编程之三,dll篇。-series, extended programming ter, dll chapter.
    2022-07-16 08:48:42下载
    积分:1
  • 网络传输的客户端序。
    网络传输的客户端程序。-network transmission of client programs.
    2022-02-12 12:10:34下载
    积分:1
  • visual C++环境下,获取网卡的地址,从中可以学习硬件方面的知识。...
    visual C++环境下,获取网卡的地址,从中可以学习硬件编程方面的知识。-visual C++ environment, the access network card address, can learn from the hardware programming knowledge.
    2023-01-15 00:15:03下载
    积分:1
  • asp方面的一些用法
    asp方面的一些用法-asp of some use
    2022-07-08 06:46:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载