2099年9月9日 星期三

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

fn + shift + ◀

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

2025年4月22日 星期二

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