http://www.cnblogs.com/skylar/p/front-end-resource-javascript.htmlJS相关:[javascript标准参考教程] --阮一峰的参考教程,可读性很好,非常不错的[QuirksMode-DOM][深入理解JAVASCRIPT系列]移动相关...
分类:
其他好文 时间:
2015-04-20 09:16:46
阅读次数:
188
【编者按】感谢@lenville对《A Baseline for Front-End [JS] Developers: 2015》的翻译,该文章全面而系统地介绍了前端开发者所应掌握的关键技术及最流行、实用的工具,尤其对于JS开发者大有裨益。大约三年前,我写了一篇《前端开发者的基本技能》,嗯,那大概是...
分类:
其他好文 时间:
2015-04-17 20:03:56
阅读次数:
154
1.《CSS 与 HTML5 响应式图片-前端技术- 云路科技》云路科技 :http://www.iyunlu.com/view/Front-end/70.html2.Web开发者和设计师必须要知道的 iOS 8 十个变化 :http://t.cn/RhlNQCT?u=2046399973&m=37...
分类:
其他好文 时间:
2015-04-13 20:35:07
阅读次数:
154
微软近期Open的职位:SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part o...
分类:
其他好文 时间:
2015-03-21 12:34:31
阅读次数:
141
http://perlmaven.com/deploying-pyton-with-uwsgi-on-ubuntu-13-10The following is a tutorial on how to set up uWSGI with an Nginx front end to server si...
分类:
编程语言 时间:
2015-03-06 16:11:58
阅读次数:
344
http://www.sitepoint.com/another-20-docs-guides-front-end-developers/?utm_medium=email&utm_campaign=SitePoint+Newsletter++26+February+2015&utm_content...
分类:
其他好文 时间:
2015-03-01 17:00:25
阅读次数:
123
This project will demo the techniques that would be used in our project. This version 1 will be just a general-purpose website, it has front-end and backend, the backend requires login. The documen...
分类:
编程语言 时间:
2015-02-10 02:04:11
阅读次数:
171
算法假如有一组数为3,12,24,36,55,68,75,88要查给定的值24.可设三个变量front,mid,end分别指向数据的上界,中间和下界,mid=(front+end)/2. 1.开始令front=0(指向3),end=7(指向88),则mid=3(指向36)。因为mid>x,故应在前....
分类:
编程语言 时间:
2015-01-30 15:20:38
阅读次数:
114
### Behavioral Pattern#### interpreter pattern string -> code instruction set: 提供基本操作virtual machine: 执行指令front-end: 生成效率更高的字节码```void setHe...
分类:
其他好文 时间:
2015-01-20 19:50:35
阅读次数:
187
The app structure:Front-end: app.js/** * Created by Answer1215 on 12/9/2014. */'use strict';function MainCtrl(PeopleService) { var vm = this; vm...