码迷,mamicode.com
首页 >  
搜索关键字:central    ( 964个结果
pom.xml配置指定仓库
<repositories> <repository> <id>central</id><--中央仓库--> <url>http://uk.maven.org/maven2/</url> <layout>default</layout> </repository> <repository> <id> ...
分类:其他好文   时间:2020-06-16 15:16:54    阅读次数:106
彻底弄懂CAS单点登录
1.1. What is CAS ? CAS ( Central Authentication Service ) 是 Yale 大学发起的一个企业级的、开源的项目,旨在为 Web 应用系统提供一种可靠的单点登录解决方法(属于 Web SSO )。 CAS 开始于 2001 年, 并在 2004 年 ...
分类:其他好文   时间:2020-06-09 20:29:21    阅读次数:50
比特币的共识协议
Question:央行如何发行数字货币?central bank 方案一:asymmetric encryption algorithm 数字货币是一份份文件,可以不断复制造成double spending attack,即双花攻击。 方案二:有一张list,记录每一张货币的主人,在每次交易前查询l ...
分类:其他好文   时间:2020-06-07 10:58:01    阅读次数:177
如何配置K8S存储集群?
https://v.qq.com/x/page/q0976bknoii.html请添加链接描述欢迎回到Portworx系列讲解视频。我是RyanWallner。今天我们来介绍如何配置Portworx存储集群。这里我们概要性的对Kubernetes和Portworx的结构进行介绍,如何在Kubernetes上配置Portworx集群,以及正确安装Portworx需要哪些命令和参数。这里我们有一组已经
分类:其他好文   时间:2020-06-06 23:20:27    阅读次数:85
gradles理解和文件配置
gradle gradle tasks :查看所有的taske命令 bootJar:打包,讲项目的所有依赖和主工程代码打包,一个可直接执行的一个包,不需要tomcat运行 gradle使用bootjar打包后后,解压出来的三个目录 BOOT-INF: ? classes:存放java文件编译后的cl ...
分类:其他好文   时间:2020-05-30 01:29:57    阅读次数:98
ICPC Central Europe Regional Contest 2019 H. Ponk Warshall
Ponk Warshall 思路:容易想到如果存在 "AG" "GA"这种,那一定是先交换这些,可以一次交换解决两个位置,如果不存在前面的情况,我们需要找到类似"AG","GT"这种斜对角能抵消的,得到"AT"然后我们需要马上去找有无"AT","TA"这种情况的。 我们知道"ATCG"只会出现16种 ...
分类:其他好文   时间:2020-05-18 20:38:05    阅读次数:82
图论:TZOJ二分图练习
目录 1023 1037 1321 2021 2380 2733 3635 5839 5840 5842 1023: Taxi Cab Scheme 返回顶部 描述 Running a taxi station is not all that simple. Apart from the obvio ...
分类:其他好文   时间:2020-05-15 21:51:39    阅读次数:95
caterpillar tree
In graph theory, a caterpillar or caterpillar tree is a tree in which all the vertices are within distance 1 of a central path. The central path can b ...
分类:其他好文   时间:2020-05-15 18:05:19    阅读次数:77
redis cluster集群部署方案
什么是 Redis 集群 Redis 集群是一个分布式(distributed)、容错(fault-tolerant)的 Redis 实现,集群可以使用的功能是普通单机 Redis 所能使用的功能的一个子集(subset)。 Redis 集群中不存在中心(central)节点或者代理(proxy)节 ...
分类:其他好文   时间:2020-05-11 15:46:26    阅读次数:70
1109 Group Photo (25分)
Formation is very important when taking a group photo. Given the rules of forming K rows with N people as the following: The number of people in each ...
分类:其他好文   时间:2020-05-11 15:09:42    阅读次数:62
964条   上一页 1 2 3 4 5 6 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!