上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 1、There + be + 主语+地点状语/时间状语 There's a boat in the river. 河里有条船。 2、What't wrong with + sb/ sth.? What's wrong with your watch? 你的手表有什么毛病? 3、How do you 阅读全文
posted @ 2017-07-02 10:22 五艺 阅读(194) 评论(0) 推荐(0) 编辑
摘要: interface ClockInterface { new (hour: number, minute: number): ClockInterface; } class MyArray1 <M>{ val: M; set(num: M){ this.val = num; } get(){ ret 阅读全文
posted @ 2017-05-07 21:30 五艺 阅读(177) 评论(0) 推荐(0) 编辑
摘要: ## 前端面试题 1、简述以下常见标签的语义以及默认的display值:p, li, ul, form, b,img,这几个dispaly值的区别是什么? p 段落 display: block; li 列表 display: block; ul 列表 display: block; form 表单 阅读全文
posted @ 2017-04-20 04:36 五艺 阅读(5806) 评论(1) 推荐(0) 编辑
摘要: 1 、子路由 { path: '/order-list', //订单列表 name: "order-list", component(resolve) { require.ensure(['../view/order/order-list.vue'], () => { resolve(require 阅读全文
posted @ 2017-04-14 15:19 五艺 阅读(419) 评论(0) 推荐(0) 编辑
摘要: AMD 和 CMD 的区别有哪些? 区别: 1. 对于依赖的模块,AMD 是提前执行,CMD 是延迟执行。不过 RequireJS 从 2.0 开始,也改成可以延迟执行(根据写法不同,处理方式不同)。CMD 推崇 as lazy as possible. 2. CMD 推崇依赖就近,AMD 推崇依赖 阅读全文
posted @ 2017-03-31 16:05 五艺 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 当用a锚点时,安卓出现物理返回键无效。处理方法: <!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta content="no-cache,mus 阅读全文
posted @ 2017-01-23 13:57 五艺 阅读(200) 评论(0) 推荐(0) 编辑
摘要: if (isAndroid) { var windowHeight = document.documentElement.clientHeight; document.body.style.height = windowHeight + 'px'; } 阅读全文
posted @ 2016-11-28 16:59 五艺 阅读(146) 评论(0) 推荐(0) 编辑
摘要: angular 文档 https://angular.cn/docs/ts/latest/quickstart.html http://sc.qq.com/fx/u?r=OfFE5AA ios https://github.com/zhengwenming/WMPlayer angular/ocla 阅读全文
posted @ 2016-11-10 12:52 五艺 阅读(237) 评论(0) 推荐(0) 编辑
摘要: var areaJson22 = { "id": "0", "name": "全国", "parentId": null, "checked": false, "isParent": "true", "icon": null, "type": null, "lng": null, "lat": nu 阅读全文
posted @ 2016-10-25 13:44 五艺 阅读(963) 评论(0) 推荐(0) 编辑
摘要: Emmet JsPreview HTMLPreview 阅读全文
posted @ 2016-08-18 00:47 五艺 阅读(219) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页