07 2017 档案

摘要:<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>获得星期</title><script type="text/javascript"> var 阅读全文
posted @ 2017-07-28 10:16 安心牧羊人 阅读(37122) 评论(0) 推荐(3)
摘要:<!DOCTYPE html><html> <head> <title> 事件</title> <script type="text/javascript"> function count(){ var oTxt1 = document.getElementById("txt1").value; v 阅读全文
posted @ 2017-07-27 16:13 安心牧羊人 阅读(174) 评论(0) 推荐(0)
摘要:1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。 3.timeout: 要求为Number类型的 阅读全文
posted @ 2017-07-18 10:11 安心牧羊人 阅读(170) 评论(0) 推荐(0)
摘要:mac 终端 常用命令 mac 终端 常用命令 基本命令1、列出文件ls 参数 目录名 例: 看看驱动目录下有什么:ls /System/Library/Extensions参数 -w 显示中文,-l 详细信息, -a 包括隐藏文件2、转换目录 cd 例:想到驱动目录下溜达一圈 cd /System 阅读全文
posted @ 2017-07-14 11:20 安心牧羊人 阅读(185) 评论(0) 推荐(0)
摘要:<style> *{ margin:0; padding:0; list-style:none;} body{ font:normal 14px/24px 'MicroSoft YaHei';} .cotrs{ width:960px; height:32px; line-height:32px; 阅读全文
posted @ 2017-07-12 16:44 安心牧羊人 阅读(248) 评论(0) 推荐(0)
摘要:在main.js里进行全局注册 Vue.prototype.ajax = function (){}在所有组件里可调用 this.ajax // xxx.js 组件 exports.install = function (Vue, options) { Vue.prototype.ajax = fu 阅读全文
posted @ 2017-07-07 15:30 安心牧羊人 阅读(3334) 评论(0) 推荐(0)
摘要:<div class="qie"> <! 切换容器--> <div class="tit"><! 切换标题--> <h3 onMouseOver="set('qie',1,5)" id="qie1" class="hover">标题1</h3> <h3 onMouseOver="set('qie', 阅读全文
posted @ 2017-07-06 10:03 安心牧羊人 阅读(1398) 评论(0) 推荐(0)