顯示具有 Tools 標籤的文章。 顯示所有文章
顯示具有 Tools 標籤的文章。 顯示所有文章

2017年9月4日 星期一

[Java] NetBeans 快捷鍵

Netbeans 快捷鍵

查找、搜索和替換
Ctrl-F3 搜索位於插入點的詞
F3/Shift-F3 在文件中查找下一個/上一個
Ctrl-F/H 在文件中查找/替換
Alt-F7 查找使用實例
Ctrl-Shift-P 在項目中查找
Alt-Shift-U 查找使用實例結果
Alt-Shift-H 關閉搜索結果突出顯示
Alt-Shift-L 跳轉列表中的下一個(所有文件)
Alt-Shift-K 跳轉列表中的上一個(所有文件)
Ctrl-R 重新裝入窗體
Alt-U-U 將選定內容轉換為大寫
Alt-U-L 將選定內容轉換為小寫
Alt-U-R 對選定內容切換大小寫

2015年6月21日 星期日

[Tools] Oracle SQL Developer 快捷鍵(Keyboard Shortcuts)

Oracle SQL Developer version 4.0.3.16

常用:
ctrl-enter : executes the current statement(s)
F5 : executes the current code as a script (think SQL*Plus)
ctrl-space : invokes code insight on demand
ctrl-Up/Dn : replaces worksheet with previous/next SQL from SQL History
ctrl-shift+Up/Dn : same as above but appends instead of replaces
shift+F4 : opens a Describe window for current object at cursor
ctrl+F7 : format SQL
ctrl+/ : toggles line commenting
ctrl+e : incremental search
Alt+PageDown: Will take focus from worksheet edit area to results pane.
Alt+PageUp takes you back up in the opposite direction

2015年6月3日 星期三

[Tools]SchemaSpy 教學

[Tools]SchemaSpy 教學
SchemaSpy 是一套將 DB Schema 圖形化的工具,通常是用做逆向工程使用。
官方網頁
目前的版本出到 5.0.0
不過在用上因為是 command line 的形式,所以有點難上手,但是有熱心的網友提供圖形化(GUI)的操作介面,將一些複雜的步驟簡化了。
SchemaSpyGUI
Related Posts Plugin for WordPress, Blogger...