2099年9月9日 星期三

筆電鍵盤沒有Home鍵,全選整行

fn + shift + ◀

一般Windows鍵盤是Shift + Home全選整行
但是筆電鍵盤或是60%鍵盤沒有Home鍵的替代方式
文章置頂怕忘記,因為用辦公室和家中都用桌機,常忘記

2024年8月26日 星期一

Windows QoS 限制流量

https://woshub.com/limit-network-file-transfer-speed-windows/

需要啟用網卡的Qos Packet Scheduler

2024年2月16日 星期五

Java 8u261以上才支援SHA384WithECDSA

https://www.oracle.com/java/technologies/javase/8all-relnotes.html#R180_261

security-libs/javax.net.ssl

➜ Increase the priorities of GCM cipher suites

In TLS, a ciphersuite defines a specific set of cryptography algorithms used in a TLS connection. JSSE maintains a prioritized list of ciphersuites. In this update, GCM-based cipher suites are configured as the most preferable default cipher suites in the SunJSSE provider.


In the SunJSSE provider, the following ciphersuites are now the most preferred by default:

TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384

https://github.com/AdoptOpenJDK/openjdk-jdk8u/blob/master/jdk/src/share/classes/sun/security/ssl/CipherSuite.java

2022年5月14日 星期六

IBM DB2 11.5 clients and drivers

https://www.ibm.com/support/pages/download-initial-version-115-clients-and-drivers?mhsrc=ibmsearch_a&mhq=IBM%20Data%20Server%20Driver%20Package

需先註冊成為IBM網站會員,註冊免費
沒有特殊需求請下載IBM Data Server Driver Package (DS Driver)


以下引自官網資料

Document Information

More support for:
IBM Data Server Client Packages

Software version:
11.5

Operating system(s):
AIX, HP-UX, Linux, Solaris, Windows

Document number:
387577

Modified date:
04 May 2022

2022年3月20日 星期日

TSQL利用CASE WHEN處理null值

 
因為有些欄位有null值,select出的資料整筆變成NULL

 

使用CASE WHEN去處理