Configuring Single-Area 配置单区域 OSPF 1.Defines OSPF as the IP routing protocol 如果一台路由器上没有分配任何IP,则无法启动OSPF 协议,也就是说想要运行OSPF,一台路由器上必须有一个IP,作为这台路由器的router-i ...
分类:
其他好文 时间:
2020-04-28 12:57:36
阅读次数:
74
CKAD考试大纲: Core Concepts (13%) Multi-Container Pods (10%) Pod Design (20%) State Persistence (8%) Configuration (18%) Observability (18%) Services and ...
分类:
其他好文 时间:
2020-04-27 11:19:13
阅读次数:
71
单点登录SSO(Single Sign On)说得简单点就是在一个多系统共存的环境下,用户在一处登录后,就不用在其他系统中登录,也就是用户的一次登录能得到其他所有系统的信任。单点登录在大型网站里使用得非常频繁,例如像阿里巴巴这样的网站,在网站的背后是成百上千的子系统,用户一次操作或交易可能涉及到几十 ...
分类:
其他好文 时间:
2020-04-26 01:06:04
阅读次数:
131
1、安装 pip install flask-session 2、使用 方式一: import redis pool = redis.ConnectionPool(host="10.0.0.10", password="azn950626", port=6379) single_pool = red ...
分类:
其他好文 时间:
2020-04-25 01:26:33
阅读次数:
122
NW.js https://stackoverflow.com/questions/36022891/is it possible to distribute a nwjs app as a single exe file) How to use nw package_folder_which_co ...
分类:
Web程序 时间:
2020-04-24 21:25:52
阅读次数:
84
Environment "Ubuntu 16.04 LTS" install selenium You can use pip install selenium, maybe specify the version Download ChromeDriver this "website" downl ...
分类:
系统相关 时间:
2020-04-24 13:16:08
阅读次数:
94
饿汉模式 1 public class Single { 2 3 private static Single instance = new Single(); 4 5 private Single(){ 6 System.out.println("Single: " + System.nanoTim ...
分类:
编程语言 时间:
2020-04-24 00:45:43
阅读次数:
59
threading: # ThreadingMixIn.daemon_threads indicates how threads will behave on an # abrupt shutdown; like quitting the server by the user or restarti ...
分类:
其他好文 时间:
2020-04-22 10:17:57
阅读次数:
66
Creating the baseline script When generating a baseline script, SQL Change Automation will generate a single migration script for all the objects in y ...
分类:
数据库 时间:
2020-04-21 18:23:33
阅读次数:
76