上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 最近遇到一个问题,明明没有给image标签添加其他padding和margin,但是图片与图片之间有高度 审查元素发现公共样式里,body有一个line height:1.6的样式 对于图片,图片的line height只能通过继承获得。 所以这个网页的图片样式line height是继承于父元素的 阅读全文
posted @ 2019-09-27 14:06 gggggggxin 阅读(543) 评论(0) 推荐(0) 编辑
摘要: ``` /** * 输入文件夹名 * 获取文件夹里文件名 * 输出 * EN01.jpg#EN02.jpg#EN03.jpg#EN04.jpg#EN05.jpg#EN06.jpg#EN07.jpg#EN08.jpg#EN09.jpg#EN10.jpg#EN11.jpg#EN12.jpg#EN13.jpg#EN14.jpg */ pu... 阅读全文
posted @ 2019-09-25 11:14 gggggggxin 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: "参考资料 阮一峰es6" var a = []; for (let i = 0; i 阅读全文
posted @ 2019-09-18 14:18 gggggggxin 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 要求:请求5次ajax,将结果依次显示在页面 老办法:用数组+定时器代替for循环 阅读全文
posted @ 2019-09-16 12:33 gggggggxin 阅读(4251) 评论(0) 推荐(0) 编辑
摘要: 在项目里有一个编辑按钮,点击弹出弹窗,需要获取很多值,之前直接穿一个json,但是会有bug,因为json里有的需要转义 解决 :通过$(this)获取tr,再依次获取需要的td的值 阅读全文
posted @ 2019-08-30 13:41 gggggggxin 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 本来是点击后js加上a标签的href属性。但是需要一进入页面就直接链接完整下载地址 a标签链接的图片会直接打开,覆盖页面,需要加上 target 阅读全文
posted @ 2019-08-02 13:56 gggggggxin 阅读(7409) 评论(0) 推荐(0) 编辑
摘要: 使用flutter 插件photo_view "官方使用方法" 1. pubspec.yaml 2.demo.dart (预览页面) 效果展示 3. PhotoGalleryPage.dart(全屏滑动展示) 效果展示 阅读全文
posted @ 2019-07-16 15:54 gggggggxin 阅读(9570) 评论(0) 推荐(0) 编辑
摘要: listview或gridview中添加 example 阅读全文
posted @ 2019-07-12 10:00 gggggggxin 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 官网指引 "flutter 国际化" 1. 设置一个国际化的应用程序: the flutter_localizations package pubspec.yaml 2.使用Dart intl工具 a. pubspec.yaml 终端 b. 新建lib/locale/locales.dart 新建l 阅读全文
posted @ 2019-06-17 15:12 gggggggxin 阅读(1808) 评论(0) 推荐(1) 编辑
摘要: 1. Prettier Code formatter 2. vscode fileheader 步骤 1. 文件 首选项 设置 找到file header 2. F1 查看快捷键 3. Bracket Pair Colorizer 4. Esay LESS 5. CSS Peek 6. Chines 阅读全文
posted @ 2019-05-22 16:49 gggggggxin 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页