摘要: Gcanvas GCanvas 提供了一套类似于 H5 Canvas 标准的 JavaScript API。基于这套 API 可以方便的去做图形绘制、动画渲染等,开发的体验与 H5 Canvas 是完全一样的。 地址:http://web.jobbole.com/91937/ 阅读全文
posted @ 2017-12-14 17:36 web程序员 阅读(73) 评论(0) 推荐(0) 编辑
摘要: var tool={ getWindowHeight:function(){ return $(window).height(); }, getWindowWidth:function(){ return $(window).width(); }, time:function(){ var t=ne 阅读全文
posted @ 2017-08-03 19:23 web程序员 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: mongoose操作数据库 robomongo //mogodb可视化工具 阅读全文
posted @ 2017-07-09 00:34 web程序员 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 2017/7/6 https://router.vuejs.org/zh-cn/advanced/navigation-guards.html?q= //vue-router 2的API,但很详细,要看 https://molunerfinn.com/Vue+Koa/?utm_source=tuic 阅读全文
posted @ 2017-07-06 19:51 web程序员 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 2017.7.3 http://www.yyyweb.com/4550.html //vue服务端渲染 https://segmentfault.com/a/1190000008570622 // Vue生命周期 http://blog.csdn.net/fanhu6816/article/deta 阅读全文
posted @ 2017-07-03 00:46 web程序员 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1. url模块2. querystring模块 //序列化 querystring.stringify({name:'scott',course:['jade','node'],from:''}) ==>第二个参数为可以替换&, 第三个参数为可以在后面增加东西 输出结果为: 'name=scott 阅读全文
posted @ 2017-06-26 15:55 web程序员 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-22 15:55 web程序员 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https > node创建服务器 buffer write:写入字符串 toString:把编码改变成字符串 编码转换成base64,然后再转换回来 使用buffer拷贝图片 后面加编码就可以直接在页面中展示 用流转输比较大型点的东西,类型视频或者其它 阅读全文
posted @ 2017-06-21 10:46 web程序员 阅读(86) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hongchh/article/details/55113751 //vue里webpack配置详解 vue-cli各项说明 ==> 地址 https://segmentfault.com/a/1190000007880723 > vue-cli#2.0项目 阅读全文
posted @ 2017-05-31 17:53 web程序员 阅读(172) 评论(0) 推荐(0) 编辑
摘要: vue基础弄一遍,至少要知道各个东西代表什么 (平行任务 > canvas,正则表达式《重要》,svg(暂缓)) vue-cli整合 ,build打包,vue预加载(或者按需加载) mork数据 vue和express整合 组成node中间层 node转发java或者其它后端的接口。。。以及有关服务 阅读全文
posted @ 2017-05-31 00:26 web程序员 阅读(75) 评论(0) 推荐(0) 编辑