摘要:
1、获取今天日期 date -d now +%Y-%m-%d 或者 date +%F 2、获取明天日期 $ date -d next-day +%Y-%m-%d或者 $ date -d tomorrow +%Y-%m-%d 3、获取昨天日期 $ date -d yesterday +%Y-%m-%d 阅读全文
摘要:
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building failed:驱动程 阅读全文