the cursor. Equivalent to DEL key
Nx n indicates that n characters are deleted.
Dd deletes the row where the cursor is located.
Ndd deletes n rows under the row where the cursor is located
D1G deletes all data from the row where the cursor is located to the first row.
DG deletes all data from the row where the cursor is loca
not save the file, exit vi: ZQ do not save the file, exit vi4. in command mode, you can enter the following command: (1) Move the cursor command h: Left l: right k: Top j: bottom left cursor key right cursor key up cursor key down cursor key (2) insert command I: insert content at cursor I: insert content in the first line: insert content A after the cursor: insert content o at the end of the current row: insert A new row O below the current row: insert A new row above the current row (3) delet
IDEA shortcut key, idea shortcut key
1. Ctrl
Shortcut Key
Introduction
Ctrl + F
Search for text in the current file(Required)
Ctrl + R
Replace text in the current file(Required)
Ctrl + Z
Undo(Required)
Ctrl + Y
Delete the row where the cursor is located or delete the selected row(Required)
Ctrl + X
Cut the row where the cursor is located
search process. The following are three search methods. The first method is to Recursively search and compress the path, the second is to explicitly search for and compress, the third is to traverse twice, the first is to find the root, and the second is to compress the path.
int find(int x) { return (x==fa[x]) ? x : (fa[x]=find(fa[x]));}int find(int x) { while (x != fa[x]) { fa[x] = fa[fa[x]]; x = fa[x]; } return x;}int find(int x) { int root = x; while (root !=
One of the translucent text floating on the Image
1,
2. HTML code
3. CSS code
/* CSS style sheet for your captions-2a.html] created by [serein_chan] Email: [Serein_Chan@foxmail.com] author blog: [inline * // * body style */body {margin: 0; padding: 0; Background-color: # f0ffff; Font: 62.5% verdana, sans-serif; text-align: center; color: # 4d4d4d;} p {margin: 0; padding: 0 0 1em 0 ;}. captioned_photo {position: absolute;/* sets the positioning type of the DIV block so that the sub-element P c
discussed later)Unlimited scaling is a casual, vague, and general statement. When you don't know when a machine is sufficient, and if you are not sure whether a machine is sufficient, what should you do, this makes our needs very clear (meaning linear scaling is a professional term, and it doesn't sound as intuitive as unlimited scaling ). To be accurate, we want to linearly scale the load (including data and computing scale almost linearly ).• Describe a Few Common Patterns for Scalable AppsWh
I. Orientation and Five Elements
The front has already said:
Dongfang Jia Yi Mu
Southern bingding fire
Western Geng xinjin
Northern ghost water
Central e-ji Soil
Ii. Location of gossip
First look:
The five lines of gossip are:
Jin Kun is the soil
The earthquake is wood
The water is off to fire
The primary account is gold.
The above is based on the father. The mother, the eldest son, the eldest daughter, the second son, the second daughter, the youngest son, and the youngest
: Switch to input mode at the beginning of the row where the current cursor is located
A: append, which converts the character behind the current cursor to the input mode.
A: Switch to input mode at the end of the row where the current cursor is located
O: Creates a blank row under the row where the current cursor is located and converts it to the input mode.
O:
one page to the front. Press "ctrl"+"u": The screen moves the half page toward the back. Press "ctrl"+"d": The screen moves the half page toward the front. "0" by number: Moves to the beginning of the article. Press "g": Move to the end of the article. Press "$": Moves to the end of the line where the cursor is located. Press "^": Move to the beginning of the line where the cursor is located press "w"
one page to the front. Press "ctrl"+"u": The screen moves the half page toward the back. Press "ctrl"+"d": The screen moves the half page toward the front. "0" by number: Moves to the beginning of the article. Press "g": Move to the end of the article. Press "$": Moves to the end of the line where the cursor is located. Press "^": Move to the beginning of the line where the cursor is located press "w"
Vi is a widely used text editor in unix/linux. vi has various variants and different variant software on different machines. among them, vim is relatively easy to use and widely used. vim is short for ViIMproved, indicating better vi. this article describes some of the useful features,
I. general mode: the commands for deleting, copying, and pasting x and X are used to delete one character backward. x is the first character to delete nx (n indicates a number) delete n characters backward dd dele
Original works, allow reprint, please be sure to use hyperlinks in the form of the original source of the article, author information and this statement. Otherwise, the legal liability will be investigated. http://ycrsjxy.blog.51cto.com/618627/203174 all client and Site server components in Microsoft System Center Configuration Manager 2007 will process The information is recorded in a single log file. You can use the information in the client and site server log files to help you diagnose probl
mode
How do I enter materials? Several commands can enter the input mode:
Add (append)A adds data from the end of the cursor, and the data after the cursor moves backward with the new data.A. add data from the end of the cursor column.
Insert)I insert data from the front of the cursor, and the data after the cursor moves backward with the new data.I. Data is inserted before the first non-blank character in the column where the cursor is located.
Star
When Oracle 9i Database is logged on, A ORA-01003 ORA-01110 message is prompted, which probably means that the data file storage media is corrupt.
Startup nomount, normal;
Alter database mount, also normal;
Alter database open:
Alter database open*ERROR is located in row 1st:ORA-01113 :?? 1 ??????ORA-01110 :???? 1: 'e: \ ORACLE \ ORADATA \ JSDSB \ system01.dbf'
The following are the logs of the recovery process, which are marked in red:
Microsoft
disk force exit vi) 3. command line mode function key 1 ). in insert mode, press I to switch to insert mode. in insert mode, press I to enter insert mode. then, the file is input starting from the current position of the cursor; after you press "a" to enter the insert mode, the text is input starting from the next position where the cursor is currently located. after you press "o" to enter the insert mode, a new row is inserted, enter text from the b
For the first time, I felt the power of qtp. It looked at the software from another perspective, namely, the outside. If we look at ArcGIS from an internal perspective from the perspective of AO, and qtp is the opposite, we look at it from the external perspective, but both internal and external batches have achieved the same effect!
Window ("test version"). winmenu ("menu"). Select "Watermark Embedding"Window ("Beta"). Dialog ("Watermark Embedding"). winbutton ("OK"). Type "dsfdf"Window ("test
edited, trouble not to say, Vi/vim editor state is completely different. In fact, there are two ways to implement a temporary exit Vi/vim, enter the shell environment and then return to the requirements:
Method One: Use Ctrl-z and FG for both command combinations.
This solution mainly utilizes the operating mechanism of Linux/unix. The specific principle is: The Ctrl-z command puts the current vi/vim process into the background, then the shell environment can be used for y
the [Esc] Key to return to the command mode. In command mode, enter the letter I, o, or a to enter the vi input mode to edit the file.
Input Mode: In this mode, you can edit, modify, and input files. in the last line of the editor, "-- INSERT --" is displayed, indicating that vi enters the input mode. When modifying input and other operations, we need to save the file. at this time, we need to first return to the command mode and save it in the last line mode.
Last line mode: Enter ":" In com
. Insert switch: you are currently in "Insert mode", and you can only enter text all the time. if you find that you have entered an error! To move the word back with the light Mark key, you must first press ESC to switch to command mode and then delete the text. D) exit vi and save the file. in command mode, click ":" colon to enter "Last line mode". for example :: w filename (enter "w filename" to save the article with the specified filename): wq (enter "wq", save the disk and exit vi): q! (Ent
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.