Codeforces Round 788(Div.2)题解
Codeforces Round
Codeforces Round 787(Div.3)题解
Codeforces Round
sql注入总结
sql学了也有一段时间了,想着把能用到的知识点都写一遍好。
Codeforces Round 786(Div.3)
Codeforces Round
网鼎杯 2020 青龙组AreUSerialz writeup
做到一道题,写下 `write up`
Fermat-Theory
小学一波数论
html语言的学习
来学学 html (超文本标记语言)。
超文本标记语言)是一种用于创建网页的标准标记语言。
前言想彻彻底底学一遍 web 安全,先从最基本的 html 开始吧,首先 html 是给浏览器执行的语言,也就是说 html 是在我们本地的,是前端语言,相反 php 就是后端语言了,在服务器执行完得到结果之后以 html 的形式返回给用户,先最基本了解一下 html 有一个清晰的概念。
html语法html 语法较为松散,以至于你基本见不到因为 html 报的错(这也就更加考验了我们的代码功底,因为写错了某些东西它不会报错的)。html 说到底它就是由标签(有时候也成为”元素”)和对应的属性组成的,万种语言都有自己的 hello world,同样我们也先写一个 hello world。
1234567<html> <body> <div> hello world! </div> </body></html>
我们把它放到我们搭建的网站的根目录,用浏览器访问 ...
Educational Codeforces Round 127(Div.2)
Educational Codeforces Round 127 (Rated for Div. 2),咕了有点久了,现在开写题解。
codeforces round 784(Div.4)解析
今天来打个div4。
Codeforces Round 783(Div.2)解析
Codeforces Round