上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 46 下一页
  2015年5月28日
摘要: Base64字母表Base64编码将一个8位字节序列拆成6位的片段,并为每个6位的片段分配一个字符,这个字符是Base64字母表中的64个字符之一。WertZeichenWertZeichenWertZeichenWertZeichenWertZeichenWertZeichenWertZeiche... 阅读全文
posted @ 2015-05-28 20:12 huey2672 阅读(400) 评论(0) 推荐(0) 编辑
  2015年5月22日
摘要: The simplest and the most convenient way to handle responses is by using the ResponseHandler interface, which includes the handleResponse(HttpResponse 阅读全文
posted @ 2015-05-22 21:17 huey2672 阅读(2528) 评论(0) 推荐(0) 编辑
摘要: HttpClient can throw two types of exceptions: java.io.IOException in case of an I/O failure such as socket timeout or an socket reset and HttpExceptio 阅读全文
posted @ 2015-05-22 13:12 huey2672 阅读(635) 评论(0) 推荐(0) 编辑
摘要: HTTP entity HTTP messages can carry a content entity associated with the request or response. Entities can be found in some requests and in some respo 阅读全文
posted @ 2015-05-22 13:10 huey2672 阅读(2002) 评论(0) 推荐(0) 编辑
  2015年5月21日
摘要: HttpClient 是一个客户端的 HTTP 传输库,而不是浏览器。HttpClient 的目的是传输和接收 HTTP 报文。HttpClient 不会尝试去处理报文内容,执行嵌入 HTML 内的 JavaScript 脚本,或者是猜测实体内容类型等于 HTTP 传输无关的操作。HttpClien... 阅读全文
posted @ 2015-05-21 22:14 huey2672 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: Apache Commons 是一个关注于可复用的 Java 组件的 Apache 项目。Apache Commons 由三部分构成: Commons Proper - 一个可复用的 Java 组件库。 Commons Sandbox - Java 组件开发的工作区。 Commons Dorm... 阅读全文
posted @ 2015-05-21 20:30 huey2672 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 在程序设计中,经常以树形结构表示数据的层次关系,如菜单的结构、商品的分类等。这样的层次结构在关系数据库中难以直观地表示。常见的一种做法是用一个字段指向上级节点来表示记录的上下级关系。fidpidfname 1 Food 2 1 Fruit 3 2Red 4 3Cherry 5 2Yellow 6 5... 阅读全文
posted @ 2015-05-21 14:20 huey2672 阅读(1648) 评论(0) 推荐(0) 编辑
  2015年5月19日
摘要: jinfo 是 JDK 自带的配置信息工具,可以查看、设置 Java 进程的参数配置。 命令格式 jinfo [ option ] pidjinfo [ option ] executable corejinfo [ option ] [server-id@]remote-hostname-or-I 阅读全文
posted @ 2015-05-19 22:32 huey2672 阅读(382) 评论(0) 推荐(0) 编辑
摘要: jps(Java Virtual Machine Process Status Tool) 是 JDK 提供的一个显示当前所有 Java 进程实例的命令。 命令格式 jps [ options ] [ hostid ] 命令参数 -q 只显示本地虚拟机的 pid,而不显示类名称、JAR 文件名和传递 阅读全文
posted @ 2015-05-19 21:54 huey2672 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 除了默认配置的 DataSourceRealm,Tomcat 还支持JDBCRealm,它通过 JDBC 来访问记录在关系数据库里的认证信息。JDBCRealm 的配置步骤如下:在 $TOMCAT_HOME\conf\server.xml 配置 元素。 元素属性说明:属性说明classNameTo... 阅读全文
posted @ 2015-05-19 19:54 huey2672 阅读(835) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 46 下一页