随笔分类 -  其他

摘要:rx学习指南https://rxjs-cn.github.io/learn-rxjs-operators/https://robin-front.gitbooks.io/rxjs-doc-chinese/https://segmentfault.com/a/1190000019753692 缓存ht 阅读全文
posted @ 2020-07-11 08:19 五艺 阅读(414) 评论(0) 推荐(0) 编辑
摘要:1、https://github.com/Okazari/Rythm.js 页面跳舞的javascript库 2、https://github.com/Tonejs/Tone.js 浏览器中制作交互式音乐的Web Audio框架 3、https://github.com/leonardomso/33 阅读全文
posted @ 2019-04-09 14:21 五艺 阅读(128) 评论(0) 推荐(0) 编辑
摘要:Vue.mixin({ beforeRouteLeave(to, from, next) { if (!to.path.startsWith(from.path)) { this.$destroy(); } next(); } }); 浏览器兼容性测试网站 http://caniuse.com/ h 阅读全文
posted @ 2018-08-06 16:27 五艺 阅读(1094) 评论(0) 推荐(0) 编辑
摘要:Contributing Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the br 阅读全文
posted @ 2017-09-07 22:16 五艺 阅读(180) 评论(0) 推荐(0) 编辑
摘要:1、宫保鸡丁 2、西红柿炒鸡蛋 3、地三鲜 4、炒土豆丝 阅读全文
posted @ 2017-09-03 15:01 五艺 阅读(198) 评论(0) 推荐(0) 编辑
摘要:1、There + be + 主语+地点状语/时间状语 There's a boat in the river. 河里有条船。 2、What't wrong with + sb/ sth.? What's wrong with your watch? 你的手表有什么毛病? 3、How do you 阅读全文
posted @ 2017-07-02 10:22 五艺 阅读(198) 评论(0) 推荐(0) 编辑
摘要:angular 文档 https://angular.cn/docs/ts/latest/quickstart.html http://sc.qq.com/fx/u?r=OfFE5AA ios https://github.com/zhengwenming/WMPlayer angular/ocla 阅读全文
posted @ 2016-11-10 12:52 五艺 阅读(239) 评论(0) 推荐(0) 编辑
摘要:var areaJson22 = { "id": "0", "name": "全国", "parentId": null, "checked": false, "isParent": "true", "icon": null, "type": null, "lng": null, "lat": nu 阅读全文
posted @ 2016-10-25 13:44 五艺 阅读(970) 评论(0) 推荐(0) 编辑
摘要:http://2016.360.cn/?from=kaijihelper 中文js https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array 做过的http://www.onpku.c 阅读全文
posted @ 2016-08-12 09:24 五艺 阅读(445) 评论(0) 推荐(0) 编辑
摘要:转自:http://winterfeel.com/ 收集 1、csdh 网站 2、麦子学院 3、http://www.newcger.com/ AE模板 4、http://huaban.com/ 设计图库 5、http://winterfeel.com/ http://www.75team.com/ 阅读全文
posted @ 2016-08-04 09:40 五艺 阅读(182) 评论(0) 推荐(0) 编辑
摘要:express-handlebars 修改模板后缀 阅读全文
posted @ 2016-07-20 21:42 五艺 阅读(161) 评论(0) 推荐(0) 编辑
摘要:匪徒团队发言: 实例: 你们要干02就干吧! 你们惹不起。果断认前面的牌是条子。身后两张必然是好人大叔你是个杀吗?强聊pk牌是认杀似发言。我不信你是张警察警察给予支撑点。犹豫。杀手心虚,对于自己匪同伴想打不敢打。和匪徒战队近似扬刀。明确的抗推好人牌。别人给我地话,听懂了。 阅读全文
posted @ 2016-04-30 09:52 五艺 阅读(219) 评论(0) 推荐(0) 编辑
摘要://页面加载完就执行 $(function(){ //自动根据url把当前菜单激活 var page_id = GetQueryString('page_id'); //如果中没有指定page_id,则判断有没有父目录为0的页面,默认打开第一个 if(!page_id) { page_id = $( 阅读全文
posted @ 2016-04-26 13:14 五艺 阅读(308) 评论(0) 推荐(0) 编辑
摘要:Modernizr.js html5,css3 特性检测 阅读全文
posted @ 2016-04-09 15:09 五艺 阅读(131) 评论(0) 推荐(0) 编辑
摘要:ui插件库 http://amazeui.org/ alloyteam团队 http://alloyteam.github.io/ http://www.it1352.com/ 论坛 https://segmentfault.com/ 前往PC版切图框架SLICY http://m.slicy.cn 阅读全文
posted @ 2016-04-04 18:18 五艺 阅读(757) 评论(0) 推荐(0) 编辑
摘要:首页 index.html site :站点对象栏目 cover.html list.html node :栏目对象, text :正文详细 info.html node :栏目对象, info :文档对象, title标题, text:正文 一、index.html 1、首页title内容 ${s 阅读全文
posted @ 2016-03-30 17:30 五艺 阅读(2270) 评论(0) 推荐(0) 编辑
摘要:1、border-collapse 为表格设置合并边框模型 2、border-spacing border-spacing 属性设置相邻单元格的边框间的距离 backface-visibility:hidden; 隐藏被旋转的 div 元素的背面 m.dx.com http://www.365min 阅读全文
posted @ 2016-03-30 09:13 五艺 阅读(203) 评论(0) 推荐(0) 编辑
摘要:栏目分级: 一、首页 二、解决方案 (栏目) 1、栏目模型 名称: 新闻: 封面模板:cover.html (没有子栏目模型不会用到) 列表页模板:list.html 2、文档模型 名称:新闻 模板:info.html 三、智慧旅游 (子栏目) [#escape x as (x)!?html] [/ 阅读全文
posted @ 2016-03-28 20:30 五艺 阅读(529) 评论(0) 推荐(0) 编辑

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