摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> #preview, .img, img { width 阅读全文
posted @ 2016-08-04 14:55 qjy12 阅读(139) 评论(0) 推荐(0) 编辑
摘要: echo "<script>alert('操作成功');location.href='".$_SERVER["HTTP_REFERER"]."';</script>"; 阅读全文
posted @ 2016-08-03 14:57 qjy12 阅读(5324) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-07-29 15:23 qjy12 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <?php header('Content-Type: application/vnd.ms-excel'); header('Content-Disposition: attachment; filename=demo.xls'); header('Pragma: no-cache'); head 阅读全文
posted @ 2016-07-14 18:00 qjy12 阅读(209) 评论(0) 推荐(0) 编辑
摘要: SMTP协议--在cmd下利用命令行发送邮件 SMTP协议--在cmd下利用命令行发送邮件 先简单介绍下smtp smtp使用命令和应答在客户与服务器之间传输报文。即客户发出一个命令,服务器返回一个应答。发送方与接收方进行一问一答的交互,由发送方控制这个对话。 在XP系统下点‘开始’-‘运行’,输入 阅读全文
posted @ 2016-07-13 10:54 qjy12 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1、正方形 #square { width: 100px; height: 100px; background: red; } 2、长方形 #rectangle { width: 200px; height: 100px; background: red; } 3、圆形 #circle { widt 阅读全文
posted @ 2016-07-08 18:05 qjy12 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 百度地图API简单应用——1.根据地址查询经纬度 这几天比较空闲,就接触了下百度地图的API(开发者中心链接地址:http://developer.baidu.com),发现调用还是挺方便的。只要简单几步注册下,就可以获得一个Key,就能直接调用(PS:好像1.3版本前的无需注册获取key,就能直接 阅读全文
posted @ 2016-07-04 16:01 qjy12 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 网站运行时间代码 1 2 3 4 5 6 7 8 9 10 11 12 13 本站已安全运行了:<span class="smalltxt"> <SCRIPT language=javascript><!-- BirthDay=new Date("may 20,2012"); today=new D 阅读全文
posted @ 2016-06-30 10:09 qjy12 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 另附 html5 geolocation 定位( 获取当前经纬度 ): <html> <head> <meta charset="UTF-8" /> <title>js geolocation 定位当前城市</title> <meta http-equiv="Content-Type" conten 阅读全文
posted @ 2016-06-18 00:13 qjy12 阅读(297) 评论(0) 推荐(1) 编辑
摘要: .edui-popup-content.edui-default{ height: auto !important; } 阅读全文
posted @ 2016-06-07 15:54 qjy12 阅读(4917) 评论(0) 推荐(0) 编辑