FaceTest

所属分类:Java编程
开发工具:Java
文件大小:1590KB
下载次数:2
上传日期:2013-03-16 21:22:00
上 传 者skylark
说明:  java web代码,很有帮助,对初学者很有帮助
(java web code)

文件列表:
.classpath (939, 2012-06-25)
.project (384, 2012-06-25)
.settings (0, 2012-06-25)
.settings\org.eclipse.jdt.core.prefs (629, 2012-06-25)
bin (0, 2012-06-25)
bin\com (0, 2012-06-25)
bin\com\github (0, 2012-06-25)
bin\com\github\mhendred (0, 2012-06-25)
bin\com\github\mhendred\face4j (0, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncAdapter.class (3863, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$1.class (2573, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$10.class (2538, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$11.class (2282, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$12.class (2513, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$13.class (2492, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$14.class (2412, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$15.class (2589, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$16.class (2402, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$17.class (2445, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$18.class (2452, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$2.class (2389, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$3.class (2389, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$4.class (2401, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$5.class (2338, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$6.class (2440, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$7.class (2872, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$8.class (2779, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient$9.class (2546, 2012-06-25)
bin\com\github\mhendred\face4j\AsyncFaceClient.class (8703, 2012-06-25)
bin\com\github\mhendred\face4j\Credentials.class (1528, 2012-06-25)
bin\com\github\mhendred\face4j\DefaultFaceClient.class (12749, 2012-06-25)
bin\com\github\mhendred\face4j\FaceApi.class (2346, 2012-06-25)
bin\com\github\mhendred\face4j\FaceClient.class (3068, 2012-06-25)
bin\com\github\mhendred\face4j\Parameters.class (3054, 2012-06-25)
bin\com\github\mhendred\face4j\RequestListener.class (1478, 2012-06-25)
bin\com\github\mhendred\face4j\Responder.class (711, 2012-06-25)
bin\com\github\mhendred\face4j\ResponderImpl.class (6039, 2012-06-25)
bin\com\github\mhendred\face4j\exception (0, 2012-06-25)
bin\com\github\mhendred\face4j\exception\FaceAPIException.class (558, 2012-06-25)
... ...

JSON in Java [package org.json] Douglas Crockford douglas@crockford.com 2011-02-02 JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package. The package compiles on Java 1.2 thru Java 1.4. JSONObject.java: The JSONObject can parse text from a String or a JSONTokener to produce a map-like object. The object provides methods for manipulating its contents, and for producing a JSON compliant object serialization. JSONArray.java: The JSONObject can parse text from a String or a JSONTokener to produce a vector-like object. The object provides methods for manipulating its contents, and for producing a JSON compliant array serialization. JSONTokener.java: The JSONTokener breaks a text into a sequence of individual tokens. It can be constructed from a String, Reader, or InputStream. JSONException.java: The JSONException is the standard exception type thrown by this package. JSONString.java: The JSONString interface requires a toJSONString method, allowing an object to provide its own serialization. JSONStringer.java: The JSONStringer provides a convenient facility for building JSON strings. JSONWriter.java: The JSONWriter provides a convenient facility for building JSON text through a writer. CDL.java: CDL provides support for converting between JSON and comma delimited lists. Cookie.java: Cookie provides support for converting between JSON and cookies. CookieList.java: CookieList provides support for converting between JSON and cookie lists. HTTP.java: HTTP provides support for converting between JSON and HTTP headers. HTTPTokener.java: HTTPTokener extends JSONTokener for parsing HTTP headers. XML.java: XML provides support for converting between JSON and XML. JSONML.java: JSONML provides support for converting between JSONML and XML. XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text.

近期下载者

相关文件


收藏者