Python是一種直譯語言,需要執行平台(runtime)。
Python官網可以直接下載Python3然後安裝。(範例為Python 3.10.6)
由Steven, Der, Ted 三位高級打字員所組成,是三位工程師(攻城獅)所維護的技術分享平台,或許偶爾會分享一些日常,有任何問題或是錯誤的部分,歡迎留言告訴我們!
需要administrator權限執行系統的使用者,
不知道為什麼被從administrators群組移除了,
網頁工程師
網頁可以區分為前端及後端還有資料庫各個工程師
(其學習不是要把所有語言指令背下來,是好比今天有個功能需要完成,你”大概”知道在google搜尋什麼相關指令或是方法,解決問題就好)
Webpack打包成Product時需要自動把Warning跟log給移除。
可以在plugin加入參數即可,v4跟v2版本有很大的差異。 閱讀全文〈Webpack 打包移除warning及console.log的方式〉
有時後在執行一些功能時,會習慣從終端機直接帶一些參數,好取得特定的資料,那python 程式碼要如何取得終端機的指令?
之前有發生過下 Git 指令時,終端機給了我這樣的訊息
1 2 3 4 5 |
Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue. |
有時每個專案所運用到的Java版本不同,就會需要做到切換,
Survey後有jenv這款管理,可以幫助切換, 閱讀全文〈Mac Java version switch, 版本管理〉
webpack打包又出現問題,單純看提示訊息又不知道是哪個套件造成chunk的問題,
DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead. 閱讀全文〈DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.〉
做webpack打包時看見此錯誤訊息,也不知道是哪裡出問題,
(node:36968) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils. 閱讀全文〈parseQuery() will be replaced with getOptions() in the next major version of loader-utils〉