加载中
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.8K
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
Python 使用 jmespath 来处理 json 数据

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

2019/08/17 23:12
731
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
899
预约考取 AWS SysOps Administrator

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

2019/08/16 08:45
518
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
325
Oracle spool 命令的入门使用

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

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

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

2019/08/06 17:05
2W
凭 Windows 7 的 远程桌面连接 使用多台显示器

Use multiple monitors with Windows 7's Remote Desktop Connection https://www.techrepublic.com/blog/windows-and-office/use-multiple-monitors-with-windows-7s-remote-desktop-connec...

2019/08/05 18:39
1.2K
如何处理Eclipse错误消息 The declared package does not match the expected package

我从 https://start.spring.io/ 下载了一个SpringBoot项目后,导入到自己的STS(Spring Tool Suite)之后,遇到了这个烦人的错误消息: The declared package "com.sap.smartService" does not...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部