摘要:
按照项目需求进行的相关试验。总结下来总体步骤分为3步:一、证书生成;二、代码处理;三、发布配置。一、证书生成。加密方式使用openssl。所有生成及配置过程按照resin4官网的介绍来做的,没有任何技术含量。照贴下来:OpenSSLOpenSSL is the same SSL implementation that Apache's mod_ssl uses. Since OpenSSL uses the same certificate as Apache, you can get signed certificates using the same method as for A 阅读全文
摘要:
java.util.Vector came along with the first version of java development kit (JDK). java.util.ArrayList was introduced in java version1.2, as part of java collections framework. As per java API, in Java 2 platform v1.2,vector has been retrofitted to implement List and vector also became a part of java 阅读全文