当我们需要SSL证书时,可以自动生成SSL证书,但是每个系统都申请一次证书会比较麻烦,所以用到了如下几个文件格式: .p12(PKCS #12) 我们的每一个证书都可以生成一个.p12文件,这个文件是一个加密的文件,只要知道其密码,就可以供给所有的系统设备使用,使设备不需要在重新申请开发和发布证书, ...
分类:
Web程序 时间:
2020-02-04 10:43:36
阅读次数:
419
设置证书进行访问或被访问操作 String keyStore = “keyStore文件路径”; String KEY_STORE_PWD = "1234"; String KEY_STORE_TYPE = "PKCS12";//.p12文件类型 String trustStore =“trustS ...
分类:
Web程序 时间:
2020-02-04 10:33:26
阅读次数:
159
package cn.itcast.hadoop.mr;import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache. ...
分类:
其他好文 时间:
2020-02-02 23:19:55
阅读次数:
98
今天肺炎增长数字依然吓人,感觉穿越到丧失片里了,感觉冥冥之中有天数,98年尹相杰唱天不刮风,天不下雨,结果洪水;最近半年网上游戏广告全是丧失袭来,结果全国肺炎。 Dva 是由阿里架构师 sorrycc 带领 team 完成的一套前端框架,umi 和dva是一个作者 感慨:公司越大,越有时间搞这种框架 ...
分类:
其他好文 时间:
2020-02-02 17:37:11
阅读次数:
473
Write a program to find the strongly connected components in a digraph. Format of functions: void StronglyConnectedComponents( Graph G, void (*visit)( ...
分类:
其他好文 时间:
2020-02-02 16:07:23
阅读次数:
263
五、 实验结果(★) We have tested the feasibility of the proposed human objects detection and tracking scheme by processing video steam on edge computing devi ...
分类:
其他好文 时间:
2020-02-02 13:43:22
阅读次数:
95
1.今天看了看制作小程序的视频 网址如下在b站https://www.bilibili.com/video/av30608960?p=1 前12p p1认识小程序随便搂了一眼 p2小程序开发流程 p3小程序设计规范没怎么看 p4小程序运营规范 p5小程序实战项目简介 p6创建项目和目录文件结构 仔细 ...
分类:
其他好文 时间:
2020-02-01 21:30:13
阅读次数:
59
题目链接 方法: 重点在建图!!!将一天拆成晚上和早上; 1. 从源点向每一天晚上连一条流量为当天所用餐巾x,费用为0的边; 2. 每一天早上向汇点连一条流量为当天所用餐巾x,费用为0的边; 3. 从每一天晚上向第二天晚上连一条流量为INF,费用为0的边,表示每天晚上可以将脏餐巾留到第二天晚上; 4 ...
分类:
其他好文 时间:
2020-01-31 10:35:19
阅读次数:
64
There are N network nodes, labelled 1 to N. Given times, a list of travel times as directed edges times[i] = (u, v, w), where u is the source node, v ...
分类:
Web程序 时间:
2020-01-31 10:26:07
阅读次数:
77
一、用ssh 带密钥文件登录时候,发生以下报错 [root@99cloud1 ~]# ssh -i hz-keypair-demo.pem centos@172.16.17.104The authenticity of host '172.16.17.104 (172.16.17.104)' can ...
分类:
其他好文 时间:
2020-01-30 21:13:26
阅读次数:
140