会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
web程序员
博客园
首页
新随笔
联系
订阅
管理
2017年12月14日
Canvas
摘要: Gcanvas GCanvas 提供了一套类似于 H5 Canvas 标准的 JavaScript API。基于这套 API 可以方便的去做图形绘制、动画渲染等,开发的体验与 H5 Canvas 是完全一样的。 地址:http://web.jobbole.com/91937/
阅读全文
posted @ 2017-12-14 17:36 web程序员
阅读(81)
评论(0)
推荐(0)
2017年8月3日
正则xss
摘要: var tool={ getWindowHeight:function(){ return $(window).height(); }, getWindowWidth:function(){ return $(window).width(); }, time:function(){ var t=ne
阅读全文
posted @ 2017-08-03 19:23 web程序员
阅读(1057)
评论(0)
推荐(0)
2017年7月9日
mongoDB学习记录
摘要: mongoose操作数据库 robomongo //mogodb可视化工具
阅读全文
posted @ 2017-07-09 00:34 web程序员
阅读(117)
评论(0)
推荐(0)
2017年7月6日
查找,学习,记录
摘要: 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程序员
阅读(211)
评论(0)
推荐(0)
2017年7月3日
地址
摘要: 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程序员
阅读(148)
评论(0)
推荐(0)
2017年6月26日
node实战学习纪录
摘要: 1. url模块2. querystring模块 //序列化 querystring.stringify({name:'scott',course:['jade','node'],from:''}) ==>第二个参数为可以替换&, 第三个参数为可以在后面增加东西 输出结果为: 'name=scott
阅读全文
posted @ 2017-06-26 15:55 web程序员
阅读(114)
评论(0)
推荐(0)
2017年6月22日
HTTP
摘要:
阅读全文
posted @ 2017-06-22 15:55 web程序员
阅读(92)
评论(0)
推荐(0)
2017年6月21日
nodejs学习记录
摘要: https > node创建服务器 buffer write:写入字符串 toString:把编码改变成字符串 编码转换成base64,然后再转换回来 使用buffer拷贝图片 后面加编码就可以直接在页面中展示 用流转输比较大型点的东西,类型视频或者其它
阅读全文
posted @ 2017-06-21 10:46 web程序员
阅读(90)
评论(0)
推荐(0)
2017年5月31日
vue-cli
摘要: 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程序员
阅读(182)
评论(0)
推荐(0)
换,路径
摘要: vue基础弄一遍,至少要知道各个东西代表什么 (平行任务 > canvas,正则表达式《重要》,svg(暂缓)) vue-cli整合 ,build打包,vue预加载(或者按需加载) mork数据 vue和express整合 组成node中间层 node转发java或者其它后端的接口。。。以及有关服务
阅读全文
posted @ 2017-05-31 00:26 web程序员
阅读(80)
评论(0)
推荐(0)
下一页
公告