自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

转载 php留言本

html>html lang="en">head> meta charset="UTF-8"> title>留言本title>head>body>form action="write.php" method="post"> p>留言标题:input type="text" name="title" />p> p>留言内容:textarea name="co

2015-10-24 10:50:10 421

原创 SQL注入

public function actionIndex(){ $id='8 or 1=1 '; $sql="select * from test where id=$id"; $res=Test::findBySql($sql)->all(); print_r($res);}or 1=1永远为真,所以,用户可能查出数据库的所有资料。 为防止SQL注入,

2015-10-21 20:28:53 256

转载 Javascript DOM

html>html lang="en">head> meta charset="UTF-8"> title>Explainingtitle>head>body>h1>What is the Document Object Model?h1>p> The abbr title="World Wide Web Consortium">W3Cabbr>defines

2015-10-08 15:35:58 396

Adobe Illustrator CS6完全自学

Adobe Illustrator CS6完全自学宝典

2015-08-28

Adobe Illustrator CS6

Adobe Illustrator CS6英文官方参考 500多页 pdf格式 高清

2015-08-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除