发过iOS项目的朋友都应该知道 ASIHTTPRequest类库, ASIHTTPRequest对iOS SDK的底层API进行了封装,并使用一套简单的API调用接口即可十分方便地调用HTTP请求。由于之前有接触过ios开发,对
java-httpserver是一个采用Java开发的HTTP服务器。 java-httpserver由三个主要组件组成: HTTPServer , a really simple class
P170 m0n0wall 中文手册 作者: Chris Buechler Manuel Kasper 译文:Ben Zeng m0n0wall 的作者是 Manuel Kasper。大部分文档由 Chris Buechler
P170 m0n0wall 中文手册 作者: Chris Buechler Manuel Kasper 译文:Ben Zeng m0n0wall 的作者是 Manuel Kasper。大部分文档由 Chris Buechler
P This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.
英文原文: Java 8 Launch Q&A 多年以来,Java 8 一直是最受期待的编程语言更新之一。这次发布的版本包含了日期 API、Streams API 和 Lambda。包括移除永久代
P Nothing is as constant as change, and this is as true in enterprise computing as anywhere else. With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications.<br> To do this, Java developers today need a clear understanding of how to apply the new APIs, use the latest open source Java tools, and learn the capabilities and pitfalls in Java 2 Enterprise Edition 1.4 -- so they can plan a technology and implementation strategy for new enterprise projects.
以前开发项目没用框架,直接面向对象开发很实用的一个mysql工具类。
/* .Net/C#: 实现支持断点续传多线程下载的 Http Web 客户端工具类 (C# DIY HttpWebClient) * Reflector 了一下 System.Net.WebClient
用于日期的各种操作,简单实用。。。 [Java]代码 import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat;
P27 1. 集合框架类 2. (本页无文本内容) 3. (本页无文本内容) 4. (本页无文本内容) 5. (本页无文本内容) 6. Bijiaoqi.java 7. (本页无文本内容) 8. (本页无文本内容)
import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.interfaces
JJSon 是一个简单的Java类库用来处理 JSON 数据格式。 示例代码: JSONObject o = new JSONObject(); o.put("mykey", new JSONString("myvalue"));
是一个轻量级的开源 Java 语言的 PDF 类库。通过 ICEpdf 可以用来浏览、内容提取和转换 PDF 文档,而无须一些本地PDF库的支持。 项目主页: http://www.open-open
Java 中 Scanner 类的用法 Java 5 添加了 java.util.Scanner 类,这是一个用于扫描输入文本的新的实用程序。它是以前的 StringTokenizer 和 Matcher
payment.pageutil; import java.util.ArrayList; import java.util.Enumeration; import java.util.List; import javax
P2 Java 5添加了java.util.Scanner类,这是一个用于扫描输入文本的新的实用程序。它是以前的StringTokenizer和Matcher类之间的某种结合。由于任何数据都必须通过同一模
Java容器类包含List、ArrayList、Vector及map、HashTable、HashMap ArrayList和HashMap是异步的,Vector和HashTable是同步的,
collections, java arrays and XML 相互映射的一个 Java 类库。 JSON Java string <=> java.lang.String, java.lang.Character
jOpenDocument 是一个用来处理 OpenOffice.org 文档的 Java 类库,无需 OpenOffice 的支持。 使用 jOpenDocument 你能够: * 动态创建文档