摘要: 四种pop模式介绍 URL:http://www.hishop.com.cn/ecschool/jd/show_21195.html URL:https://zhidao.baidu.com/question/561950065.html 阅读全文
posted @ 2018-04-08 15:07 kaixinyufeng 阅读(2446) 评论(0) 推荐(0) 编辑
摘要: Jquery 数组常用操作 参考博客:http://www.jb51.net/article/43164.htm 1. $.each(array, [callback]) 遍历[常用] 解释: 不同于遍历JQuery 对象的 $().each() 方法,此方法可用于遍例任何对象(不仅仅是数组). 回 阅读全文
posted @ 2018-04-01 09:58 kaixinyufeng 阅读(2135) 评论(0) 推荐(0) 编辑
摘要: From今日头条:https://www.toutiao.com/a6534826865792647693/?tt_from=weixin&utm_campaign=client_share&timestamp=1521549847&app=news_article&utm_source=weixi 阅读全文
posted @ 2018-03-21 17:18 kaixinyufeng 阅读(527) 评论(0) 推荐(0) 编辑
摘要: From今日头条:https://www.toutiao.com/a6534660729453150723/?tt_from=weixin&utm_campaign=client_share&timestamp=1521552578&app=news_article&utm_source=weixi 阅读全文
posted @ 2018-03-21 13:47 kaixinyufeng 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 分布式、中间件和消息队列、集群 From今日头条: https://www.wukong.com/answer/6534675344568353032/?iid=28070358035&app=news_article&share_ansid=6534675344568353032&wxshare_ 阅读全文
posted @ 2018-03-21 09:45 kaixinyufeng 阅读(9863) 评论(1) 推荐(1) 编辑
摘要: IntelliJ IDEA 快捷键应用小结 1、Ctrl+E : 打开最近所有浏览过的文件 2、Ctrl+Shift+E :打开最近所有编辑修改过的文件 3、ctrl+shift+Backspace :定位到最近修改文件具体代码的位置 4、ctrl+alt+左箭头/右箭头 :定位最近浏览文件的代码位 阅读全文
posted @ 2018-03-18 17:52 kaixinyufeng 阅读(502) 评论(0) 推荐(0) 编辑
摘要: Token 认证 From今日头条:https://www.toutiao.com/i6516654967204348430/?tt_from=weixin&utm_campaign=client_share&from=singlemessage&timestamp=1519736895&app=n 阅读全文
posted @ 2018-03-16 09:38 kaixinyufeng 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: CDN-内容分发网络 来自于今日头条: https://www.toutiao.com/a6531234862563590663/?tt_from=weixin&utm_campaign=client_share&timestamp=1520761010&app=news_article&utm_s 阅读全文
posted @ 2018-03-15 14:53 kaixinyufeng 阅读(362) 评论(0) 推荐(0) 编辑
摘要: SpringMVC起步(一) 笔记来源于慕课网:https://www.imooc.com/video/7126/0 MVC:Model-View-Controller Model:模型层,业务数据的信息表示,关注支撑业务的信息构成,通常是多个业务实体的组合 View:视图层,为用户提供UI。重点关 阅读全文
posted @ 2018-03-11 15:25 kaixinyufeng 阅读(200) 评论(0) 推荐(0) 编辑
摘要: IntelliJ IDEA包层级结构显示 如:A.B.C,在项目中希望以如下形式显示: A B C 效果: 再更换为A.B.C形式显示 阅读全文
posted @ 2018-03-09 10:02 kaixinyufeng 阅读(3270) 评论(0) 推荐(0) 编辑