Tag:Biko
-
A batch that interchanges the first and last lines
Then write the extracted last line in the first line of the new text, filter out the first line and the last line of the original text with findstr statement, and add the extracted first line after the last line. Copy codeThe code is as follows: @echo off Purpose: to swap the first and last […]
-
[Charlotte’s lesson] issue 2 – VIM format code
VIM format code Sometimes we will copy the code to vim. If your VIM has autoindent set, your indentation will be very bad. At this time, VIM’s format code function can be used. Select the text to format: type the following commands: GG (back to the first line) – V (visualization mode) – G (to […]
-
Solution to pop up the prompt “unable to access Android SDK add on list” when Android studio is first installed and started
1、 Problem description After the initial installation of Android studio, an error is reported as follows: unable to access android sdk add-on lis As shown in the picture: 2、 Cause analysis After as is started, it will check whether there is an Android SDK in the default path. If not, the above error will be […]
-
Chapter 3 – VIM format code
VIM format code Sometimes we will copy the code to vim. If your VIM has autoindent set, your indentation will be very bad. At this time, VIM’s format code function can be used. Select the text to format: type the following commands: GG (back to the first line) – V (visualization mode) – G (to […]