亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

InterNET

  • The MD5 Message-Digest Algorithm Status of this Memo This memo provides information for the I

    The MD5 Message-Digest Algorithm Status of this Memo This memo provides information for the InterNET community. It does not specify an InterNET standard. Distribution of this memo is unlimited. Acknowlegements We would like to thank Don Coppersmith, Burt Kaliski, Ralph Merkle, David Chaum, and Noam Nisan for numerous helpful comments and suggestions.

    標簽: Message-Digest information Algorithm provides

    上傳時間: 2013-12-03

    上傳用戶:maizezhen

  • 首先利用XviD實現對輸入視頻數據的壓縮

    首先利用XviD實現對輸入視頻數據的壓縮,然后使用JRtplib將壓縮數據通過InterNET/Intranet實時傳送到接收端,同時使用RTCP包中的反饋信息實現了初步的Qos控制.實驗結果表明該方法有助于保證視頻傳輸的實時性和正確性

    標簽: XviD 輸入 視頻數據

    上傳時間: 2014-01-25

    上傳用戶:libenshu01

  • Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This

    Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux. It will help the reader decide which Unix shell works best for their particular situation. Other topics such as Kernel Configuration, Networking, User Administration, and File Management are covered extensively for the administrator who wants a variety of options to choose from for best performance. The book also provides in-depth coverage of configuring and optimizing mail, DNS, HTTP and other services many companies deploy across their intranet and on the InterNET

    標簽: administrator Unleashed Edition written

    上傳時間: 2017-01-13

    上傳用戶:來茴

  • Intraweb使用手冊中文版。IntraWeb是一個創建基于Web應用程序的具有革命性意義的新方法

    Intraweb使用手冊中文版。IntraWeb是一個創建基于Web應用程序的具有革命性意義的新方法,在早期版本的IntraWeb的用最簡單的方法創建Web解決方案的基礎上,IntraWeb擴展了它的技術,提供了一個杰出的工具,用來高速、簡易地創建InterNET,Intranet 以及Extranet應用程序。

    標簽: Intraweb IntraWeb Web 使用手冊

    上傳時間: 2017-01-27

    上傳用戶:banyou

  • Web服務器又稱WWW服務器、網站服務器或站點服務器

    Web服務器又稱WWW服務器、網站服務器或站點服務器,就是將本地的信息用超文本組織,為用戶在InterNET上搜索和瀏覽信息提供服務。從本質上來說,Web服務器實際上就是一個軟件系統。一臺計算機可以充當多個Web服務器。為提高用戶的訪問效率,一般情況下一臺計算機只充當一個Web服務器;為提供大量用戶的訪問,多臺計算機可以形成集群,只提供一個Web服務。通常將只充當一個Web服務器的一臺計算機叫做Web服務器。

    標簽: 服務器 Web WWW 網站服務器

    上傳時間: 2014-01-23

    上傳用戶:開懷常笑

  • Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported,

    Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 InterNET protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP is also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential dialog handling, InterNET Explorer compatibility, or downlevel platform support should still consider using WinInet.

    標簽: server-supported Description developers Microsoft

    上傳時間: 2017-02-07

    上傳用戶:refent

  • 很豐富的 Registry 改動例子

    很豐富的 Registry 改動例子,很多特別的例子 如: Change The InterNET explorer Title, Showing the Windows Version on the Desktop Remove the shortcut arrows from all your icons Creating 3D Window Effect To prevent any changes to the Start Menu Disable Registry Editing Tools

    標簽: Registry

    上傳時間: 2017-02-11

    上傳用戶:爺的氣質

  • Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time

    Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time hobby of a Finnish computer scientist by the name of Linus Torvalds, Linux was at first accessible only in software source code form to those with enough expertise to build and install it. Early enthusiasts (most also developers themselves by necessity) exploited the growth of the InterNET in the early 1990s as a means to build online communities and drive development forward. These communities helped to build the first Linux software distributions, containing all the software components needed to install and use a Linux system without requiring users to be technical experts.

    標簽: unsuspecting spare-time Initially the

    上傳時間: 2013-12-12

    上傳用戶:dianxin61

  • The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringi

    The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringing to the PC all the power and flexibility of a Unix workstation as well as a complete set of InterNET applications and a fully functional desktop interface. This book is designed not only to be a complete reference on Linux, but also to provide clear and detailed explanations of Linux features. No prior knowledge of Unix is assumed Linux is an operating system anyone can use

    標簽: distributions Linux Fedora become

    上傳時間: 2017-02-11

    上傳用戶:moshushi0009

  • In this article, I will explain how to create UDP packets and then send them to a remote server thro

    In this article, I will explain how to create UDP packets and then send them to a remote server through the InterNET using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the InterNET. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.

    標簽: article explain packets create

    上傳時間: 2013-12-12

    上傳用戶:x4587

主站蜘蛛池模板: 灵寿县| 商水县| 武穴市| 如皋市| 桐庐县| 娱乐| 同德县| 昌宁县| 翁源县| 望都县| 阿拉善盟| 新沂市| 海南省| 金溪县| 贵溪市| 海宁市| 宿松县| 峨眉山市| 鲁甸县| 嘉义市| 仁寿县| 马边| 湖北省| 德阳市| 张家口市| 湘潭县| 永川市| 伊春市| 景东| 页游| 阿克陶县| 宁河县| 古交市| 黔东| 克山县| 卓尼县| 铜鼓县| 邓州市| 金平| 拜泉县| 建水县|