. Request Body6. Request Header:ClientAccept: Media types acceptable to the browserAccept-language: LanguageAccept-encoding: Encoding FormatUser-agent: Client TypeCookies:Entity:Contet-type: When sending the post, the body data type declaration7. Get Request Parameters:Get request parameters are in the request line-can be viewed in WebForms querystring8. Post Request parameters:The request parameter can be a parameter of the request line Querystring+body--querystring can be empty--body can also
server makes a comparison of the information returned by the client. If the comparison succeeds, the authentication succeeds and the client can log on. If the comparison fails, the authentication fails, and the login verification is continued with other means, such as password verification.
The Certificate verification Interactive logon process shows:Linux Client Demo Login:1. Generate a pair of child keys locally on the client:[Email protected] ~]#Ssh-keygen-T Rsa-p"'-f/root/.SSH/id_rsage
who executes the file will have the permissions of the file owner, such as ordinary users to modify the password, ordinary users can not directly modify the passwd file, you must use the BIN/PASSWD command, and the command of the main file is root.Use the-r option to change the file mode recursively;Umask [3-bit octal number]The command sets the screen code of the user-created file to the mode specified by the parameter, meaning that the default file creation permission is 777 (~
Copy your local host user's SSH public key file to the remote host user's ~/.ssh/folder1. The user on the local host can be (Root,cusadmin, and users ready to use SCP)Run:[[email protected] ~]# ssh-keygen-t RSAGenerating public/private RSA key pair.Enter file in which to save the key (/ROOT/.SSH/ID_RSA): EnterEnter passphrase (empty for no passphrase): EnterEnter same passphrase again: enterYour identification has been saved In/root/.ssh/id_rsa.Your public key has been saved in/root/.ssh/id_rsa.
. Request Body6. Request Header:ClientAccept: Media types acceptable to the browserAccept-language: LanguageAccept-encoding: Encoding FormatUser-agent: Client TypeCookies:Entity:Contet-type: When sending the post, the body data type declaration7. Get Request Parameters:Get request parameters are in the request line-can be viewed in WebForms querystring8. Post Request parameters:The request parameter can be a parameter of the request line Querystring+body--querystring can be empty--body can also
is as follows: # Cat-an Regular_express.txt |head-n |tail-n 68. Show Blank LinesCopy CodeThe code is as follows: # grep-n ' ^$ ' regular_express.txt9. Find out G?? D string, beginning G four string ending DCopy CodeThe code is as follows: # Grep-n ' G.. d ' Regular_express.txtO* represents the null character (that is, there are no characters) or one to n o characters, so grep-n ' o* ' regular_express.txt will print out all the lines,11.oo* represents o+ empty characters or one to n o characters
slash
\‘
Single cited
\"
Double cited
\a
Bell
\b
Retrogression
\f
Page change
\ n
Line break
\ r
Return
\ t
Horizontal tab
\v
Vertical tab
\n{id}
Unicode database ID
\uhhhh
Hexadecimal value of the UNICODE16 bit
\uhhhh
Hexadecimal value of the UNICODE32 bit
contents of the Linuxfile1 and Linuxfile2 files to the linuxfile3 after adding the line number (blank line not added). Example: Add the Linuxfile1 file contents to the line number and enter linuxfile2 this file cat-n linuxfile1 > Linuxfile2 linuxfile1 and Linuxfile2 files The content is appended to the LINUXFILE3 after adding the line number (blank line not added). Cat-b linuxfile1 linuxfile2 >> linuxfile3 Cat/dev/null >/etc/test.txt This is for emptying/etc/test.txt archive contents In L
before Oo)Grep-n ' [^[:lower:]]oo ' Regular_express.txt ([: Lower:] Represents a-Z meaning)Example three: Beginning and end of line charactersGrep-n ' ^test ' regular_express.txt(Note: ^ indicates "reverse selection" within [], which means positioning at the beginning of the line)Grep-n ' \.$ ' regular_express.txt (find the line that ends with a decimal point)Example four: any one character. With repeating characters *Grep-n ' G.. d ' Regular_express.txt (can match good,glad and other character
the first match-l,--dereference Caus Es symlinks to is followed-n,--no-buffer do not buffer output-n,--no-pad does not pad output -p,--preserve-date preserve access Times on Files-r,--raw don ' t translate unprintable chars to \ooo-s,--special-files treat SP Ecial (Block/char devices) files as ordinary ones--help display this hel P and exit--version output version information and exit3, WhatisFind the Whatis database and look for descriptive informa
PHP5.6 Const new Attribute definition class constants can use constant scalar expressions (Constant scalar expressions), for example:
Class MyTimer {Const SEC_PER_DAY = 60 * 60 * 24;}?>
The difference between define and const is that define can be used to define global constants, and const is a constant that defines the class.
The difference between static and Define,const is that static-defined variables can be changed, then both are not, and static static variables are initialized directly
number (blank line not added) to the file. Example: Add a line number to the Linuxfile1 file and enter Linuxfile2 in this file. Cat-N linuxfile1 >Linuxfile2 Add the contents of the Linuxfile1 and Linuxfile2 to the linuxfile3 after adding the line number (blank line not added) to the file. Cat-B linuxfile1 Linuxfile2 >>Linuxfile3cat/dev/NULL>/etc/test.txt this for emptying/etc/test.txt archive content in Linux shell scripts we often see similar to the catEOF statements, unfamiliar children's sho
-K,--keep-going don ' t stop at the first match -L,--dereference causes symlinks to be followed -N,--no-buffer do not buffer output -N,--no-pad do not pad output -P,--preserve-date preserve access times on files -R,--raw don ' t translate unprintable chars to \ooo -S,--special-files treat Special (Block/char devices) files as Ordinary ones
number (blank line not added) to the file.Example:Add a line number to the Linuxfile1 file and enter the Linuxfile2 file.Cat-n linuxfile1 > Linuxfile2Append the contents of the Linuxfile1 and Linuxfile2 files to the linuxfile3 after adding the line number (blank line not added).Cat-b linuxfile1 linuxfile2 >> linuxfile3Cat/dev/null >/etc/test.txt This is for emptying/etc/test.txt archive contentIn Linux shell scripts we often see statements similar to those of cat EOF is "End of File", which rep
exist. G?? D can be used with ' G. d ' means. Good, Gxxd, gabd ..... are consistent.$ Grep-n ' G.. d ' Regular_express.txt
1: "Open Source" is a good mechanism to develop programs.
9:oh! The soup taste good! 16:the World was the
same with ' glad '.
search two o above string $ grep-n ' ooo* ' regular_express.txt//First two o must exist, the third o may not, there can be more than one.
Span>1: "
/home/ant/apache-tomcat-7.0.57/webapps directory:$ RM-RF *4, Upload Dubbo Management Console program Dubbo-admin-2.5.3.war to/home/ant/apache-tomcat-7.0.57/webapps5. Unzip and name the directory Dubbo:$ unzip dubbo-admin-2.5.3.war-d Dubbo6, Configuration dubbo.properties:$ VI root/web-inf/dubbo.propertiesdubbo.registry.address=zookeeper://Local ip:2181Dubbo.admin.root.password=xxxDubbo.admin.guest.password=ooo (the above password before the formal pro
variable temp, which is automatically assigned by the compiler, which is not a reference to an addressable variable defined in the program and cannot be left-valued. Instead, ++A returns a reference to the variable. For example:(1) i++ = 5, is wrong. ++i = 5, is correct.(2) A+++++b, is wrong. Because it is equivalent to A + + + + + B, i.e. (a++) + + + b,a++ cannot be left, the + + operation requires an Lvalue value.(3) ++a+++b, the same is wrong.6. Escape SequencesSome characters have a special
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.