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

简便的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.open-open.com/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
1 2 3 4 5 6 7 8 9 10