码迷,mamicode.com
首页 >  
搜索关键字:diff    ( 2433个结果
Python学习————对称加密和非对称加密
对称加密和非对称加密 对称加密: ** 对称加密采用了对称密码编码技术,它的特点是文件加密和解密使用相同的密钥加密 也就是密钥也可以用作解密密钥,这种方法在密码学中叫做对称加密算法, 对称加密算法使用起来简单快捷, 密钥较短,且破译困难,除了数据加密标准(DES),另一个对称密钥加密系统是国际数据加 ...
分类:编程语言   时间:2020-07-15 22:49:39    阅读次数:86
532. K-diff Pairs in an Array
Given an array of integers and an integer k, you need to find the number of unique k-diff pairs in the array. Here a k-diff pair is defined as an inte ...
分类:其他好文   时间:2020-07-15 01:00:03    阅读次数:73
AutoAssign: Differentiable Label Assignment for Dense Object Detection
地址:https://arxiv.org/pdf/2007.03282.pdf ...
分类:其他好文   时间:2020-07-13 21:36:34    阅读次数:121
docker配置redis6.0.5集群
docker配置redis6.0集群方案 docker安装 请直接挂载课程配套的Centos7.x镜像, docker官方建议使用CentOS7 (1)yum 包更新到最新 sudo yum update (2)安装需要的软件包, yum-util 提供yum-config-manager功能,另外 ...
分类:其他好文   时间:2020-07-13 13:49:24    阅读次数:158
etcd频繁选举leader
etcd频繁选举leader 集群中etcd出现报警 Alert Name: A high number of leader changes within the etcd cluster are happening Severity: warning Cluster Name: shdmz-pro ...
分类:其他好文   时间:2020-07-12 20:27:52    阅读次数:141
62、solidity环境搭建、编译及编写合约-3——2020年07月12日12:55:51
2020年07月12日12:59:00 2019年09月27日14:15:32 1.通过solc工具编译合约 1.1 先在vscode里创建sol文件 pragma solidity ^0.4.24; contract Immo{ address public ceo; constructor() ...
分类:其他好文   时间:2020-07-12 14:18:52    阅读次数:58
单独设置首页的页眉页脚
from docx import Document from docx.shared import Pt from docx.enum.text import WD_ALIGN_PARAGRAPH #导入对齐库 文件=Document(r'E:\word练习\页眉页脚.docx') 第一节=文件.s ...
分类:其他好文   时间:2020-07-12 12:19:36    阅读次数:69
Docker 多主机互联
# 在主节点上 docker swarm init # 生成token .... docker swarm join --token SWMTKN-1-2g13vfvyap7rbuvvx966fe6i1sk3fp1xzd8y8qxj48ysk42uea-cbricttyqw5zhlycje1gtys ...
分类:其他好文   时间:2020-07-11 19:31:36    阅读次数:66
IPC
inter process communication one host: signal semaphor shm: shared memory different host: rpc: remote procedure call 同样基于socket socket ...
分类:其他好文   时间:2020-07-11 00:17:33    阅读次数:85
arthas(阿尔萨斯)使用实践----查看慢方法 /方法耗时等
初次使用时的一些问题 [ERROR] Target process 116477 is not the process using port 3658, you will connect to an unexpected process. [ERROR] 1. Try to restart arth ...
分类:其他好文   时间:2020-07-10 20:42:38    阅读次数:259
2433条   上一页 1 ... 7 8 9 10 11 ... 244 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!