06 2024 档案
摘要:1. ssh超时时间设置 客户端超时时间设置: ssh -o ConnectTimeout=10 user@host 2. wget下载文件到指定目录 2.1. 不指定 wget + 网址 2.2. 指定下载目录 wget -P 地址 网址 2.3. 指定下载目录和文件名 wget 网址 -o 地址
阅读全文
摘要:官方地址: https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html instantclient-sqlplus-linux.x64-11.2.0.4.0.zip instantcl
阅读全文