Announcements - This repository provides references to recent advances in autoencoders (AEs), and will be updated once every month with the hope of ex ...
分类:
Web程序 时间:
2020-07-09 00:54:07
阅读次数:
85
机器重启以后,主从出现了问题,具体报错信息: Slave failed to initialize relay log info structure from the repository 解决方案: mysql> start slave; ERROR 1872 (HY000): Slave fai ...
分类:
数据库 时间:
2020-07-08 13:38:35
阅读次数:
65
通常情况下我们在创建spring项目的时候在xml配置文件中都会配置这个标签,配置完这个标签后,spring就会去自动扫描base-package对应的路径或者该路径的子包下面的java文件,如果扫描到文件中带有@Service,@Component,@Repository,@Controller等 ...
分类:
其他好文 时间:
2020-07-07 20:21:58
阅读次数:
59
如果这条数据被删除了下面这样调用报错 _schoolInformationRepository.Get(admin.SchoolId.Value)?.SchoolName; EvaluationSystem.CustomeExceptionFilter - There is no such an e ...
分类:
其他好文 时间:
2020-07-07 16:01:36
阅读次数:
139
admin@DESKTOP-IRQLFMD MINGW64 /d/web/yb (master) $ git push -u origin master remote: You do not have permission push to this repository fatal: unable ...
分类:
其他好文 时间:
2020-07-07 09:39:54
阅读次数:
94
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
yum是一个基于rpm的前端软件包管理器,相较于rpm而言yum不需要关注包的依赖关系,使用更加简单 apt-get也是一个前端软件包管理器,yum和apt-get分别属于不同linux版本的管理器,yum属于centos版本 使用:yum [options] [command] [package] ...
分类:
其他好文 时间:
2020-07-05 21:16:07
阅读次数:
148
安装 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