上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 29 下一页
摘要: better-scroll better-scroll 是一款重点解决移动端(现已支持 PC 端)各种滚动场景需求的插件。它的核心是借鉴的 iscroll 的实现,它的 API 设计基本兼容 iscroll,在 iscroll 的基础上又扩展了一些 feature 以及做了一些性能优化。 bette 阅读全文
posted @ 2018-08-20 16:45 泠风lj 阅读(305) 评论(0) 推荐(0) 编辑
摘要: visual studio code 1.使用vscode,新建vue模板 第一步:添加配置 让vscode允许自定义的代码片段提示出来 文件 --> 首选项 --> 设置 > 添加这2项 // Specifies the location of snippets in the suggestion 阅读全文
posted @ 2018-07-30 17:30 泠风lj 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1.让动态生成的元素绑定事件. 例:让动态生成的.abc绑定alert() 阅读全文
posted @ 2018-06-13 19:05 泠风lj 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1.文字超出省略 text-overflow: ellipsis white-space: nowrap; overflow: hidden; text-overflow: ellipsis; *父元素font-size:0 会影响到省略符号的显示 2.模糊背景图and IOS背景模糊 filter 阅读全文
posted @ 2018-04-18 16:50 泠风lj 阅读(194) 评论(0) 推荐(0) 编辑
摘要: vue饿了么app项目实战视频 5-1 1.项目代码规范修改。 阅读全文
posted @ 2018-04-09 17:14 泠风lj 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1.组件引入css。 例:test.vue引入swiper.min.css | -- src | | -- components | | -- test | | -- test.vue | | -- css | | -- swiper.min.css 组件所在处为相对位置。 2.全局安装vue-cl 阅读全文
posted @ 2018-03-28 16:48 泠风lj 阅读(196) 评论(0) 推荐(0) 编辑
摘要: hbuilder链接模拟器调试 http://www.360doc.com/content/16/0216/10/1355383_534957792.shtml hbuilder打包手机APP https://zhuanlan.zhihu.com/p/27589089 1.显示默认隐藏的项目文件 在 阅读全文
posted @ 2018-03-22 21:04 泠风lj 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 简单版本 在浏览器输入 URL 地址回车后,发生了什么?这里简单概述一下。 1. URL 解析,解析出协议、域名、端口、资源路径、参数等。 2. DNS 域名解析(会先查看是否存在缓存),访问服务器对应的IP地址。 3. 建立 TCP 连接(三次握手) 4. 发送 HTTP 请求 5. 服务器对请求 阅读全文
posted @ 2018-03-13 17:35 泠风lj 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 以前有学习过。现在重新过一下 参考廖雪峰大大的文档 https://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/001434501245426ad4b91f2b880464ba876a8e30 阅读全文
posted @ 2018-03-08 17:01 泠风lj 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1.将已有的项目放在github上 http://www.cnblogs.com/zqunor/p/6583182.html 2.出现错误解决方案 提交错误 http://blog.csdn.net/dengjianqiang2011/article/details/9260435 合并错误 htt 阅读全文
posted @ 2018-02-26 18:52 泠风lj 阅读(440) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 29 下一页