GalHttprequest库简介 - android平台上的一个轻量级的http网络请求及缓存框架 博客

发过iOS项目的朋友都应该知道 ASIHTTPRequest库, ASIHTTPRequest对iOS SDK的底层API进行了封装,并使用一套简单的API调用接口即可十分方便地调用HTTP请求。由于之前有接触过ios开发,对

openkk 2012-05-04   4677   0

Java开发的HTTP服务器:java-httpserver 经验

java-httpserver是一个采用Java开发的HTTP服务器。 java-httpserver由三个主要组件组成: HTTPServer , a really simple class

jopen 2013-08-17   42427   0
P170

m0n0wall 中文手册 文档

m0n0wall 中文手册 作者: Chris Buechler Manuel Kasper 译文:Ben Zeng m0n0wall 的作者是 Manuel Kasper。大部分文档由 Chris Buechler

clbus 2014-07-26   669   0
P170

m0n0wall 中文手册 文档

m0n0wall 中文手册 作者: Chris Buechler Manuel Kasper 译文:Ben Zeng m0n0wall 的作者是 Manuel Kasper。大部分文档由 Chris Buechler

csnetstar 2012-06-21   1526   0
P

Java Examples in a Nutshell, 3rd Edition 文档

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.

silentboy 2015-02-21   3235   0

Java 8发布Q&A 资讯

英文原文: Java 8 Launch Q&A 多年以来,Java 8 一直是最受期待的编程语言更新之一。这次发布的版本包含了日期 API、Streams API 和 Lambda。包括移除永久代

jopen 2014-03-28   29339   0
Java 8  
P

Java Enterprise in a Nutshell, 3rd Edition 文档

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.

silentboy 2015-02-21   1829   0

PHP工具 MySQL增删改查工具 经验

以前开发项目没用框架,直接面向对象开发很实用的一个mysql工具

jopen 2014-09-20   42225   0

实现支持断点续传多线程下载的 Http Web 客户端C#工具 代码段

/* .Net/C#: 实现支持断点续传多线程下载的 Http Web 客户端工具 (C# DIY HttpWebClient) * Reflector 了一下 System.Net.WebClient

ypp5 2015-09-09   1646   0

DateUtils日期操作Java 代码段

用于日期的各种操作,简单实用。。。 [Java]代码 import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat;

cenmin 2016-01-22   6244   1
Java  
P27

  Java 集合框架 文档

1. 集合框架 2. (本页无文本内容) 3. (本页无文本内容) 4. (本页无文本内容) 5. (本页无文本内容) 6. Bijiaoqi.java 7. (本页无文本内容) 8. (本页无文本内容)

evilgod528 2011-12-07   498   0

java RSA加密 代码段

import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.interfaces

fp34 2014-12-31   2861   0
加密  

Java的JSON库 JJSon 经验

JJSon 是一个简单的Java库用来处理 JSON 数据格式。 示例代码: JSONObject o = new JSONObject(); o.put("mykey", new JSONString("myvalue"));

openkk 2011-12-18   43636   0

Java 的 PDF 库 ICEpdf 经验

是一个轻量级的开源 Java 语言的 PDF 库。通过 ICEpdf 可以用来浏览、内容提取和转换 PDF 文档,而无须一些本地PDF库的支持。 项目主页: http://www.open-open

fmms 2012-01-17   20486   0
Java   PDF   PDF工具包  

Java中Scanner的用法 经验

Java 中 Scanner 的用法 Java 5 添加了 java.util.Scanner ,这是一个用于扫描输入文本的新的实用程序。它是以前的 StringTokenizer 和 Matcher

jopen 2013-04-01   27501   0

java 分页公用 经验

payment.pageutil; import java.util.ArrayList; import java.util.Enumeration; import java.util.List; import javax

jopen 2012-11-17   24210   0
P2

  Java 5的Scanner的用法 文档

Java 5添加了java.util.Scanner,这是一个用于扫描输入文本的新的实用程序。它是以前的StringTokenizer和Matcher之间的某种结合。由于任何数据都必须通过同一模

1034874205 2012-03-04   5070   0

Java中的容器简介 经验

Java容器包含List、ArrayList、Vector及map、HashTable、HashMap ArrayList和HashMap是异步的,Vector和HashTable是同步的,

fmms 2012-01-18   21438   0

Java 库 JSON lib 经验

collections, java arrays and XML 相互映射的一个 Java 库。 JSON Java string <=> java.lang.String, java.lang.Character

openkk 2011-12-17   37505   0

OpenOffice 的 Java 库 jOpenDocument 经验

jOpenDocument 是一个用来处理 OpenOffice.org 文档的 Java 库,无需 OpenOffice 的支持。 使用 jOpenDocument 你能够: * 动态创建文档

fmms 2012-01-18   21520   0
1 2 3 4 5 6 7 8 9 10