码迷,mamicode.com
首页 >  
搜索关键字:front    ( 2274个结果
fcp使用
参考1fcp是Front-end Compile Platform的简写,即前端编译平台。随着各大公司对前端开发越来越重视,前端开发人数越来越多,就引发了很多的问题:1、如何让大家都按照编码规范来2、如何很方便的进行前端性能优化3、如何避免前端安全漏洞如何使用fcp是用PHP开发的,里面用到了很多第...
分类:其他好文   时间:2014-12-08 21:17:54    阅读次数:140
Getting Started with Web API
1. Create a Web API Project you will use ASP.NET Web API to create a web API that returns a list of products. The front-end web page uses jQuery to d....
分类:Windows程序   时间:2014-12-08 20:56:21    阅读次数:269
基于Bootstrap+jQuery.validate Form表单验证实践
基于Bootstrap jQuery.validate Form表单验证实践项目结构 :github 上源码地址:https://github.com/starzou/front-end-example 点击打开1、form 表单代码[html]view plaincopyBootstrapFor....
分类:Web程序   时间:2014-12-05 19:02:55    阅读次数:268
mvc:view-controller
@RequestMapping("/index") public ModelAndView gotoIdex(){ ModelAndView mav = new ModelAndView(); mav.setViewName("/modules/front/in...
分类:Web程序   时间:2014-12-03 14:08:29    阅读次数:165
Png的秘密
PNG是我们经常使用的图片格式,但是你真的了解PNG吗?此次一淘前端分享会,一丝冰凉将带大家深入了解你不知道的PNG。首先有三个问题:什么是 PNG?PNG 有哪些特点?如何优化 PNG?Png的秘密— 内容简介 原文地址:http://www.iyunlu.com/view/Front-end/6...
分类:其他好文   时间:2014-12-02 20:31:03    阅读次数:255
Difference Between Vector and Deque in C++
1) Dequeue can quickly insert or delete both at the front or the end. However, vector can only quickly insert or delete at the end.2) Memory allocatio...
分类:编程语言   时间:2014-11-28 14:15:34    阅读次数:145
About compiling some source code on centos
1. To change the order of PATH items, you just need to put the newly-added path in front of the PATH, or at the back of the path to put it behind all ...
分类:其他好文   时间:2014-11-24 20:38:15    阅读次数:201
java连接MySql数据库
1.首先安装MySql2.其次方便操作mysql应该下载一个图形界面的数据库操作软件:例如mysql-front或者 EMS Sql manager3.安装ems时会提示设置root用户的密码,这个密码在以后连接数据库时会用的到。例如设置为 "126456"4.其次想通过编译包含数据库操作的函数要在...
分类:数据库   时间:2014-11-23 15:56:45    阅读次数:203
Java数据结构系列之——队列(2):循环队列的顺序存储结构及其实现
package queue.circleSequenceQueue; /** * 这里我们规定队列满时数组中还有一个空闲空间,不允许将数组中的空间全部存满 * 循环队列满的条件是:(rear+1)%QueueSize==front * 长度计算公式为:(rear-front+QueueSize)%QueueSize * @author wl */ public class CircleS...
分类:编程语言   时间:2014-11-23 09:19:33    阅读次数:376
反转迭代器和插入迭代器的区别
反转迭代器顾名思义,反向操作容器,而插入迭代器是将迭代器的赋值操作转换为push_back(),push_front(),insert()操作。插入迭代器要求容器必须包含对应的push_back(),push_front(),insert()操作,这样才能对容器进行插入。插入迭代器分三种 back....
分类:其他好文   时间:2014-11-18 23:17:36    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!