mplayer移植过程中发现, gcc 4.8有个BUG:缺少stdatomic.h, 需要升级gcc版本。 1. 可以通过以下命令查看gcc版本: $: gcc -v 2. 输入以下3条命令对gcc进行升级:升级过程比较慢,耐心等待... $: sudo add-apt-repository pp ...
分类:
系统相关 时间:
2020-07-06 11:11:40
阅读次数:
160
因项目需要在一个应用里从两个数据库取数,所以需要配置多数据源,网上找了好多方法才启动成功,整理如下。注意两个数据源repository所在的文件夹名称不能相同,否则系统启动会报错。 配置文件 spring.datasource.primary.url=*** spring.datasource.pr ...
分类:
编程语言 时间:
2020-07-06 00:52:42
阅读次数:
91
安装 sudo add-apt-repository ppa:gerardpuig/ppa sudo apt update sudo apt install ubuntu-cleaner 卸载: sudo apt remove ubuntu-cleaner && sudo apt autoremov ...
分类:
系统相关 时间:
2020-07-05 13:55:34
阅读次数:
198
目前maven仓库中没有支持cdh的相关依赖。cloudera自己建立了一个相关的仓库。要想利用maven添加相关依赖,则必须单独添加cloudera仓库。 一、项目pom.xml, 添加仓库配置 <repositories> <repository> <id>cloudera</id> <url> ...
分类:
其他好文 时间:
2020-07-04 22:45:15
阅读次数:
129
简要 环境搭建 安装TortoiseSVN IDEA集成TortoiseSVN 常用操作 Share Project Checkout Add Delete Update Revert Commit Edit Conflicts Others Local Changes Repository Inc ...
分类:
其他好文 时间:
2020-07-04 18:43:24
阅读次数:
74
mysql> start slave; ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository 处理一则MySQL Slave环境出现ERROR 1201 (HY000): ...
分类:
数据库 时间:
2020-07-04 15:31:50
阅读次数:
81
CentOS7中把之前默认的数据库MySQL替换成了Mariadb,而Mariadb仅仅是MySQL的一个分支,但对于需要使用MySQL的开发人员来说,这是时就需要在系统中安装MySQL数据库,话不多说,直接开整。一、MySQL的下载①、先下载mysql源安装包(Yum Repository)wge... ...
分类:
数据库 时间:
2020-07-03 19:43:40
阅读次数:
69
1、设置maven 1、在File->settings->搜索maven2、Mavan home directory--设置maven安装包的bin文件夹所在的位置3、User settings file--设置setting文件所在的位置4、Local repository--设置本地仓库的 2、 ...
分类:
其他好文 时间:
2020-07-03 12:42:37
阅读次数:
67
Native Query throw exception dto code import lombok.Value; @Value public class IdsOnly { Integer id; String otherId; } repository public interface Tes ...
分类:
编程语言 时间:
2020-07-03 11:00:36
阅读次数:
147
下载 https://www.sonatype.com/download-oss-sonatype TIPS: 推荐使用迅雷下载,用浏览器下载可能会失败。 安装 安装JDK 安装JDK的过程就不在这里缀述了。 解压下载的 Nexus Repository OSS tar -zxvf latest-u ...
分类:
系统相关 时间:
2020-07-01 22:02:32
阅读次数:
100