Eclipse Hot Keys


  • Ctrl + Space - content assist
  • Ctrl + Shift + Space - context information
  • Ctrl + Shift + R - open resource
  • Ctrl + Shift + T - open type
  • Ctrl + Shift + G - find references in the workspace
  • Ctrl + H - search
  • Ctrl + L - go to line
  • Ctrl + W - close window
  • Ctrl + Shift + W - close all windows
  • Alt + Left - back history
  • Alt + Right - forward history
  • Ctrl + Shift + divide ('/') - collapse all
  • Ctrl + D - delete line
  • Ctrl + 8 - new editor in the same window, you can have as many as you wish
  • F2 - show tooltip
  • F3 or Ctrl + lmb click - open declaration
  • F4 - open type hierarchy
  • F12 - switch between source and design views
  • Ctrl + Shift + H - open type in hierarchy
  • Ctrl + E and Ctrl + Shift + E - switch to editor
  • Ctrl + Shift + Slash ('/') - add block comment
  • Ctrl + Shift + Backslash('\') - remove block comment
  • Ctrl + 7 or Ctrl + Slash ('/') or Ctrl + Shift + C - add/remove line comment
  • Ctrl + Shift + O - organize imports
  • Ctrl + Shift + F - format
  • Ctrl + Shift + I - inspect (use in debug)
  • Alt + Shift + O - mark occurances
  • Ctrl + O - quick outline
  • Alt + Shift + S - source quick menu




ดอนฮวนพูดว่า : “ขอโทษด้วยที่ต้องรบกวน มิสเตอร์เอดิสัน” “แต่เราอยากจะถามคุณสักหน่อยว่า อัจฉริยะอย่างคุณรู้สึกยังไงในตอนที่ชาวบ้านหาว่าคุณบ้าที่พยายามประดิษฐ์ หลอดไฟ คุณรู้สึกยังไงในตอนที่คุณล้มเหลวมา 10,000 ครั้งก่อนที่จะประดิษฐ์หลอดไฟฟ้าได้สำเร็จ”

มิสเตอร์เอดิสันเงียบไปสักพัก ก่อนจะพูดว่า : “I have not failed. I’ve just found 10,000 ways that won’t work.
หรือแปลว่า “ผมไม่ได้ล้มเหลวแต่ผมค้นพบวิธีที่ไม่ได้ผลถึง 10,000 วิธี”

How to create WebSphere share library

Prepare library
  1. Export library class to Jar file
  2. Ftp library file to server
Login to WebSphere console
  1. From Environment menu, choose Share Library
  2. Choose scope
  3. WebSphere will Shared Libraries Screen, then click New
  4. Input Name, Description and Class Path of jar file and click OK
  5. Save configure to server
Set Shared Library to Application
  1. Form Application Menu, choose Enterprise Applications
  2. Select Application for assign Share Library
  3. In Application Configuration at References topic, click Shared library references 
  4. Select Application and click Reference shared libraries
  5. WebSphere will show Library Reference, then click Add
  6. Select Library and click OK
  7. Save configure to server and Restart Application or Restart Server 
  8. Application will include share library, finish

  •  Mbps: mega bits per second (เมก หรือ เมกะบิต) คือ หน่วยวัด ความเร็ว ในการรับ – ส่งข้อมูลการใช้งานอินเทอร์เน็ตระหว่างเครื่องกับเครื่อง หรือระหว่างเครื่องกับเครือข่ายใน 1 วินาที 
  •  MB: megabyte (เมกะไบต์) คือหน่วยวัดปริมาณหรือความจุในการจัดเก็บข้อมูลของคอมพิวเตอร์ 


 ฉะนั้น ความเร็วอินเทอร์เน็ตที่พูดถึงเป็น “เมก” ก็คือ Mbps หรือเมกะบิต ไม่ใช่ MB หรือ เมกะไบต์ ซึ่งเป็นหน่วยวัดปริมาณความจุ
top