上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 90 下一页
摘要: 浏览器历史 + 80年代末 90年代初:worldwideweb(nexus) Berners Lee + 1993: Mosaic浏览器,后来叫网景(Netscape) Marc Andreessen + 1995: 微软Internet Explorer(IE),网景浏览器消失 + 1998:M 阅读全文
posted @ 2019-11-08 16:51 Running00 阅读(110) 评论(0) 推荐(0) 编辑
摘要: + 目前应用最广的渲染引擎项目 webkit + webkit 内部渲染html网页的原理 + webkit 内容工作原理 + web 的接入口浏览器 + 浏览器的内核 渲染引擎(像webkit) 阅读全文
posted @ 2019-11-08 16:26 Running00 阅读(106) 评论(0) 推荐(0) 编辑
摘要: + JavaScript是面向web的编程语言 + web(World Wide Web)即全球广域网,也称为万维网,它是一种基于超文本和HTTP的、全球性的、动态交互的、跨平台的分布式图形信息系统。是建立在Internet上的一种网络服务,为浏览者在Internet上查找和浏览信息提供了图形化的、 阅读全文
posted @ 2019-11-07 13:17 Running00 阅读(92) 评论(0) 推荐(0) 编辑
摘要: /[^\s+$]/ 不能为空 阅读全文
posted @ 2019-11-04 15:17 Running00 阅读(73) 评论(0) 推荐(0) 编辑
摘要: http://somebody32.github.io/30 阅读全文
posted @ 2019-10-30 20:54 Running00 阅读(141) 评论(0) 推荐(0) 编辑
摘要: ios 系统 默认中文字体是Heiti SC 默认英文字体是Helvetica 默认数字字体是HelveticaNeue 无微软雅黑字体 android 系统 默认中文字体是Droidsansfallback 默认英文和数字字体是Droid Sans 无微软雅黑字体 阅读全文
posted @ 2019-10-23 18:58 Running00 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1. 在 2.5.0 及以上版本中,如果你使用了单文件组件 $children,$slots,$attrs .... $attrs 可以透传props 2. 注意.模板标签上有 ,时候,值为data函数中返回值中属性“a”对应的值(或是computed中对应属性的值,或是props对应的值),而不是 阅读全文
posted @ 2019-10-17 17:37 Running00 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 模板指令、属性总结 html 中的标签属性 1. + 值是对象,key为class 的值,值为boolean类型 + html标签任意属性都可以:属性,表示动态值(值是变化的,不是固定不变的) 2. click 事件 3. 某个标签上的属性,类似 4. 此标签是否展示,true时展示 阅读全文
posted @ 2019-10-17 17:00 Running00 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1.props 2.name 3.data 4.components 阅读全文
posted @ 2019-10-17 16:10 Running00 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 移动端display:flex布局时候,子元素有背景颜色时候,背景颜色不能铺满,有缝隙, 阅读全文
posted @ 2019-10-15 21:06 Running00 阅读(371) 评论(0) 推荐(0) 编辑
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 90 下一页