摘要: 一、本地YUM源 1、 备份源文件 2、挂载镜像 开机挂载 3、编辑YUM源仓库文件 新增以下内容 4、清理YUM缓存, 重建YUM仓库 二、配置CentOS YUM源 1、备份源文件 2、下载CentOS Base.repo 到/etc/yum.repos.d/ 3、清理YUM缓存,重建YUM仓库 阅读全文
posted @ 2020-05-25 10:37 PrimerPlus 阅读(2509) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, we use the MySQL Connector/J driver. It is the official JDBC driver for MySQL. The examples were created and tested on Ubuntu Linux. 阅读全文
posted @ 2020-07-28 17:16 PrimerPlus 阅读(201) 评论(0) 推荐(0) 编辑
摘要: In this article, we will learn how to develop a Spring MVC web application using Spring boot 2, Thymeleaf, Hibernate 5, JPA, Maven, and MySQL database 阅读全文
posted @ 2020-07-28 16:01 PrimerPlus 阅读(218) 评论(0) 推荐(0) 编辑
摘要: In this tutorial we will be looking at how Spring Security works and its architecture. We will be creating a Spring Boot Project to expose two REST AP 阅读全文
posted @ 2020-07-20 18:14 PrimerPlus 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 11 ‘df’ Command Examples in Linux df (disk free) command is used to display disk usage of the file system. By default df command shows the file system 阅读全文
posted @ 2020-07-13 15:57 PrimerPlus 阅读(213) 评论(0) 推荐(0) 编辑
摘要: By default, the MySQL server listens for connections only from localhost, which means it can be accessed only by applications running on the same host 阅读全文
posted @ 2020-07-12 23:58 PrimerPlus 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Introduction It is essential to know which version of MySQL you have installed. Knowing the version number helps to determine if a specific feature is 阅读全文
posted @ 2020-07-11 22:45 PrimerPlus 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 初始设置:启用root用户帐户 The root Account in Ubuntu is disabled by default because his password is not set. To use root priviledges, basically it's better to u 阅读全文
posted @ 2020-07-11 22:16 PrimerPlus 阅读(336) 评论(0) 推荐(0) 编辑
摘要: Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far less complicated than one mi 阅读全文
posted @ 2020-07-10 18:27 PrimerPlus 阅读(230) 评论(0) 推荐(0) 编辑
摘要: React is one of the popular JavaScript libraries for building user interfaces. It is maintained by Facebook and a community of individual developers a 阅读全文
posted @ 2020-07-10 16:59 PrimerPlus 阅读(153) 评论(0) 推荐(0) 编辑
摘要: On February 7th, 2020, a new version of Angular is released which is Angular 9. A lot of new features and performance improvements are introduced with 阅读全文
posted @ 2020-07-10 16:35 PrimerPlus 阅读(244) 评论(0) 推荐(0) 编辑