会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
mingzhang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
27
下一页
2018年8月13日
开启MySQL远程访问权限 允许远程连接
摘要: https://www.cnblogs.com/weifeng1463/p/7941625.html
阅读全文
posted @ 2018-08-13 14:11 mingzhang
阅读(106)
评论(0)
推荐(0)
编辑
centos7 安装mysql
摘要: https://www.cnblogs.com/rongfengliang/p/5727088.html
阅读全文
posted @ 2018-08-13 13:52 mingzhang
阅读(124)
评论(0)
推荐(0)
编辑
2018年8月11日
JAVA中使用ASN.1
摘要: https://blog.csdn.net/jiajw0426/article/details/74625623
阅读全文
posted @ 2018-08-11 16:21 mingzhang
阅读(1917)
评论(0)
推荐(0)
编辑
2018年8月10日
使用gradle建立java application
摘要: 建立项目目录mkdir java-democd java-demo 初始化项目目录gradle init --type java-application 编译./gradlew build 运行./gradle run 根据自己的项目更改包结构在main/java/目录下建立自己的包结构,注意更改b
阅读全文
posted @ 2018-08-10 23:44 mingzhang
阅读(1576)
评论(0)
推荐(0)
编辑
命令行下【打jar包】&【引用jar包】简单使用
摘要: https://blog.csdn.net/qq_36496425/article/details/78735819 https://www.cnblogs.com/mq0036/p/8566427.html
阅读全文
posted @ 2018-08-10 16:23 mingzhang
阅读(311)
评论(0)
推荐(0)
编辑
2018年8月9日
Java Native Interface 6.0 Specification
摘要: https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html
阅读全文
posted @ 2018-08-09 16:26 mingzhang
阅读(246)
评论(0)
推荐(0)
编辑
2018年8月6日
RSA私钥和公钥文件格式 (pkcs#1, pkcs#8, pkcs#12, pem)
摘要: RSA私钥和公钥文件格式 (pkcs#1, pkcs#8, pkcs#12, pem) RSA私钥和公钥文件格式 (pkcs#1, pkcs#8, pkcs#12, pem) 2018年03月07日 11:57:22 阅读数:674 2018年03月07日 11:57:22 阅读数:674 阅读数:
阅读全文
posted @ 2018-08-06 10:38 mingzhang
阅读(15427)
评论(1)
推荐(0)
编辑
2018年8月1日
openssl 获取证书中的公钥
摘要: PEM 格式 1. FILE *fp = fopen("xx.pem", "r"); 2. X509 *cert = PEM_read_X509(fp, NULL, NULL, NULL); 3. EVP_PKEY *pkey = X509_get_pubkey(cert) der 格式 1. FI
阅读全文
posted @ 2018-08-01 09:53 mingzhang
阅读(7334)
评论(0)
推荐(1)
编辑
2018年7月18日
cryptography lessons
摘要: https://security.stackexchange.com/questions/2202/lessons-learned-and-misconceptions-regarding-encryption-and-cryptology
阅读全文
posted @ 2018-07-18 17:08 mingzhang
阅读(115)
评论(0)
推荐(0)
编辑
ASN.1笔记——语法规则与类型概述
摘要: 转载:https://blog.csdn.net/sever2012/article/details/7672699 一.简介 ASN.1(Abstract Syntax Notation dotone),抽象语法标记1。是定义抽象数据类型形式的标准,是用于描述数据表示、表示、传输、编码的记法。 A
阅读全文
posted @ 2018-07-18 16:08 mingzhang
阅读(3146)
评论(0)
推荐(0)
编辑
上一页
1
···
11
12
13
14
15
16
17
18
19
···
27
下一页
公告