Use javascript to simulate a click event on javascript: href 2024-08-30 最常見的作法,就是用 jquery 的 elem… Read More
Chrome Extension: Uncaught ReferenceError: $ is not defined 2024-08-30 一直鬼打牆,遇到這一個錯誤訊息,明明前幾分鐘還可… Read More
Server Apache Tomcat v9 at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 2024-08-29 不知道為什麼, web server 一直掛掉,… Read More
javax.net.ssl.SSLHandshakeException: PKIX path building failed 2024-08-28 在連遠端的 https ,由於是自signed … Read More
dpkg: error processing package openssh-server (–configure):installed openssh-server package post-installation script subprocess returned error exit status 10 2024-07-02 在 ubuntu 的機器上,執行 apt upg… Read More
ModuleNotFoundError: No module named ‘numpy.core._multiarray_umath’ 2024-06-21 發生的原因是, numpy 1.0 & … Read More
with setuptools v70.0.0: ModuleNotFoundError: No module named ‘pkg_resources.extern’ 2024-06-21 pyinstaller 打包出來的執行檔, 會顯… Read More