• 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

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

    Perform a GET request and get the status of the response int response = HttpRequest . get ( "http://google

    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

    Facebook面試Q&A 資訊

    你的學歷、學校、專業、英語成績、論文、競賽獲獎、工作經驗、參與開源項目等背景情況?一定很牛吧? A: 真的不牛,矮丑窮,純 RP 爆發而已。本科天津大學軟件學院,碩士天津大學計算機學院。高中無競賽經歷,本科階段

    openkk 2012-08-20   30761   0

    Gitalist - a modern git web viewer 經驗

    生成Atom聚合 對提交歷史代碼進行著色 兼容Gitweb.cgi URL 項目主頁: http://www.baiduhome.net/lib/view/home/1347982637396

    jopen 2012-09-18   16449   0

    Cracking passwords with a simple genetic algorithm 經驗

    com/lyle-nel/siga siga(simple genetic algorithm) This is a small experiment that focuses on leveraging population-based

    AurDashwood 2016-02-27   8366   0

    Create a Realistic Hover Effect With jQuery 開源項目

    利用jQuery為一組圖標鏈接添加當鼠標移過時,圖標會產生向上升起+倒影的效果。

    碼頭工人 2019-02-23   472   0
    jQuery  

    Create a Twitter Style Login Form with jQuery 開源項目

    利用jQuery創建一個Twitter風格的下拉登錄表單。

    碼頭工人 2019-02-23   452   0
    Forms   jQuery  

    A Wrapper of JQuery Dynatree Plugin - MagicDTree 博客

    http://www.boarsoft.com/javascript/dtree MagicDTree是?JQuery 著名樹形插件Dynatree的包裝類,增加右鍵菜單,添加、刪除、更新接口。

    Mac_J 2011-08-11   3456   0

    Hibernate Annotator (H8A8) 開源項目

    Hibernate Annotator能夠讓你利用Java 5注釋(annotations)來生成Hibernate mapping xml文件.它可作為那些原來使用xdoclet但要移植到Java5的一個替代品或作為Hibernate Annotations項目之外的另一個可選項目.

    碼頭工人 2019-01-17   7730   0
    P

    Python in a Nutshell, 2nd Edition 文檔

    This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

    f74f 2015-01-18   642   0
    P

    Java in a Nutshell, 5th Edition 文檔

    Java in a Nutshell, 5th Edition

    wxf2378 2012-10-14   3560   0

    C++算法之A*算法 代碼段

    ??那么,這時候就要A*算法就可以排上用場了。 A*算法和普通的算法有什么區別呢?我們可以用一個示例說明一下: /* * 0 0 0 0 0 * 1 1 1 1 1 * 1 0 0 0 1 * 1 0 0 0 1

    jopen 2015-06-24   4410   0
    算法  
    1 2 3 4 5 6 7 8 9 10
  • sesese色