码迷,mamicode.com
首页 >  
搜索关键字:front    ( 2274个结果
前端工程师的知识体系
Front-End Engineer 这词很好的体现了前端的特(ku)殊(bi)性。 下图是张克军绘制的前端工程师图解: 前端开发的核心是HTML + CSS + JavaScript。本质上它们构成一个MVC框架,即HTML作为信息模型(Model),CSS控制样式(View),JavaScrip...
分类:其他好文   时间:2014-12-19 19:00:02    阅读次数:199
分页控件代码逻辑(JS版本&PHP版本)
JS版本: //total_page:总页数 //boundary:页数临界值 //front_range:前段显示页码数 //mid_range:中段显示页码数 //rear_range后段显示页码数 //page_size:每页记录数 var pagin...
分类:Web程序   时间:2014-12-19 17:19:13    阅读次数:188
前端好难
In many ways, I think being a front end engineer is one of the most complicated jobs in computer science. Most traditional programming concepts don’t ...
分类:其他好文   时间:2014-12-18 18:10:45    阅读次数:181
Web优化之YaHoo Web优化的14条法则
Yahoo Web优化建议原文:Best Practices for Speeding Up Your Web Site Web应用性能优化黄金法则:先优化前端程序(front-end)的性能,因为这是80%或以上的最终用户响应时间的花费所在。 法则1. 减少HTTP请求次数 80%的最终用户响应时...
分类:Web程序   时间:2014-12-18 16:30:28    阅读次数:263
【前端基础】基础知识
https://github.com/h5bp/Front-end-Developer-Interview-Questions#contributors1. 一般性问题 What did you learn yesterday/this week?What excites or interests ...
分类:其他好文   时间:2014-12-18 11:45:57    阅读次数:555
ShowModal 和 Show 的区别
Show: Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen. ShowModal: Use ShowModal to show a form as a modal form.  A modal form is ...
分类:其他好文   时间:2014-12-17 18:28:10    阅读次数:219
B - Commando War
DescriptionGCommando WarInput:Standard InputOutput:Standard Output“Waiting for orders we held in the wood, word from the front never cameBy evening th...
分类:其他好文   时间:2014-12-16 20:47:05    阅读次数:135
Magento请求分发与控制器
Magento请求分发与控制器Magento使用的是MVC结构,模型-试图-控制器结构,这样更好的实现显示逻辑和数据,业务逻辑的分离,更好的适合开发!下面为传统的mvc结构 URL请求被一个PHP文件拦截,这个文件通常称为前端控制器(Front Controller) 这个PHP文件分析这个URL,...
分类:其他好文   时间:2014-12-16 11:36:30    阅读次数:134
Zend framework处理一个http请求的流程
Zend framework处理一个http请求的流程 ? 1, 首先是bootstrap过程,初始化程序里用到的资源 2, 创建一个Zend_Controller_Front实体,实现front controller模式,这个实体类会负责将http请求派遣到恰当的control...
分类:Web程序   时间:2014-12-10 12:46:36    阅读次数:205
UVA 11729 Commando War
Commando WarInput: Standard InputOutput: Standard Output “Waiting for orders we held in the wood, word from the front never cameBy evening the sound ....
分类:其他好文   时间:2014-12-08 22:37:45    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!