A processor in a computer running Windows has two different modes: user mode and kernel mode. The processor switches between the two modes depending on what type of code is running on the processor
Category: OS
Operating System (Operating System, referred to as OS) is a computer program that manages and controls computer hardware and software resources. It is the most basic system software that runs directly on the “bare metal”. Any other software must be supported by the operating system to run .
RPM and YUM
rpm is an open software package management system, the original full name is red hat package management
rpm -i package name install software -ivh display the installation process
rpm -e
MacOS – How to add the parameters of the OSX LaunchD PLIST to the pipe output to the log file?
Regular expression is an unstressed HTML tag
Does anyone have a regular expression to match unclosed HTML tags? For example, the regular expression will match the . and the second , but not the first or first closing tag:
testing Is th
Regular expression – how to determine which alternative items in the Perl regular expression mode?
I have a list of regular expressions (about 10-15) and I need to match some text. Matching them one by one in a loop is too slow. However, I did not write my own state machine To match all regular
authority management
Linux users and user groups (authority management) user management useradd create users
-c — Specify user description -d—specify home directory, default home directory /home under the sam
Regular expression extraction part URL
I’m lazy tonight and don’t want to figure this out. I need a regular expression to match’jeremy.miller’ and’scottgu’ in the following input:
http://codebetter.com/blogs/jeremy.miller/archive/
Regular expression – Assess postal code input to Perl array
I have an array containing the first 2 characters of the postal code area in Perl, as shown below:
@acceptedPostcodes = (“CV”, “LE”, “CM”, “CB”, “EN”, “SG”, “NN”, “MK”, ”LU”, “PE”, “ST”, ”
Regular expression – how to replace the intraline tag with spaces, keep alignment?
I like to use spaces to indent rather than labels; in sed or vim, it is easy to replace tabs at the beginning of the line:
p> s/^I/ /g But if there are tabs in a line (assuming the space i
VS remote debugging
The remote debugging function of VS allows developers to debug programs remotely, which is very powerful. Now make a simple record of its use steps.
1. The remote debugger tool needs to be in