加载中
PuTTY 和 SSH 免密码登录

需求 今天在工作中对 ssh key 有了更深的认识。 昨天给 Scrum 项目组新建了两台 CentOS 虚拟机,Jeffery 希望能够使用 ppk 文件免密码登录。 尝试了几种解决方案。 首先是在自己的机器上利用...

2019/06/14 17:21
1.9K
如何在 Gradle 中运行 Groovy 的 主类以及测试类

如何在 Gradle 中运行 Groovy 的 主类以及测试类。附完整的Gradle示例项目地址。

2015/03/28 17:21
2.5K
在 SQLPLUS 命令行中调用 DOS 或 SHELL 命令

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

2015/01/30 23:16
1.7K
unzip error “End-of-central-directory signature not found”

https://askubuntu.com/questions/54904/unzip-error-end-of-central-directory-signature-not-found Archive: upload.zip End-of-central-directory signature not found. Either this file...

2020/01/06 11:24
891
官方来源的 Duo Mobile App 解决了我的 Network Difficulties 问题

https://help.duo.com/s/article/2094?language=en_US 我利用百度搜索下载了一个 Duo Mobile App (由于 Google Play)在大陆不可用。 在扫描旧手机上的 Duo Mobile App 的二维码时, 显示出错...

2019/09/16 16:10
2.9K
[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
282
ORA-12516 或 ORA-12519 问题分析和处理

ORA-12516: TNS:listener could not find available handler with matching protocol stack ORA-12519, TNS:no appropriate service handler found show parameter processes; select count(...

2019/08/20 18:22
1.6K
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...

2019/08/20 09:17
1.5K
Python 使用 jmespath 来处理 json 数据

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

2019/08/17 23:12
756
“没有为扩展名.py找到关联文件”的解决办法

如题,在win7上安装python3.5之后,通过 pip install awscli 命令安装 AWS CLI(Command Line Interface),最后执行aws命令时总是先提示一句"没有为扩展名.py找到关联文件",然后显示执行结果...

2019/08/17 17:28
2K
jar 更新部分文件

C:\Program Files (x86)\Java\jdk1.8.0_102\bin>jar -h Illegal option: h Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files ... Options: -c create...

2019/08/17 15:40
907
执行Git命令时出现 SSL certificate problem 的解决办法

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

2019/08/16 15:20
1.7K
预约考取 AWS SysOps Administrator

预约了9月21日 AWS SysOps Administrator Associate 的考试。 据说这是比 AWS Solution Architect, AWS Certified Developer 还难的考试。 我计划怎样应对? 1,阅读官方的 Study Guide 2,阅...

2019/08/16 08:45
530
解决find: paths must precede expression

今天在服务器上执行 find ./ -mtime +30 -type f -name .php的时候,报下面的错误: find: paths must precede expression: 2.txt Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|searc...

PHP
2019/08/13 11:53
7.4K
LOA 的四个级别

Levels of Assurance What are Levels of Assurance (LOA)? 什么是担保级别? 1 - Basic Identity 用户名 This level deals with a username, User Principle Name (UPN), or email address ...

OTP
2019/08/13 11:04
146
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
396
Oracle spool 命令的入门使用

SQL*PLUS 的 spool 命令,意思是把接下来运行的 SQL 语句及其标准输出重定向到指定的文件中去。 典型用法: spool "mysql.log" set define off; SQL1; SQL2; ... SQLN; commit; spool off; '...

2019/08/06 18:39
2K
远程桌面如何退出全屏或全屏切换

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

2019/08/06 17:05
2W

没有更多内容

加载失败,请刷新页面

返回顶部
顶部