• HTTP 文件服務器:http-watcher 經驗

    一個用GO開發的 HTTP 文件服務器,特殊之處在于它同時會監控文件系統改動,當發現文件變化后,自動刷新瀏覽器。可幫助前端開發。 一般的開發流程:修改代碼 =》 切換到瀏覽器=》刷新看效果(循環)

    jopen 2013-01-08   17667   0

    異步 HTTP 客戶端:async-http-php 經驗

    async-http-php 是個異步 HTTP 客戶端,機遇 crul_mulit*,系統很簡單,速度非常快。 如果你想使用 ssl 或者其他來請求一個網站,你可以實現一個 task 類和 TaskInterface

    jopen 2015-09-26   12191   0

    Node.js的HTTP代理:node-http-proxy 經驗

    node-http-proxy 是一個用于Node.js的HTTP可編程代理庫,支持 websockets。它是適用于實現例如代理服務器和負載均衡這樣的組件。 var http = require('http')

    jopen 2014-06-16   218170   0

    簡便的Java Http請求處理類庫:Http Request 經驗

    the response int response = HttpRequest . get ( "http://google.com" ). code (); Perform a GET request

    jopen 2013-06-19   48806   0

    深入Android通過Apache HTTP訪問HTTP資源 經驗

    getStatusLine () 得到一個StatusLine(也就是HTTP協議中的狀態行我們知道HTPP狀態行由三分組成:HTTP協議版本,服務器發回的響應狀態代碼,狀態碼的文本描述)接口的實例對象

    fmms 2012-02-17   57736   0

    HTTP 協議解析庫:fast-http 經驗

    這是一個快速的 HTTP request/response 協議解析器,用于 Common Lisp開發中。 大部分移植自 C 語言版本的 http-parser . 具體有多快請看下圖:

    jopen 2014-10-30   117640   0

    MySQL數據庫的HTTP接口:MySQL HTTP API 經驗

    HTTP服務器提供了一個HTTP接口直接可以訪問到MySQL數據庫。允許客戶端通過Http來與MySQL數據庫交互。 Running/Installing It's easy to run the

    pnxx 2015-09-27   13093   0

    Java HTTP客戶端 http4j 經驗

    http4j是一個開源的Java HTTP客戶端,主要是源自對工作中的一個項目設計的不滿和擴展Apache HttpComponent比較麻煩。 不同于Apache HttpComponent (HttpClient)之處在于:

    webphp 2012-01-08   41167   0

    高性能的HTTP服務器:Bauk HTTP server 經驗

    Bauk HTTP server 是一個linux/Unix下的高性能的HTTP服務器,完全兼容 HTTP/1.1,支持虛擬主機、別名,主機匹配、帶寬配額、HTTP認證、文件緩存、CGI,完全支持 Perl、PHP、Python

    jopen 2013-03-15   15585   0
    P9

      publiccms 2016署手冊 文檔

    觀看視頻教程更直觀了解Public CMS部署 http://www.publiccms.com/introduction/2016/05-07/230.html http://www.publiccms.co

    zyyy358 2016-11-14   2732   0
    手冊  

    鐵道網站被指設計太爛 資訊

    鐵道副部長胡亞東 聲稱 ,訂票網站 12306 日均點擊超十億。但問題是有多少人成功買到票了?網絡買票難似乎因網站自身的缺陷而成為一個新問題。自元旦起,12306網站 就處于半死不活的狀態 。 “當

    fmms 2012-01-08   5293   0
    設計  
    P44

      F5 文檔

    當服務器數量比較少、BIG-IP上端口足夠多的時候的雙機典型接線;主要用于老的硬件平臺缺點:擴展性差BIG-IP雙機接線方式一.

    hhh2738 2013-11-18   4087   0

    iOS 臉識別:CLFaceDetectionImagePicker 經驗

    CLFaceDetectionImagePicker 是臉識別 ImagePicker,支持 iPad,iOS 7/8,非常容易使用和自定義,完全使用 Objective-C 編寫,沒有 OPENCV。

    jopen 2015-01-13   24077   0

    iOS 實時面識別:MosaicCamera 經驗

    實時面識別并且實施馬賽克效果的一個應用程序。相機能夠自動捕獲面孔,并且實時的加上馬賽克效果。 項目主頁: http://www.baiduhome.net/lib/view/home/1426424105856

    y37f 2015-03-15   23703   0
    P63

      DBA 日記第三 文檔

    ? DBA日記第三 1.?? 前言-寫作初衷 最近一直在考慮DBA日記的第三該寫點什么,不少網友也 提出了很多好的建議,不過我覺得總是沒有抓住要領。老白寫DBA日記的本意是寫一系列介紹方法的書,而

    wjd2002 2012-04-22   420   0
    P112

      DBA日記(第一) 文檔

    DBA日記 (第一) 作者:白鱔 (整理:win912) 目錄 序 3 前言之DBA的性格 7 前言之我的成長之路 11 第一(1) 5月11日 20 第一 (2) 5月12日 22 第一 (3) 5月13日

    20029388 2010-10-29   629   0
    P9

      常見的http錯誤 文檔

    ? HTTP 1xx - 信息提示 這些狀態代碼表示臨時的響應。客戶端在收到常規響應之前,應準備接收一個或多個 1xx 響應。 ? 100 - 繼續。 ? 101 - 切換協議。 2xx - 成功 這

    molly8124 2013-01-29   2687   0
    P

    HTTP Developer's Handbook 文檔

    The largest group with an unsatisfied demand for a good book on HTTP is the worldwide group of Web developers. A good book on HTTP can help new and old Web developers alike, as a thorough understanding of underlying protocols can remove the dependencies on specific tool sets and help people create and maintain better Web applications as well as adapt to technologies. HTTP has become an essential topic because the Web's importance has created an army of people creatively leveraging the Web for their specific needs. By making standards information more available to the common developer, standards compliance becomes more widespread and common, something that the industry needs. Developers will buy this book because they want to advance their expertise, and because there is very little documentation available. This book will easily become the standard reference for the Internet's most dominant protocol.

    qy2664257 2013-04-06   4548   0

    HTTP Referer 二三事 資訊

    什么是HTTP Referer 簡言之,HTTP Referer是header的一分,當瀏覽器向web服務器發送請求的時候,一般會帶上Referer,告訴服務器我是從哪個頁面鏈接過來的,服務器籍

    jopen 2015-10-21   7982   0
    HTTP  

    go語言的http 經驗

    http服務 引子,http的hello world 如果要搜索“go http helloworld”的話,多半會搜索到以下代碼 package main import ( "io" "net/http"

    jopen 2013-08-09   69580   0
    1 2 3 4 5 6 7 8 9 10
  • sesese色