mysql> use mysql;
mysql> update user set password=PASSWORD("NEWPASSWORD") where User='vivek';
mysql> flush privileges;
mysql> quit
Saturday, May 29, 2010
Friday, May 14, 2010
Thursday, May 13, 2010
IntelliJ Idea Problems
At the leftmost end of a line,
if you press left arrow, it doesn't
take you to the previous line.
Why?
if you press left arrow, it doesn't
take you to the previous line.
Why?
Wednesday, May 12, 2010
IntelliJ Idea For Flex - Some cool features
1. Column Mode: For copying and pasting vertical blocks of text
2. Ctrl-W : Successively selecting increasing portions of text.
3. Ctrl-Shift-Enter : Complete statement
4. Ctrl-/ Or Ctrl-Shift-/ For commenting/uncommenting selected text ( In Flex Builder, it's Ctrl-shift-c)
5. Go back to where I came from/ Go Forward : Ctrl-Alt-Right/Left Arrow (In Flex Builder It's Alt-Left/Right)
6. Finding subclasses of a class - Select class name and Ctrl-Alt-B
Others :
1. Highlight method exit points (Ctrl-Shift-F7)
IntelliJ Idea Ctrl Alt Left/Right working improperly
On my Windows XP, pressing Ctrl-Alt-Left/Right flipped the monitor's
current state. And this key combination conflicted with IntelliJ Idea's
shortcuts for navigating back/forward, here is a solution :
The issue is caused because Intel(R) Extreme Graphics default installation.
To resolve it navigate to Control Panel and pres on Intel(R) icon
Navigate to Hot Keys tab and remove the check from the box labeled Enable Hot Keys.
When set to enable the CTRL+ALT+Arrow function will flip your monitor
Moving to IntelliJ Idea from Flex Builder 3
Flex Builder to IntelliJ Idea (Old keyboard shortcut to new one)
Go to Symbol : Ctrl-O -> Ctrl-Alt-Shift-N
Go to Class: Ctrl-Shift-R -> Ctrl-N
Go to Symbol : Ctrl-O -> Ctrl-Alt-Shift-N
Go to Class: Ctrl-Shift-R -> Ctrl-N
Moving to IntelliJ Idea from Flex Builder 3
Of late I have been trying to familiarize myself with IntelliJ Idea
as an alternative Flex IDE. I have heard a lot of good things
about it, that's why.
Just wanted to memorize few of the keyboard shortcuts,
which I often use in Flex Builder, while debugging.
Flex Builder
- Step Into : F5
- Step Over : F6
- Resume till Next Break Point : F8
except that after F6, there is a jump, to F8.
IntelliJ Idea
- Step Into : F7
- Step Over : F8
- Resume till Next Break Point : F9
Tuesday, May 11, 2010
Deleting old workspaces in flex builder
Note for future reference: To clean up your Workspace list in Flex Builder, edit org.eclipse.ui.ide.prefs and remove the old workspaces.
You can find this in Documents/Flex Builder 3/configuration/.settings (Mac) or My Documents\Flex Builder 3\configuration\.settings (Windows)source.
Subscribe to:
Posts (Atom)
Blog Archive
-
▼
2010
(147)
-
▼
May
(11)
- Mysql - Changing password
- Flex Builder - Deleting a single line
- IntelliJ Idea 9.0.2 - Show Line Numbers
- IntelliJ Idea Problems
- IntelliJ Idea - Deleting current line
- IntelliJ Idea For Flex - Class Outline
- IntelliJ Idea For Flex - Some cool features
- IntelliJ Idea Ctrl Alt Left/Right working improperly
- Moving to IntelliJ Idea from Flex Builder 3
- Moving to IntelliJ Idea from Flex Builder 3
- Deleting old workspaces in flex builder
-
▼
May
(11)