摘要: 1. document.body.clientWidth ==> BODY对象宽度 2. document.body.clientHeight ==> BODY对象高度 3. document.documentElement.clientWidth ==> 可见区域宽度 4. document.do 阅读全文
posted @ 2016-09-14 21:35 从哪来到哪去 阅读(1209) 评论(0) 推荐(0) 编辑
摘要: <?phpfunction water($dstpath,$srcpath,$pos = 1,$tmd = 80,$pre = "w_"){ $dstinfo = getimageinfo($dstpath); switch($dstinfo['type']){ case 1: $dstim = i 阅读全文
posted @ 2016-09-12 12:30 从哪来到哪去 阅读(170) 评论(0) 推荐(0) 编辑
摘要: <?php$im = imagecreatetruecolor(100,30);$qys = imagecolorallocate($im,rand(120,255),rand(120,255),rand(120,255));$sys = imagecolorallocate($im,rand(1, 阅读全文
posted @ 2016-09-12 11:45 从哪来到哪去 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 静态的登录页面 阅读全文
posted @ 2016-08-31 11:52 从哪来到哪去 阅读(275) 评论(0) 推荐(0) 编辑