Linux更换国内软件源 使用Linux, 不管是CentOs还是Ubunut或者其他的, 都会遇到一个问题, 那就是更新软件, 时间长的可以让你崩溃. 那怎么解决这个问题呢? 更新的时候, 我们可以发现下载更新包的速度非常的满, 那就很明显了, 这个加快下载速度就可以. Linux的发行版本的默认 ...
分类:
系统相关 时间:
2020-02-17 19:50:15
阅读次数:
156
有天上飞的概念,就要有落地的实现 概念+代码实现是本文的特点,教程将涵盖完整的图文教程,代码案例 文章结尾配套自测面试题,学完技术自我测试更扎实 概念十遍不如代码一遍,朋友,希望你把文中所有的代码案例都敲一遍 大哥大姐新年好,点赞转发不要少 SpringBoot 图文系列教程技术大纲 鹿老师的Jav ...
分类:
编程语言 时间:
2020-02-17 16:23:34
阅读次数:
148
Linux上安装percona-xtrabackup-24(innobackupex工具) Centos: # wget https://www.percona.com/redir/downloads/percona-release/redhat/0.1-4/percona-release-0.1- ...
分类:
系统相关 时间:
2020-02-17 15:46:20
阅读次数:
267
1.Oracle数据泵导出schema时有报错: Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - ProductionWith the Partitioning, OLAP, Data Mining ...
分类:
其他好文 时间:
2020-02-16 13:24:19
阅读次数:
134
1. 导入相关包:Spring包: "Spring架包" MyBatis包: "MyBatis架包" 整合包: "Mybatis Spring整合包" 2. 编写实体类User,实体类的sql映射文件,映射内容如下: 3. 创建实体类的dao接口UserDao和接口的实现类UserDaoImp,在实 ...
分类:
编程语言 时间:
2020-02-16 13:07:21
阅读次数:
68
参考文档:https://www.rabbitmq.com/install-rpm.htm 1. 首先需要安装ErLang # dnf install -y wget epel-release # wget https://github.com/rabbitmq/erlang-rpm/release ...
分类:
其他好文 时间:
2020-02-15 23:37:47
阅读次数:
127
1、个人安装环境 1.1 CentOS Linux release 7.7.1908 (Core) 1.2 ntp-4.2.6 2、安装步骤 1. 查看服务器是否安装ntp,系统默认安装ntpdate rpm -qa | grep ntp 执行结果: fontpackages-filesystem- ...
分类:
其他好文 时间:
2020-02-15 21:46:17
阅读次数:
91
下面的文章,很好地阐述了.NET Core各个版本之间的兼容问题: Is .NET Core Runtime backwards compatible with previous releases? ...
分类:
Web程序 时间:
2020-02-15 18:47:03
阅读次数:
122
配置模块 首先需要在.pro配置文件中添加 重写自定义Label .h文件 .cpp文件 提升窗口部件 在你需要用到这种label得ui文件里,点击label右键提升为自定义的控件 连接信号和槽函数 之后只需要使用connect函数,连接信号和槽 槽函数处理 ...
分类:
其他好文 时间:
2020-02-15 15:51:23
阅读次数:
211
需要引入依赖坐标 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.2.4.RELEASE</version></dependency><depend ...
分类:
其他好文 时间:
2020-02-15 15:37:49
阅读次数:
457