• Java 分頁工具 代碼段

    public class PageUtil { /** * 獲取分頁代碼 * * @param targetUrl * 目標地址 * @param totalNum * 總記錄數 * @param currentPage * 當前頁 * @param pageSize * 每頁大小 * @return */ public String getPagation(String targetUrl, i

    jopen 2015-04-08   2248   1
    Java  

    Java Service Wrapper工具YAJSW 開源項目

    YAJSW是一個開源的Java服務包裝(Java Service Wrapper)工具。YAJSW允許您把任何應用程序安裝為window的服務或者作為一個Linux posix的守護進程進行監控。可以

    碼頭工人 2019-01-17   1047   0

    HTTP Multipart 開源項目

    HTTP Multipart是一個文件上傳組件。利用它就可以很容易實現Web應用程序的文件上傳功能。只需把它提供的MultipartFilter(Servlet filter)配置在web.xml中。

    碼頭工人 2019-01-17   7694   0

    Java工具類---金額轉換工具 MoneyUtil 經驗

    common; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * * MoneyUtil.java * * @desc Money轉換工具

    jopen 2013-04-13   16563   0

    Android Http異步請求類庫:android-async-http 經驗

    絡請求操作,今天要介紹的是一個在Android上同樣強大的網絡請求庫android-async-http,目前非常火的應用Instagram和Pinterest的Android版就是用的這個網絡請求庫。這個網絡請求庫是基于Apache

    jopen 2013-05-08   113133   0

    Scala 的 HTTP 服務接口:http4s 經驗

    http4s 是最小的 , 符合語言習慣 的Scala 的 HTTP 服務 接口 。 可以把http4s想象成Ruby 的 Rack、Python 的 WSGI、Haskell 的 WAI 和 Java

    jopen 2014-09-15   74117   0

    實現了 HTTP 的緩存:Faraday Http Cache 經驗

    Faraday Http Cache 是一個 Faraday 的擴展,實現了 HTTP 的緩存。通過檢查過期時間來驗證已存儲的響應信息。 使用方法: client?=?Faraday.new?do?|builder|

    efbb 2015-05-07   35093   0

    Android 異步 HTTP 請求庫:android-async-http-cached 經驗

    android-async-http (android-async-http-cached)是基于 Android Asynchronous HTTP Library (https://github.

    y37f 2015-03-15   26034   0

    Clojure的HTTP客戶端包 clj-http 經驗

    clj-http 是一個新的 Clojure HTTP 客戶端開發包,主要特點是設計簡單、可靠、可擴展和可測試。 Clojure 是一種LISP風格的語言,運行在JVM上。Clojure的一大

    fmms 2012-01-26   25316   0

    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

    深入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

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

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

    jopen 2013-03-15   15585   0

    Java 的安裝定制工具 - Java Customization Builder 經驗

    Java Customization Builder 是一個 Java 的安裝定制工具 項目主頁: http://www.baiduhome.net/lib/view/home/1332600384734

    fmms 2012-03-24   71304   0

    Java 動態編譯工具:kan-java 經驗

    'kan-java' is '砍-java', speak frankly & literally. 這是一個java代碼動態編譯工具,也就是能夠把String形式的java代碼實時地編譯為字節碼的工具;

    mxf8 2015-03-16   15540   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
    1 2 3 4 5 6 7 8 9 10
  • sesese色