摘要: select * from user_recyclebin;select * from recyclebin;select * from dba_recyclebin flashback table 被删表名 to before drop rename to 用于接收恢复数据的表名(新表名); 阅读全文
posted @ 2021-09-27 13:27 画断封疆 阅读(30) 评论(0) 推荐(0) 编辑
摘要: Creating a new SqlSessionSqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ed9f779] was not registered for synchronization because syn 阅读全文
posted @ 2021-07-13 16:58 画断封疆 阅读(11671) 评论(0) 推荐(0) 编辑
摘要: Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete 阅读全文
posted @ 2021-07-13 10:31 画断封疆 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 折叠代码块 C#用 #region和#endregion java用 //region和//endregion js用 //#region和//#endregion 阅读全文
posted @ 2020-07-01 21:16 画断封疆 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 注意:备份和恢复使用的Gitlab 版本必须一致 1、停止数据相关服务gitlab-ctl stop unicorn gitlab-ctl stop sidekiq2、还原gitlab-rake gitlab:backup:restore BACKUP=/var/opt/gitlab/backups 阅读全文
posted @ 2020-06-29 16:41 画断封疆 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 系统: CentOS下载地址: https://wiki.centos.org/Download CentOS 7 http://mirrors.aliyun.com/centos/7.8.2003/isos/x86_64/ Gitlab: 安装最新版本请参考官方安装说明 https://about 阅读全文
posted @ 2020-06-24 17:01 画断封疆 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 1、进入配置文件目录 cd /etc/sysconfig/network-scripts 2、显示所有文件(一般是第一个) ls 3、修改配置文件 (i 进入编辑模式 Esc 退出编辑 :wq 保存并退出) 1).sudo vi ifcfg-ens32 2).i 3).改为如下: TYPE="Eth 阅读全文
posted @ 2020-06-24 14:37 画断封疆 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 错误:job for network.service failed because the control process exited with error code.see "" fordetails failed to start lsb bring up/down networking 解决 阅读全文
posted @ 2020-06-22 17:52 画断封疆 阅读(332) 评论(0) 推荐(0) 编辑
摘要: response.sendRedirect(url); URL 需要加上http:// 或者 https:// 前缀才能正常跳转外部链接 阅读全文
posted @ 2020-06-16 17:37 画断封疆 阅读(1423) 评论(0) 推荐(0) 编辑
摘要: 代码: MultiValueMap<String, Object> paramMap = new LinkedMultiValueMap<>(); 使用这个map接口接收端不用做修改(接收不到值)String url="接口地址";RestTemplate restTemplate = new Re 阅读全文
posted @ 2020-05-27 17:39 画断封疆 阅读(130) 评论(0) 推荐(0) 编辑