登录
首页 » Windows Socket编程 » messy personal website design system v1.3 by adding music to show functional, si...

messy personal website design system v1.3 by adding music to show functional, si...

于 2022-03-14 发布 文件大小:188.70 kB
0 276
下载积分: 2 下载次数: 1

代码说明:

凌乱设计个人网站音乐系统 v1.3 加入连播功能,可单页播放,加入连播SQL补丁,安全,速度稳定,系统支持MP3,RM-messy personal website design system v1.3 by adding music to show functional, single-page player, joined to show SQL patches, security, speed and stability, the system supports MP3, RM

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

发表评论

0 个回复

  • 版本信息:桃源网络硬盘.Net 2.0 (免费版) 开发环境:Microsoft.NET Framework SDK 运行要求:   ・Window...
    版本信息:桃源网络硬盘.Net 2.0 (免费版) 开发环境:Microsoft.NET Framework SDK 运行要求:   ・Windows 2000 或 Windows XP 安装 .Net Framework 或 VS.net、Windows 2003   ・要求上传目录有写权限   ・建议放在虚拟目录下,如果放在非虚拟目录下请把bin目录连同其中的文件放在网站根目录下 主要功能:   ・ 支持多人注册使用,注册后生成自己的专用文件夹,互不影响;   ・ 在线上传文件、可分文件夹管理;   ・设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写;   ・会员管理功能,可对每个用户的单独空间大小进行设置;   ・登录时验证码控制安全登录;   ・支持大文件及多文件上传;   ・支持文件搜索;   ・使用方法访资源管理器。 -version information : Yuen network drives. Net 2.0 (free version) development environment : Microsoft.NET Framework SDK operating requirements : Windows 2000 or Windows XP installed. Net Framework or VS.net, Windows 2003 directory upload a request was made to build competence discussion on the virtual directory, if placed on the non-virtual directory Please bin directory together with the document root directory on the website under the main functions : support for the use of people registered, registration produce their own special folder, separating; online upload documents can be
    2022-07-10 19:14:25下载
    积分:1
  • Socket的工具包,简化网络,很好的socket通信工具包
    Socket的工具包,简化网络编程,很好的socket通信工具包-Socket tool kit to simplify network programming, a good socket communication Toolkit
    2022-02-18 13:36:51下载
    积分:1
  • 在Microsoft 网 络 系 统 中,SMB(Server Message Block, 服 务 信 息 块) 协 议 是Windows for Workg...
    在Microsoft 网 络 系 统 中,SMB(Server Message Block, 服 务 信 息 块) 协 议 是Windows for Workgroup(WfWg)、Windows 95、Windows NT 和LanManager 用 来 实 现 共 享 局 域 网 上 文 件 和 打 印 机 的 协 议。 对 于 利 用Linux 和Windows NT 构 建 的 局 域 网 来 说,Samba 就 是 为Linux 提 供 的SMB 客 户 程 序/ 服 务 器 程 序 的 软 件 包, 其 功 能 是 实 现Windows 和Linux 互 相 共 享 对 方 的 磁 盘 空 间 和 打 印 -in Microsoft network systems, SMB (Server Message Block, service information block) protocol for Windows Workgroup (WfWg), Windows 95, Windows NT and LanManager used for LAN file sharing and printer agreement. The use of Linux and Windows NT LAN Construction, Samba for Linux is provided by the SMB client/server software package, and its function is to achieve mutual Windows and Linux to share each other"s disk space and Print
    2022-03-03 09:04:21下载
    积分:1
  • mac osc平台下Xcode,Objective
    mac osc平台下Xcode编程,Objective-C编写的网络通信程序-mac osc platforms Xcode programming, Objective-C to prepare the network communication program
    2022-05-31 15:09:17下载
    积分:1
  • 通过邮件数据、服务和客户
    通过消息传递数据,有服务端和客户端-through messaging data, services and clients
    2022-02-19 21:58:39下载
    积分:1
  • 基于JAIN诉讼的发展。用口作为信号。吨。
    基于JAIN开发的一个会议程序。采用SIP 作为信令。基本的文本会议功能已经实现,语音部分待扩展。-with JAIN based on the development of a proceedings. Using SIP as a signaling. The basic functions of the text has already been achieved, some voice to be extended.
    2022-05-23 14:06:46下载
    积分:1
  • 利用WinPcap TCP报当地把文本文件(下载winpca…
    使用winpcap将tcp报文dump到本地文件(需要下载winpcap库)-use winpcap to tcp reported to the local dump the text document (download winpcap Treasurer)
    2023-03-16 07:15:03下载
    积分:1
  • 使用JAVA I/O和 NI/O写的两种网络ECHO服务器,用以学习两种IO的不同方法,体验基于阻塞与非阻塞IO开发高性能网络应用序的具体实例.Java...
    使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
    2022-02-09 15:18:54下载
    积分:1
  • 主要是简单的service聊天序,可以增加、删除等,分为客户端和服务器端...
    主要是简单的service聊天程序,可以增加、删除等,分为客户端和服务器端-The main service is a simple chat program, you can add, delete and so on, is divided into client and server
    2022-04-26 13:21:12下载
    积分:1
  • WinPcap API。实现获得指定IP范围的MAC地址。
    WinPcap API编程。实现获得指定IP范围的MAC地址。-WinPcap API programming. Achieving access to designated IP scope of the MAC address.
    2022-03-20 14:25:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载