11 2018 档案

摘要:https://blog.csdn.net/zls986992484/article/details/70819462 下面这个不好使 https://blog.csdn.net/gao531162436/article/details/79129334 阅读全文
posted @ 2018-11-30 23:40 彭成刚 阅读(130) 评论(0) 推荐(0) 编辑
摘要:$("[lay-id='"+this.id+"']") 阅读全文
posted @ 2018-11-30 10:32 彭成刚 阅读(989) 评论(0) 推荐(0) 编辑
摘要:mathAge.call(btn) 函数call 改变函数内 this 阅读全文
posted @ 2018-11-27 11:02 彭成刚 阅读(172) 评论(0) 推荐(0) 编辑
摘要:ImageFlow https://finnrudolph.com/products/imageflow https://github.com/countzero/ImageFlow http://www.jq22.com/jquery-info11927 图片滚动组件 最后一个demo https 阅读全文
posted @ 2018-11-23 14:02 彭成刚 阅读(600) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> 改为 <!DOCTYPE> <html> OK了 <!DOCTYPE html> <html> 改为 <!DOCTYPE> <html> OK了 <!DOCTYPE> <html> OK了 <!DOCTYPE> <html> OK了 阅读全文
posted @ 2018-11-22 09:32 彭成刚 阅读(688) 评论(0) 推荐(0) 编辑
摘要:使用 LESS 简化层叠样式表(CSS)的编写 https://less.bootcss.com/ Sass完全兼容所有版本的CSS https://gojs.net/latest/samples/flowchart.html https://www.cnblogs.com/landeanfen/ 阅读全文
posted @ 2018-11-21 11:09 彭成刚 阅读(166) 评论(0) 推荐(0) 编辑
摘要:element-ui iview-admin 都是基于vue的ui框架 阅读全文
posted @ 2018-11-21 11:00 彭成刚 阅读(741) 评论(0) 推荐(0) 编辑
摘要:Mock.js Mock.js 生成随机数据,拦截 Ajax请求 开始 前后端分离 让前端攻城师独立于后端进行开发。 增加单元测试的真实性 通过随机数据,模拟各种场景。 阅读全文
posted @ 2018-11-21 09:43 彭成刚 阅读(128) 评论(0) 推荐(0) 编辑
摘要:今天被 <!doctype html> 搞了两个小时,两个页面同样的样式,chosen右边的小箭头,一个上下居中对齐 一个居顶对齐。最后找到问题所在doctype <-- 这个小箭头 阅读全文
posted @ 2018-11-20 16:02 彭成刚 阅读(128) 评论(0) 推荐(0) 编辑
摘要:<link rel="apple-touch-icon-precomposed" sizes="114x114" href="jiajian.png"> 阅读全文
posted @ 2018-11-19 13:47 彭成刚 阅读(282) 评论(0) 推荐(0) 编辑
摘要:chrome 查看样式的时候默认没有 focus的样式,可以把选择器开开select 修改选中时候的默认默认样式 outline:none 把系统的线关了 然后自己再border一下input:focus { outline: none; border-color: #cfdc00; } 阅读全文
posted @ 2018-11-16 11:08 彭成刚 阅读(215) 评论(0) 推荐(0) 编辑
摘要:.chosen-container-active .chosen-single { border: 1px solid #5897fb; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 阅读全文
posted @ 2018-11-16 09:00 彭成刚 阅读(101) 评论(0) 推荐(0) 编辑
摘要:ECMAScript 6入门(###,com) http://www.hubwiz.###/course/5594e91ac086935f4a6fb8ef/ ECMAScript 6 入门 作者:阮一峰 http://es6.ruanyifeng.com/ 阅读全文
posted @ 2018-11-13 21:54 彭成刚 阅读(98) 评论(0) 推荐(0) 编辑
摘要:function a() {console.info("a");} function b() {console.info("b");} var c = a; a = function(){c();b();} a(); //输入 a b function a() {console.info("a"); 阅读全文
posted @ 2018-11-08 13:58 彭成刚 阅读(85) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示