上一页 1 ··· 183 184 185 186 187 188 189 190 191 ··· 235 下一页
摘要: 通常 , 使用的加密算法 比较简便高效 , 密钥简短,加解密速度快,破译极其困难。本文介绍了 MD5/SHA1,DSA,DESede/DES,Diffie-Hellman 的使用。第 1 章基础知识1.1. 单钥密码体制单钥密码体制是一种传统的加密算法,是指信息的发送方和接收方共同使用同一把密钥进行... 阅读全文
posted @ 2014-06-21 23:10 一天不进步,就是退步 阅读(349) 评论(0) 推荐(0)
摘要: JDK1.4 的 NIO 有效解决了原有流式 IO 存在的线程开销的问题,在 NIO 中使用多线程,主要目的已不是为了应对每个客户端请求而分配独立的服务线程,而是通过多线程充分使用用多个 CPU 的处理能力和处理中的等待时间,达到提高服务能力的目的。多线程的引入,容易为本来就略显复杂的 NIO 代码... 阅读全文
posted @ 2014-06-19 20:50 一天不进步,就是退步 阅读(552) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/hunterno4/article/details/11687269Sonar简介Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol... 阅读全文
posted @ 2014-06-19 19:38 一天不进步,就是退步 阅读(244) 评论(0) 推荐(0)
摘要: 当数据在网络上传播的时候,通过使用 SSL 对其进行加密和保护,JSSE 为 Java 应用程序提供了安全的通信。在本篇有关该技术的高级研究中,Java 中间件开发人员 Ian Parkinson 深入研究了 JSSE API 较不为人知的方面,为您演示了如何围绕 SSL 的一些限制进行编程。您将学... 阅读全文
posted @ 2014-06-19 18:38 一天不进步,就是退步 阅读(5409) 评论(0) 推荐(0)
摘要: In my previous post, I listed down most commontelnet commands for memcachedwith sample execution terminal logs. Today I want to discuss about the Memc... 阅读全文
posted @ 2014-06-19 18:32 一天不进步,就是退步 阅读(652) 评论(0) 推荐(0)
摘要: JCA (J2EE 连接器架构,Java Connector Architecture)是对J2EE标准集的重要补充。因为它注重的是将Java程序连接到非Java程序和软件包中间件的开发。连接器特指基于Java连接器架构的源适配器,其在J2EE1.3规范中被定义。JCA连接器同时提供了一个重要的能力... 阅读全文
posted @ 2014-06-19 17:47 一天不进步,就是退步 阅读(2194) 评论(0) 推荐(0)
摘要: The following topics are covered in this section:JAAS and WebLogic ServerJAAS Authentication Development EnvironmentWriting a Client Application Using... 阅读全文
posted @ 2014-06-18 16:22 一天不进步,就是退步 阅读(1288) 评论(0) 推荐(0)
摘要: The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Development Kit 5.0. JAAS provides the ab... 阅读全文
posted @ 2014-06-18 15:21 一天不进步,就是退步 阅读(367) 评论(0) 推荐(0)
摘要: Part 1: The asynchronous channel APIsThe More New I/O APIs for the Java™ Platform (NIO.2) is one of the major new functional areas in Java 7, adding a... 阅读全文
posted @ 2014-06-17 22:20 一天不进步,就是退步 阅读(686) 评论(0) 推荐(0)
摘要: The new input/output (NIO) library, introduced with JDK 1.4, provides high-speed, block-oriented I/O in standard Java code. This hands-on tutorial cov... 阅读全文
posted @ 2014-06-17 22:15 一天不进步,就是退步 阅读(477) 评论(0) 推荐(0)
上一页 1 ··· 183 184 185 186 187 188 189 190 191 ··· 235 下一页