摘要:nodejs mysql ORM 比node mysql好用多了。 "bookshelf" 支持restful功能,用到的时候研究下:https://www.sitepoint.com/getting started bookshelf js/ create // Data其实是一个model ne
阅读全文
摘要:requireJS使用教程 2.0 常用方法 requirejs.config : 为模块指定别名 requirejs : 将写好的模块进行引入,根据模块编写主代码 define : 编写模块 html main.js require.config({ paths: { jquery: 'jquer
阅读全文
摘要:支持的css:http://caniuse.com/ 用处不大 "gulp autoprefixer" "github官网" js中的css如何处理 使用方式: 1、在sublime中安装autoprefixer,修改user配置,保存即可。 2、使用gulp auotprefixer 还可以清理过
阅读全文
摘要:1、移动web最佳viewport设置 2、看到某个移动产品 有几个meta标签看不懂 记录下 教程:http://www.cnblogs.com/zhaoran/p/4264744.html apple touch fullscreen 没用 apple mobile web app capabl
阅读全文
摘要:发现这个网站还是挺不错的:http://www.ourd3js.com/wordpress/
阅读全文
摘要:教程:http://www.daliane.com/category/wangzhanjianshe/qian_duan_ji_shu/javascript/page/9/ 描述:这是一个关于 line chart,实现的功能比较全。 笔记六:drawChart() 中 circle的动画要放在最后
阅读全文
摘要:<!DOCTYPE html iScroll demo: barebone Zepto(function($){ var myScroll, pullDownEl, pullDownOffset, pullUpEl, pullUpOffset, generatedCount = 0; functio
阅读全文
摘要:iscroll 5 目的:移动web需要用到上拉加载,需要用到弹性滚动,在body上添加css,在安卓下有限制,听说iscroll比较好,就学习一下。也顺便了解下iscroll的所有用法 教程:http://www.cnblogs.com/duanhuajian/archive/2013/04/08
阅读全文
摘要:移动web 教程:http://www.imooc.com/learn/494 ===== iphone5 问题一:640 1136的图片,能否在iphone5上完全显示? chrome下 iphone5:320 568 物理像素 1136 640 dp pt 逻辑像素 568 320 开发用 px
阅读全文
摘要:svg 有哪些元素: svg circle rect ellipse line text 每个元素有哪些属性 svg:width height circle:cx cy r fill stroke stroke width rect:x y width height ellipse: cx cy r
阅读全文
摘要:学习的网址:http://www.cnblogs.com/88999660/articles/1581524.html vi filename: 打开或新建 vi +n filename: 光标置于第n行 vi + filename:光标置于末行 vi +/pattern filename:光标置于
阅读全文
摘要:p: 源代码中包含多行,但是浏览器会忽略多行 产生折行效果 h1:居中用样式实现 :水平线,有的很像border top/bottom,或许用实现更好 pre: 预格式化的文本,可以保留空格和换行,常用于表示源代码。 用空格代替tab,"" 代表 " ","&" 代表 "&", width numb
阅读全文
摘要:运营给的广告设计稿(专题页)如何做 =============== 是按屏分的,屏有如下几种 一张大图的屏 1、background img; background size:contain;问题:图片会很大 2、img width=100%;把大的图片切分为几张小的图片 有背景图片的屏 用img
阅读全文
摘要:以后不需要F5了 之前实现自动刷新,是通过livereload,它需要插件比较麻烦;现在改为browsersync。 "BrowserSync,迅捷从免F5开始" 完整选项 不止是自动刷新:默认就有 UI界面,weinre 用法: 1、静态网站 browser sync start server f
阅读全文
摘要:一、datepicker 早期的 二、datetimepicker 适用于bootstrap2,3兼容性不太好 三、在github上找了个不错的:https://github.com/Eonasdan/bootstrap datetimepicker 用法: 1、可以添加日历图标,也可以不添加日历图
阅读全文