码迷,mamicode.com
首页 >  
搜索关键字:mission control    ( 11413个结果
页面加载优化的14条原则
1. 尽可能的减少 HTTP 的请求数[content]2. 使用 CDN(Content Delivery Network)[server]3. 添加 Expires 头(或者 Cache-control )[server]4. Gzip 组件[server]5. 将 CSS 样式放在页面的上方[...
分类:其他好文   时间:2014-11-08 07:06:44    阅读次数:375
version control system:git/hg/subversion/cvs/clearcase/vss。software configruation management。代码集成CI:Cruisecontrol/hudson/buildbot
version control system: git/hg/subversion/cvs/clearcase/vsssoftware configruation management: daily build/smoke test/auto test代码集成CI: Cruis...
分类:数据库   时间:2014-11-08 02:00:14    阅读次数:205
推荐一些自己觉得好用的Sublime Text3插件
所有插件使用package control安装,国内某些破解版的sublime已内置该插件,没有内置的自己百度安装方法,在此不再复述 打开sublime,ctrl+shift+P,输入pis回车,稍等一会儿,即可选择想要安装的插件 这里都是推荐我在用觉得好用的插件,不定期更新 1.ConvertToUTF8 Sublime原生不支持GBK等编码,打开这类编码文件时中文或一些字符都乱...
分类:其他好文   时间:2014-11-08 00:55:56    阅读次数:254
PHP header('cache-control:***,***,***‘')
网页缓存由HTTP消息头中的Cache-control控制,常见取值有private、no-cache、max-age、must-revalidate等,默认为private。浏览器的访问方式分为以下几种:1,打开一个新窗口此种情况下,private,no-cache,must-revalidate都会重新访问服务器max-age在设定的时间内不会重新访问..
分类:Web程序   时间:2014-11-07 15:04:42    阅读次数:133
IE下GridView导出Excel无反应
使用GridView导出Excel的方法把GridView中的内容导出为Excel: /// /// 将网格数据导出到Excel /// /// 网格名称(如GridView1) /// 要导出的文件类型(Excel:application/ms-excel) /// 要保存的文件名 public void GridViewToExcel(Control ctrl, string Fil...
分类:其他好文   时间:2014-11-07 13:09:58    阅读次数:152
ThinkPHP 3.2 Apache .htaccess 开启缓存max-age(2014-11-7修正版)
Files *> Options -Indexes Files> IfModule mod_headers.c> FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> Header set Cache-Control "max-age=2592000, public" FilesMatch> FilesMatch "\.(x...
分类:数据库   时间:2014-11-07 09:53:58    阅读次数:271
delphi 单引号在字符串中使用方法
可以看delph的帮助,里面有这个问题详细说明:A character string, also called a string literal or string constant, consists of a quoted string, a control string, or a combi...
分类:Windows程序   时间:2014-11-07 09:50:58    阅读次数:196
How To Use Git Source Control with Xcode in iOS 7
ios代码控制 git...
分类:移动开发   时间:2014-11-06 23:39:49    阅读次数:665
Think in ISP(image sensor pipe )之How to implement an effecitive AE
How to implement a effecitive AE. AE ME,MC Minual exposure //time,line   Max exposure //average ill help to control it.   Gain Range Minimal Max: Upper bound://...
分类:其他好文   时间:2014-11-06 22:01:41    阅读次数:237
谈谈依赖注入DI
控制反转(Inversion of Control,英文缩写为IoC)是一个重要的面向对象编程的法则来削减计算机程序的耦合问题,也是轻量级的Spring框架的核心。 控制反转一般分为两种类型,依赖注入(Dependency Injection,简称DI)和依赖查找(Dependency Look.....
分类:其他好文   时间:2014-11-06 21:51:18    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!