CTRL + 1 quick fix (the most classic shortcut, you don't need to talk about it)
CTRL + D: Delete the current row
CTRL + ALT + ↓ copy the current row to the next row (copy added)
CTRL + ALT + ↓ copy the current row to the previous row (copy
As the saying goes, to do a good job, you must first sharpen it. If you have a fever for the development program, you can learn more about the shortcut keys, which will bring great benefits to the quick coding!
[Java code editor]
CTRL + 1 quick fix
Save disk Ctrl + S (yes)Comment code Ctrl + /(//)OrCTRL + Shift + /(/**/)UncommentCancel single line comment:CTRL +/Cancel multi-line comment:CTRL + Shift + \Code-assisted Alt +/(Prompts related methods, etc)Quick FixCTRL + 1(Batch Rename of
CTRL + 1 quick fix (the most classic shortcut, you don't need to talk about it)
CTRL + D: Delete the current row
CTRL + ALT + ↓ copy the current row to the next row (copy added)
CTRL + ALT + ↓ copy the current row to the previous row (copy
In VI/vim, you can use the: s command to replace the string. This command can be used in many different ways to implement complex functions.
: S/Vivian/sky/Replace the first Vivian in the current row with sky
: S/Vivian/sky/gReplace all Vivian
1. About exit
: WQ! ---- Force save and exit: WQ ---- save and quit: X ----- works the same as: WQZZ ---- has the same role as: WQ (note that Z is capitalized and not in command mode): Q ---- exit: Q! --- Force exit
=======================
CTRL + 1 quick fix (the most classic shortcut, you don't need to talk about it) CTRL + D: Delete the current row CTRL + ALT + ↓ copy the current row to the next row (copy added)CTRL + ALT + ↓ copy the current row to the previous row (copy added)Alt +
VI editor is a common and important editor in Linux. You can edit one or more files in full screen mode. If no file is specified during VI Execution, the VI command will automatically generate a blank. If the specified file does not exist, create a
CTRL + 1 quick fix (the most classic shortcut, you don't need to talk about it)
CTRL + D: Delete the current row
CTRL + ALT + ↓ copy the current row to the next row (copy added)
CTRL + ALT + ↓ copy the current row to the previous row (copy
Eclipse common shortcut keys and eclipse shortcut keys
Eclipse's most complete shortcut keys. Familiarity with shortcuts can help developers get twice the result with half the effort and save more time for meaningful things.
Ctrl + 1 quick fix (the
Vim shortcut keys and vim common shortcut keys
# Vim filename
: Scriptname// View scripts loaded by vim
: Set nu// Set the row number
: Set tabstop = 4// Set a tab to 4 spaces
: Set ai// Set Automatic indent
Space key// Move one cell to the right
X//
Sharp SQL2014: Based on the window offset calculation, sql2014 window offset
SQL Server 2012 introduces four offset functions: LAG, LEAD, FIRST_VALUE, and LAST_VALUE, which are used to return an element from an offset of the current row, or from
Carbide. c ++ is an integrated development tool provided by Nokia for Symbian system development. This development tool is actually built based on the eclipse platform (I think it should be eclipse + CDT + Nokia plugin )). Anyone familiar with
Data Update in custom Columns
Assume that the database has a "permission" field. If the value is 0, it indicates that the user is not audited. If the value is 1, it indicates that the user is normal. If the value is 9, it indicates the administrator
CTRL + D: Delete the current rowCTRL + ALT + ↓ copy the current row to the next row (copy added)CTRL + ALT + ↓ copy the current row to the previous row (copy added)
Alt + ↓ interaction position between the current row and the following row
The following is a friend's blog, about the eclipse shortcut key. Some of them are more familiar to me, but some of them are still summarized. Thank you for joining me.
The following shortcut keys are unique to eclipse, especially for Java editer,
Eclipse shortcut keysCTRL + 1 quick fix (the most classic shortcut, you don't need to talk about it)CTRL + D: Delete the current row
CTRL + ALT + ↓ copy the current row to the next row (copy added)CTRL + ALT + ↓ copy the current row to the previous
Command historyCommands with: and/begin with a history, you can first type: or/Then press the up and down arrows to select a history command.Start vimEnter the following command in the Command line windowVim starts vim directlyVim filename opens vim
EditPlus use of shortcut keys
If one comes to your company to interview the programmer, even CTRL + C and CTRL + V are not used, but instead use "select text" → right mouse button → "copy" and then right-click → "Paste". Will you hire him? (You don'
1. Connect to the database
Connecting to the database is the specified transaction object. PowerBuilder provides two functions: settrans () and settransobject ().Syntax format:Dw_control.settrans (transactionobject)Dw_control.settransobject
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.