Translate

вівторок, 12 травня 2015 р.

#JUGLviv, Building a modern B2C System in scala, meetup summary


JUG Lviv щиро дякує всім, хто прийшов на 22-гу зустріч.
Окрема подяка компанії Eleks, яка гостинно нас прийняла.







Дякуємо Yuriy Guts за доповідь !

Слайди презентації можна буде завантажити пізніше, після того, як їх подивляться сотні учасників JeeConf.



Цього разу дискусія видалась напрочуд жвавою.




Також вітаємо Andriy Rymar,
з виграним квитком на JavaDay Lviv!


#OCJP #сертифікація за 50$


До 30 травня доступна OCJP сертифікація всього за 50$

Oracle Certification Program Beta Exams

Beta exams are pre-production exams used by Oracle to evaluate new exam questions with the participation of a live audience. Beta exam questions go through a rigorous development and evaluation process before being released to the public. Data gathered during beta testing are used to select the best questions for the production exam, and to eliminate questions that are ambiguous, too easy or too difficult, or unhelpful in evaluating a participant's knowledge. Beta exams are offered at a deeply discounted price; candidates usually have 2.5 to 3.5 hours to complete the exam, and may see 120 - 220 questions.



пʼятницю, 8 травня 2015 р.

#Eclipse <-> #IntelliJ IDEA: #HotKey mapping



Корисна табличка для тих хто мігрує з однієї IDE  на іншу або використовує обидві одночасно. Ну а також для таких хто вважає що в ідеї є щось чого нема в екліпсі ;)
P.S. Якщо ви знаєте ще якісь корисні пари - пишіть
P.P.S. Ну і ті хто не хочуть запам'ятовувати пари - ідея дозволяє використовувати хоткій схему екліпса

Eclipse IntelliJ IDEA Description
F3 ctrl + b go to declaration (e.g. go to method)
F4 ctrl+h show the type hierarchy
ctrl+alt+g ctrl+alt+F7 find usages
ctrl+shift+u ctrl+f7 finds the usages in the same file
alt+shift+r shift+F6 rename
ctrl+shift+r ctrl+shift+N find file / open resource
ctrl+shift+x, j ctrl+shift+F10 run (java program)
ctrl+shift+o ctrl+alt+o organize imports
ctrl+o ctrl+F12 show current file structure / outline
ctrl+shift+m ctrl+alt+V create local variable refactoring
syso ctrl+space sout ctrj+j System.out.println(“”)
alt + up/down ctrl + shift + up/down move lines
ctrl + d ctrl + y delete current line
??? alt + h show subversion history
ctrl + h ctrl + shift + f search (find in path)
“semi” set in window-> preferences ctrl + shift + enter if I want to add the semi-colon at the end of a statement
ctrl + 1 or ctrl + shift + l ctrl + alt + v introduce local variable
alt + shift + s alt + insert generate getters / setters
ctrl + shift + f ctrl + alt + l format code
ctrl + y ctrl + shift + z redo
ctrl + shift + c ctrl + / comment out lines (my own IDEA shortcut definition for comment/uncomment on german keyboard layout on laptop: ctrl + shift + y)
ctrl + alt + h ctrl + alt + h (same!) show call hierarchy
none ? ctrl + alt + f7 to jump to one of the callers of a method
ctrl + shift + i alt + f8 evaluate expression (in debugger)
ctrl + l ctrl + g go to line


Взято звідси. Thx Ray Shanley