03 2017 档案

摘要:msiexec /i C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe 阅读全文
posted @ 2017-03-29 16:16 瘋孑 阅读(267) 评论(0) 推荐(0) 编辑
摘要:Echarts: http://echarts.baidu.com/examples.html?qq-pf-to=pcqq.group#chart-type-treemap 矢量图:http://iconfont.cn/plus/collections/index?type=1&spm=a313x. 阅读全文
posted @ 2017-03-29 10:04 瘋孑 阅读(123) 评论(0) 推荐(0) 编辑
摘要:1、pre 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。 注:当把其他标签(比如 <a> 标签)放到 <pre> 块中时,就像放在 HTML/XHTML 文档的其他部分中一样即可。 效果: <html> 2、blockquote:换行并缩 阅读全文
posted @ 2017-03-28 17:12 瘋孑 阅读(167) 评论(0) 推荐(0) 编辑
摘要:1、构造: //非IE浏览器事件构造方法 var event = document.createEvent('HTMLEvents');//'HTMLEvents'自定义事件名 //IE浏览器构造方法 var event = document.creatEventObject(); 2、事件初始化 阅读全文
posted @ 2017-03-17 14:04 瘋孑 阅读(212) 评论(0) 推荐(0) 编辑
摘要:1、Element.querySelector: Element.querySelector("a[target]"):获取元素中有 "target" 属性的第一个 <a> 元素 2、Element.querySelectorAl: Element.querySelector("a[target]" 阅读全文
posted @ 2017-03-08 09:41 瘋孑 阅读(600) 评论(0) 推荐(0) 编辑
摘要:1.初始化时创建子页面 2.直接打开新页面 3.预加载页面 【一些区别】 1.子页面和非子页面 以上三种方式中,2,3打开的页面非子页面, 区别是子页面相当于html中的iframe,而非子页面相当于新开了一个浏览器窗口加载了一个html 2.子页面适用于侧滑菜单 子页面有其有点,特别适用与inde 阅读全文
posted @ 2017-03-07 16:50 瘋孑 阅读(10802) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示