有時後在執行一些功能時,會習慣從終端機直接帶一些參數,好取得特定的資料,那python 程式碼要如何取得終端機的指令?
在執行 Git 操作時,發生卡住的狀況
之前有發生過下 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. |
Mac Java version switch, 版本管理
有時每個專案所運用到的Java版本不同,就會需要做到切換,
Survey後有jenv這款管理,可以幫助切換, 閱讀全文〈Mac Java version switch, 版本管理〉
DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.
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.〉
parseQuery() will be replaced with getOptions() in the next major version of loader-utils
做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〉
Python初學者教學影片
武漢肺炎搞亂北海道之旅之退訂分享
Java syntax error on token enum 解決
CSS 視窗捲動效果
在做網頁的時,我們為了要讓某些連結點了之後移動到適當的位置,我們會透過 HTML anchor link 定義此連結,達到上述的功能。
Pi 3 使用Docker安裝Redmine
原本依照[Raspberry Pi] 在Raspbian上安裝Apache+MySQL+Redmine 3.3.0,
結果發生一堆問題,有些套件lib 在更新都有出現,也補足後,最後在apache2 cfg上讀不到redmine…