码迷,mamicode.com
首页 >  
搜索关键字:vcenter ca    ( 4721个结果
Codeforces Helpful Maths
Xenia the beginner mathematician is a third year student at elementary school. She is now learning the addition operation. The teacher has written down the sum of multiple numbers. Pupils should ca...
分类:其他好文   时间:2014-07-22 23:05:53    阅读次数:382
Android--MD5加密
public static String getMD5(String str) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } ca...
分类:移动开发   时间:2014-05-06 00:24:23    阅读次数:430
Architect.3D.Platinum.v17.5.1.1000-ISO 1DVD
Materialise 3-Matic v6.1.1.0 Win64 1CD 3-matic基于数字化CAD(STL)的正向工程软件。 3-matic是产品设计到产品制造的快捷方式。3-matic的所有操作都是基于数字化的形式(基于三角片)进行处理,可以直接减少逆向工程和传统CA...
分类:其他好文   时间:2014-05-05 22:00:38    阅读次数:340
Materialise 3-Matic v6.1.1.0 Win64 1CD
Materialise 3-Matic v6.1.1.0 Win64 1CD 3-matic基于数字化CAD(STL)的正向工程软件。 3-matic是产品设计到产品制造的快捷方式。3-matic的所有操作都是基于数字化的形式(基于三角片)进行处理,可以直接减少逆向工程和传统CA...
分类:Windows程序   时间:2014-05-05 21:59:37    阅读次数:759
数字证书常见格式与协议介绍
引:http://blog.csdn.net/anxuegang/article/details/6157927 证书主要的文件类型和协议有: PEM、DER、PFX、JKS、KDB、CER、KEY、CSR、CRT、CRL 、OCSP、SCEP等。 PEM – Openssl使用 PEM(Privacy Enhanced Mail)格式来存放各种信息,它是 openssl 默认采用...
分类:其他好文   时间:2014-05-04 00:32:43    阅读次数:316
CA与数字证书的自结
1.CA CA(Certificate Authority)是数字证书认证中心的简称,是指发放数字证书、管理数字证书、废除数字证书的权威机构。   2.数字证书  假设向CA申请数字证书的单位为A,则他申请的数字证书中含有的内容为:               a)A的公钥数据               b)相应私钥拥有者(也就是A)的身份信息     ...
分类:其他好文   时间:2014-05-04 00:07:54    阅读次数:337
类属性不能写在try{}catch(){}里面
public class cal{public static void main(String[] args){calculator ca=new calculator();byte[] first=new byte[4];byte[] second=new byte[4];System.out.p...
分类:其他好文   时间:2014-05-02 15:23:23    阅读次数:395
循环查询sql带逗号(,)分隔的数据
select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.ca,instr(t.ca,...
分类:数据库   时间:2014-05-01 02:34:49    阅读次数:670
Android Camera子系统之源代码View
本文基于Android 4.2.2+Linux3.6.9+SAMA5D3 SoC从源代码的角度审视Android Camera子系统。     应用层 Androd原生Camera应用 /system/app/LegacyCamera.apk  http://androidxref.com/4.2.2_r1/xref/packages/apps/LegacyCamera/   Ca...
分类:移动开发   时间:2014-04-30 22:32:38    阅读次数:431
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
4721条   上一页 1 ... 470 471 472 473 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!