上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: ul{display:flex;justify-content:space-between;flex-wrap:wrap} 阅读全文
posted @ 2017-03-23 11:12 sunniejs 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <x-header :left-options="{showBack: true,backText:'text'}">do notBack</x-header> </div> </template> <script> import {XHeader, Actions 阅读全文
posted @ 2017-03-10 17:27 sunniejs 阅读(1689) 评论(0) 推荐(0) 编辑
摘要: 1、(先进入项目文件夹)通过命令 git init 把这个目录变成git可以管理的仓库 2、把文件添加到版本库中 3、用命令 git commit告诉Git 4、关联到远程库 5、获取远程库与本地同步合并 6、使用 git push命令 git push --set-upstream origin 阅读全文
posted @ 2017-03-09 18:13 sunniejs 阅读(3305) 评论(0) 推荐(0) 编辑
摘要: 使用命令升级nodejs一直不成功 之后直接官网下载了安装包,暴力覆盖 然后就成功了 阅读全文
posted @ 2017-03-09 17:45 sunniejs 阅读(309) 评论(0) 推荐(0) 编辑
摘要: $("input").focus(function () { var num = $(this).offset().top; $("html,body").animate({scrollTop: num}, 800);}); //关键代码 $("input").focus(function () { var num = $(this).offse... 阅读全文
posted @ 2017-02-28 17:09 sunniejs 阅读(789) 评论(0) 推荐(0) 编辑
摘要: license server填写 license server 里写http://idea.iteblog.com/key.php 阅读全文
posted @ 2017-02-27 09:37 sunniejs 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 解决办法:http://blog.csdn.net/ly2983068126/article/details/49306427 阅读全文
posted @ 2017-02-21 16:43 sunniejs 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 实现了列固定,头部行固定 左侧,右侧两个div,左侧滚动,右着滚动,但是左侧会出现滚动条 使用鼠标滚动事件监听左侧 阅读全文
posted @ 2017-02-19 14:41 sunniejs 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: 需要时分秒的时候不要红色框的内容 阅读全文
posted @ 2017-01-12 16:34 sunniejs 阅读(187) 评论(0) 推荐(0) 编辑
摘要: var obj = BUI.JSON.stringify(dialogForm.toObject());console.log(jQuery.parseJSON(obj).event_topic); 阅读全文
posted @ 2017-01-12 13:56 sunniejs 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页