加载中
在 SQLPLUS 命令行中调用 DOS 或 SHELL 命令

在 SQLPLUS 命令行中调用 DOS 或 SHELL 命令

2015/01/30 23:16
1.7K
[Bash] Shift 命令

shift #This is a BASH shell builtin, to display your local syntax from the bash prompt type: help shift -bash-4.1$ help shift shift: shift [n] Shift positional parameters. Renam...

2019/09/05 18:39
292
AWS S3 CLI - Could not connect to the endpoint URL

$ aws s3 ls Could not connect to the endpoint URL: "https://s3.us-east-1a.amazonaws.com/" You probably have something wrong in your default profile for the default region. Check...

Python 使用 jmespath 来处理 json 数据

遇到json时,我们经常会去做取JSON中某个值的操作,如果是用get方法去取比较繁琐,这里不妨使用jmespath更便捷的方法来解决。 下面通过代码来说明jmespath在python中的使用: 一.安装 pip in...

执行Git命令时出现 SSL certificate problem 的解决办法

我在 windows下用git clone gitURL 就提示 SSL certificate problem: self signed certificate in certificate chain 这种问题,在windows下出现得频率高些。我估计主要是git本身就是基于lin...

nohup 和 & 的区别

nohup 的定义 man nohup nohup - run a command immune to hangups, with output to a non-tty 运行一条命令,对挂起免疫,输出到非tty。 & 的特点 当前任务会放在后台进行(ctrl c不会终止)...

2019/08/13 09:43
428
远程桌面如何退出全屏或全屏切换

在远程登录到服务器上时(mstsc.exe),一般都会切换到全屏状态来进行操作,但全屏后发现桌面顶部没有浮动工具栏,无法退出全屏状态,怎么能切换回去呢? 方法是使用快捷键“Ctrl + Alt + Brea...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部