今日早晨在客户反馈不能登陆系统了,查看oracle日志。发现如下错误ORA-00257: archiver error. Connect internal only, until freed。该错误是由于归档日志满了,造成的。查看了下V$FLASH_RECOVERY_AREA_USAGE,看看归档目 ...
分类:
其他好文 时间:
2020-07-04 11:52:00
阅读次数:
59
QT-Deploying a Qt5 Application Linux July 3, 2020 11:11 PM 参考: Deploying a Qt5 Application Linux AppImage ##Original text Multiple Ways to deploy a Qt ...
分类:
移动开发 时间:
2020-07-04 01:09:56
阅读次数:
86
单条数据的插入 @Test public void insertOne(){ ProfilerUtil.start("insertOne"); BlogPO blog = this.init(); blogMapper.insert(blog); ProfilerUtil.end("insertOn ...
分类:
数据库 时间:
2020-07-04 01:08:57
阅读次数:
71
*性能测试* 1、结论:关于推流丢包率,我们上次就发现了这个问题,几乎没有丢包,也就意味着每次传输都保证了传输数据到达率,但是这个在弱网下就是一个好的表现吗?没有主动丢包的策略每帧数据都传输是否加剧了网了拥堵程度?所以这部分是否我们可以主动控制键丢包.这点不知道我理解得对不对(参考声网丢包xx %突 ...
分类:
其他好文 时间:
2020-07-03 23:50:58
阅读次数:
83
问题背景 在ContOS服务器上测试项目 解决方案 谷歌查询 解决步骤 降低matplotlib版本至2.2.2 pip3 install matplotlib==2.2.2 出现新的问题,ImportError: Matplotlib qt-based backends require an ex ...
分类:
编程语言 时间:
2020-07-03 23:38:57
阅读次数:
347
Given an array A of integers, return true if and only if we can partition the array into three non-empty parts with equal sums. Formally, we can parti ...
分类:
其他好文 时间:
2020-07-03 21:13:36
阅读次数:
57
springboot的Web开发 web开发我们需要导入的两个依赖有: thymeleaf 和 Spring Web <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-th ...
分类:
编程语言 时间:
2020-07-03 19:07:25
阅读次数:
55
使用备份恢复的方法搭建DG库,还原数据文件后,打开数据库时报错 SQL> ALTER DATABASE OPEN READ ONLY; ALTER DATABASE OPEN READ ONLY * ERROR at line 1: ORA-10458: standby database requi ...
分类:
数据库 时间:
2020-07-03 15:48:15
阅读次数:
103
版本:Ubuntu 18.04 可以通过开机启动Ubuntu时按 ESC 键来进入GRUB选项, 选择 Advanced options for Ubuntu,然后可以看到所有内核启动菜单,Index从0开始。 或者输入以下命令: wayde@wayde-desktop:~$ cat /boot/g ...
分类:
系统相关 时间:
2020-07-03 12:47:16
阅读次数:
79
Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Input: [1,1,0,1,1,1] Output: 3 Explanation: The first two di ...
分类:
其他好文 时间:
2020-07-02 23:22:50
阅读次数:
99