Make sure you’re eating something with your coffee. Sometimes an empty stomach will make you feel the effects too fast. Drink enough water throughout ...
分类:
其他好文 时间:
2020-03-06 15:13:25
阅读次数:
69
Docker Compose 前面我们使用 Docker 的时候,定义 Dockerfile 文件,然后使用 docker build、docker run 等命令操作容器。然而微服务架构的应用系统一般包含若干个微服务,每个微服务一般都会部署多个实例,如果每个微服务都要手动启停,那么效率之低,维护量 ...
分类:
其他好文 时间:
2020-03-05 20:43:30
阅读次数:
83
最近项目需要集成LDAP的登录,所以简单研究了一下ldap的集成主要有以下几个步骤: 一、配置spring boot的LDAP配置文件 1.配置pom文件: <dependencies> <dependency> <groupId>org.springframework.boot</groupId> ...
分类:
编程语言 时间:
2020-03-04 12:53:51
阅读次数:
147
The LED Night Light Factory explains the 9 advantages of using LED night light: 1. The LED night light covers almost the entire visible range. The tra ...
分类:
其他好文 时间:
2020-03-03 15:03:53
阅读次数:
52
一、iproute2家族续 1、ip命令续 a、ip link b、ip netns c、ip address - protocol address management (1)、ip address add :增加一个IP地址 (add new protocol address ) ip addr ...
分类:
系统相关 时间:
2020-03-02 19:10:12
阅读次数:
88
题意:题意说餐馆准备了a份饺子,b份橘子汁,c份烙饼 有以下规则:1.每份游客至少得到一份菜 2.每位游客最多可以获赠一份饺子,一份橘子汁,一份烙饼 3.每位游客的菜肴不同 分析:我们可以得出最多能够接待7位顾客,我们可以采用暴力做法,枚举每种组合,2^7,也就是a b c ab ac bc abc ...
分类:
其他好文 时间:
2020-03-02 13:05:35
阅读次数:
63
TMS Error "Extended transport control is not active: Cannot specify target client" STMS > Overview > Systems > double click on <SID> > select the 'Tra ...
分类:
其他好文 时间:
2020-02-28 22:36:14
阅读次数:
78
一顿操作猛如虎,然后他给我来个这个 The instance of entity type '***' cannot be tracked because another instance with the same key value for {'ID'} is already being tra ...
分类:
其他好文 时间:
2020-02-28 20:47:03
阅读次数:
1035
码农不识Apache,码尽一生也枉然。FastDateFormatFastDateFormat是一个快速且线程安全的时间操作类,它完全可以替代SimpleDateFromat。因为是线程安全的,所以你可以把它作为一个类的静态字段使用。构造方法为protected,不允许直接构造它的对象,可以通过工厂... ...
分类:
Web程序 时间:
2020-02-28 11:47:52
阅读次数:
74
使用openstack本地源安装时,发现缺少安装包报ERRO
分类:
其他好文 时间:
2020-02-28 01:06:39
阅读次数:
388