上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页

2015年6月30日

免费的编程书籍索引

摘要: http://www.khchen.cn/index.php/2015/06/26/books/语言无关类操作系统开源世界旅行手册鸟哥的Linux私房菜(简体)Linux 系统高级编程The Linux Command Line(中英文版)Linux 设备驱动(第三版)深入分析Linux内核源码UN... 阅读全文

posted @ 2015-06-30 11:15 鬼鬼丫404 阅读(64) 评论(0) 推荐(0) 编辑

2015年6月26日

如何在手机上禁止浏览器的网页滚动

摘要: http://segmentfault.com/q/1010000000322091document.body.addEventListener('touchmove', function (event) { event.preventDefault();}, false); 阅读全文

posted @ 2015-06-26 10:10 鬼鬼丫404 阅读(190) 评论(0) 推荐(0) 编辑

2015年6月23日

深入理解学习Git常用工作流

摘要: http://my.oschina.net/xirongliu/blog/468571https://github.com/xirong/my-git/blob/master/git-workflow-tutorial.md#小红开始开发一个新功能一、译序二、Git工作流指南2.1 集中式工作流2.... 阅读全文

posted @ 2015-06-23 16:47 鬼鬼丫404 阅读(184) 评论(0) 推荐(0) 编辑

2015年6月18日

【经验总结】html如何控制input只能输入数字

摘要: http://zhidao.baidu.com/link?url=nEh6qETfWoFZf6ihcqBN0F9RebGl6Ss7l1uMRo0qDKLFF4bHFvo5x_NWx6bMm3kQfMuReQM_Leu0W9A3DbhJya 阅读全文

posted @ 2015-06-18 12:31 鬼鬼丫404 阅读(72) 评论(0) 推荐(0) 编辑

抽奖转盘demo页面

摘要: http://www.17sucai.com/preview/1/2015-02-06/抽奖转盘/index.html抽奖.zip 阅读全文

posted @ 2015-06-18 10:30 鬼鬼丫404 阅读(175) 评论(0) 推荐(0) 编辑

2015年6月17日

【经验总结】js关闭当前页面/关闭当前窗口(兼容所有浏览器)

摘要: http://www.111cn.net/wy/js-ajax/50225.htm关闭窗口 阅读全文

posted @ 2015-06-17 18:54 鬼鬼丫404 阅读(167) 评论(0) 推荐(0) 编辑

2015年6月10日

学习网站

摘要: http://www.jikexueyuan.com/search/s/q_HTML5极客学院 http://e.jikexueyuan.com/bootstrap.html?hmsr=bootstrap_guide_bsevent_eCTO学院 http://edu.51cto.com/ http... 阅读全文

posted @ 2015-06-10 15:51 鬼鬼丫404 阅读(117) 评论(0) 推荐(0) 编辑

2015年6月9日

[CSS] ipad Safari input text 的兼容问题。 怎么把上面那个自带阴影去掉?

摘要: http://bbs.blueidea.com/thread-3073843-1-1.htmlinput[type="text"], input[type="email"], input[type="search"], input[type="password"] ,input[type="tel"... 阅读全文

posted @ 2015-06-09 16:11 鬼鬼丫404 阅读(230) 评论(0) 推荐(0) 编辑

input type="submit"按钮在iphone里面兼容问题

摘要: input type="submit"按钮在iphone里面兼容问题,尽量将背景或者border的样式写在input外面的大盒子上面,不然iphone里面会出现兼容问题 阅读全文

posted @ 2015-06-09 16:06 鬼鬼丫404 阅读(226) 评论(0) 推荐(0) 编辑

2015年6月5日

利用JQuery.LazyLoad实现图片延迟加载,求大神指教。。。

摘要: http://zhidao.baidu.com/link?url=V7cgIiQ_YCY5lSKIoyuAvQnh3kYTjm--lUz07HGbua-O-PIJARie4XJefbpYxYJnV2aG3bUxNZSWTfhc943PO1ONCh3yvcZnWNeJvIvFTuy云联中国可以负责任的... 阅读全文

posted @ 2015-06-05 17:32 鬼鬼丫404 阅读(219) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页

导航