i-memo

我的筆記...

2024年11月1日

[IntelliJ IDEA] 快速鍵

›
FORMAT    Ctrl+Alt+L  /   Ctrl +Shift +Alt+L (only code you have changed ) 刪一行  ctrl+y 行註釋  Ctrl+/ 塊註釋  Ctrl+Shift+/   (去除的時候,不用全部選中一整塊,只...
2023年12月22日

如何在捷徑(Shortcut )步驟加入「設定螢幕鎖定時間」

›
Add Action →   Open URLs url: prefs:root=DISPLAY&path=AUTOLOCK ref:Use This Shortcut to Change Auto-Lock Timer on Your iPhone Anytime - ...
2023年10月18日

[IntelliJ IDEA]「new UI」如何讓ctrl + click 開新Tab

›
 在切成「new UI」前,ctrl + click 會是另開editor tab 要回復這效果的設定是 關掉「Enable Preview Tab 」 (click the gear icon in the Project view)
2023年7月28日

myBatis update and return

›
 public interface SystemParameterDAO { /** * @see SystemParameterSqlBuilder#update */ @UpdateProvider(type = SystemParameterSqlBu...
2023年4月9日

如何在notion 中 於文字上標注假名

›
 很久以前寫過 「 利用  tag 幫文字標注音 假名 」可以在網誌裡達成 在漢字上面標示假名的效果 但在notion中 要如何做到 今日 ( きょう ) は ...
2022年8月31日

[Git]git 一個分支完全替換另一個分支

›
git push origin develop:myBranch -f 是把本地的 develop 分支強制(-f)推送到遠端 myBranch 但如果想要本地端先處理好 再推上去 (比較心安感?)步驟如下: 1. 切到要被蓋掉的分支 git checkout myBra...
2022年5月28日

[IntelliJ IDEA]隱藏.idea資料夾和.iml等檔案

›
 File→Settings→Editor→File Types  Ignore files and folders新增「*.idea」、「*.iml」
2021年8月1日

NLB 搜尋日文單字 使用頻率、例文

›
 https://nlb.ninjal.ac.jp./search/
2020年10月22日

[IntelliJ IDEA]Debug Mode 看request參數內容

›
Request→request→request→inputStream→ib→coyoteRequest→parameters→paramHashValues
2020年9月20日

[IntelliJ IDEA] java imports 順序調成和eclipse預設相同

›
Settings → Editor → Code Style → Java → imports 設定 「class count to use import with '*'」值 99 (不能關掉..所以就99) 設定以下順序: static all other, ...
›
首頁
查看網路版
技術提供:Blogger.