1,切换oracle用户 su - oracle 2,用sys登陆数据库 sqlplus / as sysdba 3,查看archivelog日志占用空间大小 set line 999;--设置显示长度999 select * from v$recovery_file_dest;--查看archiv ...
分类:
数据库 时间:
2020-12-21 11:46:08
阅读次数:
0
String file = urlConfig.getLocalDir()+videoId+".mp4"; RandomAccessFile randomFile = new RandomAccessFile(new File(file), "r");//只读模式 long contentLengt ...
分类:
其他好文 时间:
2020-12-21 11:43:47
阅读次数:
0
alter database 数据库名 set offline alter database 数据库名 modify file(name=原始数据文件名(无后缀), filename='新文件路径(带后缀)') alter database 数据库名 modify file(name=原始数据日志文 ...
分类:
数据库 时间:
2020-12-21 11:33:44
阅读次数:
0
遇到问题 py正常执行。 打包exe pyinstaller -F -w -i xx.ico index.py 打包exe参数说明: -F:打包后只生成单个exe格式文件; -D:默认选项,创建一个目录,包含exe文件以及大量依赖文件; -c:默认选项,使用控制台(就是类似cmd的黑框); -w:不 ...
分类:
其他好文 时间:
2020-12-21 11:05:37
阅读次数:
0
1.错误zlib.h compress.c:14:58: fatal error: zlib.h: No such file or directory compilation terminated. 解决:sudo apt-get install zlib1g-dev 2.错误bison make[ ...
分类:
系统相关 时间:
2020-12-21 11:05:21
阅读次数:
0
Vue——mac环境下报错vue-cli-service: command not found 话不多说,直接讲方法,在终端输入: sudo rm -rf node_modules package-lock.json && npm install ...
分类:
其他好文 时间:
2020-12-21 11:04:05
阅读次数:
0
secret apiVersion: v1 data: password: MTIzNDU2 username: YWRtaW4= kind: Secret metadata: creationTimestamp: null name: my-secret configmap apiVersion: ...
分类:
其他好文 时间:
2020-12-21 10:56:00
阅读次数:
0
1.分离视频音频流 ffmpeg -i input_file -vcodec copy -an output_file_video //分离视频流 ffmpeg -i input_file -acodec copy -vn output_file_audio //分离音频流 2.视频解复用 ffmp ...
分类:
其他好文 时间:
2020-12-19 13:22:49
阅读次数:
1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <!-- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.410.0. ...
分类:
编程语言 时间:
2020-12-19 12:21:45
阅读次数:
2
"~/.vimrc"vim config file"date 2018-12-26""Created by bert "blog:https://blog.51cto.com/zpf666"""""""""""""""""""""""""""""&q ...
分类:
系统相关 时间:
2020-12-19 12:12:19
阅读次数:
2