摘要: @echo off ping -n 5 127.1 start C:\Users\Administrator\Desktop\文件名 阅读全文
posted @ 2024-02-19 20:30 °C 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 根据 Mozilla 的定义,原文如下:HTML5 is the latest evolution of the standard that defines HTML. 准确的来说:HTML5 是 HTML 标准的最新演进版本,即是对 HTML 标准的第五次修订,目前仍未完工。其主要的目标是将互联网 阅读全文
posted @ 2017-05-23 13:35 °C 阅读(1973) 评论(0) 推荐(0) 编辑
摘要: 1.尽量减少HTTP请求数(Make Fewer HTTP Requests) 2.使用CDN加速(Use a Content Delivery Network) 3.添加Expire/Cache-Control头(Add an Expires Header) 4.启用Gzip压缩:Gzip Com 阅读全文
posted @ 2017-05-23 13:31 °C 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 允许网页宽度自动调整 “自适应网页设计”到底是怎么做到的?其实并不难。 首先,在网页代码的头部,加入一行viewport元标签。 <meta name=”viewport” content=”width=device-width, initial-scale=1″ /> viewport是网页默认的 阅读全文
posted @ 2017-05-22 16:57 °C 阅读(303) 评论(0) 推荐(0) 编辑
摘要: <?php //设置session,必须处于脚本最顶部 session_start(); $image = imagecreatetruecolor(100, 30); //1>设置验证码图片大小的函数 //设置验证码颜色 imagecolorallocate(int im, int red, in 阅读全文
posted @ 2017-05-19 16:54 °C 阅读(124) 评论(0) 推荐(0) 编辑
摘要: http://api.map.baidu.com/lbsapi/creatmap/index.html 阅读全文
posted @ 2017-05-19 16:52 °C 阅读(134) 评论(0) 推荐(0) 编辑