上一页 1 2 3 4 5 6 7 ··· 26 下一页
2016年8月7日

sublime text 3 技巧

摘要: sublime text 技巧 ========== 学习目的:熟悉sublime快捷键和功能,改进自己的工作方式。 学习流程:先把视频中涉及到的技巧记录下,再完整的看一遍所有的菜单和功能。 "前端开发工具技巧介绍—Sublime篇" ctrl+enter: 新建下一行 ctrl+p: 找文件 @很 阅读全文
posted @ 2016-08-07 17:32 j.w 阅读(159) 评论(0) 推荐(0) 编辑
2016年8月4日

浏览器

摘要: 1、firefox下使用手机模式,需要启动事件侦听。 2、firefox下修改密码时,如果使用button来提交修改操作,则会弹出选择更新密码的用户框,为了避免触发这个框,需要用a来提交修改操作 阅读全文
posted @ 2016-08-04 14:32 j.w 阅读(153) 评论(0) 推荐(0) 编辑
2016年8月3日

html 问题

摘要: 1、footer处理 目标: 页面较短,footer位于页面底部,出现滚动条时,依然在原来的位置,不随滚动条移动 页面较长,位于元素底部 .container{ position: relative } .footer{ position: absolute; bottom: 0 } var w_h 阅读全文
posted @ 2016-08-03 22:22 j.w 阅读(137) 评论(0) 推荐(0) 编辑
2016年7月30日

bookshelf

摘要: nodejs mysql ORM 比node mysql好用多了。 "bookshelf" 支持restful功能,用到的时候研究下:https://www.sitepoint.com/getting started bookshelf js/ create // Data其实是一个model ne 阅读全文
posted @ 2016-07-30 19:34 j.w 阅读(621) 评论(0) 推荐(0) 编辑
2016年7月22日

requireJS 用法

摘要: requireJS使用教程 2.0 常用方法 requirejs.config : 为模块指定别名 requirejs : 将写好的模块进行引入,根据模块编写主代码 define : 编写模块 html main.js require.config({ paths: { jquery: 'jquer 阅读全文
posted @ 2016-07-22 22:12 j.w 阅读(949) 评论(0) 推荐(0) 编辑

autoprefixer

摘要: 支持的css:http://caniuse.com/ 用处不大 "gulp autoprefixer" "github官网" js中的css如何处理 使用方式: 1、在sublime中安装autoprefixer,修改user配置,保存即可。 2、使用gulp auotprefixer 还可以清理过 阅读全文
posted @ 2016-07-22 10:16 j.w 阅读(127) 评论(0) 推荐(0) 编辑
2016年7月21日

移动端 代码块

摘要: 1、移动web最佳viewport设置 2、看到某个移动产品 有几个meta标签看不懂 记录下 教程:http://www.cnblogs.com/zhaoran/p/4264744.html apple touch fullscreen 没用 apple mobile web app capabl 阅读全文
posted @ 2016-07-21 21:03 j.w 阅读(213) 评论(0) 推荐(0) 编辑

D3 学习资源

摘要: 发现这个网站还是挺不错的:http://www.ourd3js.com/wordpress/ 阅读全文
posted @ 2016-07-21 20:58 j.w 阅读(148) 评论(0) 推荐(0) 编辑

折线图

摘要: 教程:http://www.daliane.com/category/wangzhanjianshe/qian_duan_ji_shu/javascript/page/9/ 描述:这是一个关于 line chart,实现的功能比较全。 笔记六:drawChart() 中 circle的动画要放在最后 阅读全文
posted @ 2016-07-21 20:41 j.w 阅读(158) 评论(0) 推荐(0) 编辑

iscroll 4 下拉 上拉 加载

摘要: <!DOCTYPE html iScroll demo: barebone Zepto(function($){ var myScroll, pullDownEl, pullDownOffset, pullUpEl, pullUpOffset, generatedCount = 0; functio 阅读全文
posted @ 2016-07-21 15:38 j.w 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 26 下一页