基础镜像是Ubuntu。run里面加个 apt install -y sudo 问题原因,基础镜像比较干净或者讲比较裸。 ...
分类:
其他好文 时间:
2020-06-24 14:12:06
阅读次数:
46
环境: SQL*Plus: Release 19.0.0.0.0 问题: [INS-30502] No ASM disk group found. CAUSE: There were no disk groups managed by the ASM instance +ASM. ACTION: U ...
分类:
数据库 时间:
2020-06-24 00:27:18
阅读次数:
64
How to show git log history for a sub directory of a git repo? git log a b c ...
分类:
其他好文 时间:
2020-06-23 15:57:52
阅读次数:
44
出现问题: impdp 导入时报错sql: impdp xxx/xxx@127.0.0.170/orcl directory=DPDATA dumpfile=20200623data.DMP full=y ; Connected to: Oracle Database 12c Enterprise ...
分类:
数据库 时间:
2020-06-23 15:31:17
阅读次数:
75
问题一:SQL 命令未正确结束 问题二:ORA-00907: 缺失右括号 问题三:mysql函数在Oracle中不适用 问题四:ORA-00936: 缺失表达式 问题五:No serializer found for class java.io.ByteArrayInputStream and no ...
分类:
数据库 时间:
2020-06-23 13:41:53
阅读次数:
115
新建一个rust程序 main.rs ,内容如下: fn main() { println!("hello,world!"); } 命令行运行 rustc main.rs 报错如下: > rustc .\main.rs error: linker `link.exe` not found | = n ...
2、Linux目录操作命令 切换目录操作:cd change directory 更改目录、路径 建立目录:mkdir make directory 创建一个空目录 删除目录:rmdir remove directory 删除一个空目录 删除:rm remove 删除文件或目录(空目录和非空目录都可 ...
分类:
系统相关 时间:
2020-06-22 17:28:40
阅读次数:
87
centOS安装nginx的常见问题 ./configure:error:c compile cc is not found 当执行命令 ./configure 编译安装nginx时报error:c compile cc is not found 解决: 执行命令 yum -y install gc ...
分类:
其他好文 时间:
2020-06-22 12:24:00
阅读次数:
55
在webstrom中写代码以后使用ctrl+alt+l规范了代码但是还是报Expected indentation of 0 spaces but found 2这些错误如何解决呢 在 文件中加入"indent": ["off", 2]就可以了当修改了.eslintrc.js文件后 使用npm ru ...
分类:
其他好文 时间:
2020-06-22 01:17:13
阅读次数:
391
磁盘 磁盘为系统提供了最基本的持久化存储。 文件系统 文件系统则在磁盘的基础上,提供了一个用来管理文件的树状结构 组织方式不同,就会形成不同的文件系统。 为了方便管理,Linux 文件系统为每个文件都分配两个数据结构,索引节点(index node)和目录项(directory entry)。它们主 ...
分类:
系统相关 时间:
2020-06-21 21:41:31
阅读次数:
72