RHEL的YUM源需要注册用户才能更新使用说白了就是要收费了,由于CentOS和RHEL基本没有区别,并且CentOS已经被REHL收购。所以将RHEL的YUM源替换为CentOS即可 [redhat@root ~]$ cat /etc/redhat-release 查看对应的版本号Red Hat ...
分类:
其他好文 时间:
2021-01-15 11:46:41
阅读次数:
0
Spring MVC 注解开发 所需pom依赖: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.0.RELEASE</version> < ...
分类:
编程语言 时间:
2021-01-14 11:33:10
阅读次数:
0
Spring框架支持以下五种bean的作用域: (1)singleton: bean在每个Springioc容器中只有一个实例。 (2)prototype:一个bean的定义可以有多个实例。 (3)request:每次http请求都会创建一个bean,该作用域仅在基于web的SpringApplic ...
分类:
编程语言 时间:
2021-01-14 11:32:29
阅读次数:
0
我认为机器学习中的模型应该用以下第三条解释。 a system of postulates, data, and inferences presented as a mathematical description of an entity or state of affairs 假设、数据和推论的 ...
分类:
其他好文 时间:
2021-01-14 11:26:56
阅读次数:
0
list 遍历数据:检查每一个列表中的元素 for i in li: print(i) 切片:输出的指定索引之间的数据 li[1:4]字典dict 实例化一个字典对象: data_dict = {} 增 data_dict['name'] = 'xiaowang' 查 print(data_dict ...
分类:
其他好文 时间:
2021-01-14 11:06:14
阅读次数:
0
<div id="app">{{name}} <p>{{sex}}</p> <div v-html='ming'></div> <div>姓名:<span v-html='ming'></span></div> <!-- <img src="./images/banner.png" width="1 ...
分类:
其他好文 时间:
2021-01-14 11:01:17
阅读次数:
0
Springboot整合web socket 引入包 <dependency> <!-- websocket --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</arti ...
分类:
编程语言 时间:
2021-01-14 11:00:20
阅读次数:
0
一、数据库 Oracle,MySQL,H2(单元测试,内存数据库),NoSQL(一类数据库Not only SQL) 面对的是对象,键值对 data,database,databaseSoft,DBMS,databaseService 二、数据库模型 关系型数据模型 Oracle MySQL SQL ...
分类:
数据库 时间:
2021-01-14 10:57:27
阅读次数:
0
学习自:https://www.cnblogs.com/blackmanzhang/p/12677538.html [root@vmcentos7-1 ~]#vim /etc/yum.repos.d/mongodb-org-4.2.repo [mongodb-org-4.2]name=MongoDB ...
分类:
数据库 时间:
2021-01-14 10:53:10
阅读次数:
0
界面设计方法 (2)-界面与组件的概念 https://baijiahao.baidu.com/s?id=1688668529385290063 界面设计规格(7):界面的布局 https://mbd.baidu.com/newspage/data/landingsuper?context=%7B% ...
分类:
其他好文 时间:
2021-01-14 10:49:47
阅读次数:
0