springBoot整合JPA JPA官网: https://docs.spring.io/spring-data/jpa/docs/2.3.1.RELEASE/reference/html/#jpa.repositories maven 依赖: <!--spring-data-jpa--> <de ...
分类:
编程语言 时间:
2020-06-19 14:06:15
阅读次数:
67
一,字符串是序列 字符串和整形、浮点数以及布尔值很不一样。一个字符串是一个序列,意味着是对其他值的有序排列。 字符串就是一串有序的字符。你可以通过方括号操作符,每次去访问字符串中的一个字符: >>> fruit = 'banana' >>> letter = fruit[1] 第二个语句选择了 fr ...
分类:
编程语言 时间:
2020-06-18 22:08:37
阅读次数:
74
There are 2 options for you to choose before order please: 1. Software is in a 320G hdd before shipment, the customers need to install it and active i ...
分类:
其他好文 时间:
2020-06-18 21:52:05
阅读次数:
175
1.When a lawyer says "objection" during court, he is telling the judge that he thinks his opponent violated a rule of procedure. The judge's ruling de ...
分类:
其他好文 时间:
2020-06-18 11:00:24
阅读次数:
49
http://tinylab.org/myths-about-urandom/ Chen Jie 创作于 2015/06/27 打赏 原文:Myths about /dev/urandom 作者:Thomas Hühn 译者:Chen Jie 1 译之前言 你知道 /dev/random 与 /de ...
分类:
其他好文 时间:
2020-06-18 10:55:39
阅读次数:
78
目录: 一、函数嵌套 二、名称空间与作用域 三、闭包函数 一、函数嵌套 1.函数嵌套定义:在一个函数内又定义了另外一个函数def f1(): def f2(): print('from f2') f2() x = 11111111 return xf1()res = f1()print(res)de ...
分类:
编程语言 时间:
2020-06-17 20:07:44
阅读次数:
55
-- 2020年3月26日 AM 0、知识回顾 select * from emp; insert into emp(empno, ename, job) values (22, kk, pp); insert into emp(empno, ename, job) select * from de ...
分类:
其他好文 时间:
2020-06-16 19:59:14
阅读次数:
80
实验要求: 1.1.1.1访问5.5.5.5走R1-R2-R4-R5 5.5.5.5访问1.1.1.1走R5-R4-R3-R1 一、配置IP 二、为R2、R3、R4配置IGP动态路由OSPF R2: ospf 100 area 0.0.0.0 network 12.1.1.0 0.0.0.255 n ...
分类:
其他好文 时间:
2020-06-16 12:48:38
阅读次数:
66
一、常规区域和骨干区域 (1)常规区域和骨干区域禁止 Type-7 LSA进入。 (2)常规区域和骨干区域的ASBR会向该区域下发使用Type-5 LSA描述的默认路由。 二、Stub Area 末梢区域 (1)Stub Area禁止来自Area0的Type-4、Type-5 LSA进入。 (2)S ...
分类:
其他好文 时间:
2020-06-16 11:37:53
阅读次数:
97
一、背景介绍IGP协议的学习即将结束,最后通过一个综合实验最为结尾,实验拓扑如下图所示:每个路由器的route-id与lo0接口ip地址一致,除基础配置外,还需满足如下约束:RIP需求:1.R1-R4运行RIPV22.R1仅从R4接收199.172.0.0、199.172.1.0、199.172.2.0、199.172.3.0网段的路由更新OSPF进程1需求:1.所有路由器的router-id均为
分类:
其他好文 时间:
2020-06-15 09:39:27
阅读次数:
69