码迷,mamicode.com
首页 >  
搜索关键字:modified    ( 1174个结果
Oracle CheckPoint usage
A checkpoint is the writing by the DBWR (database writer) process of all modified buffers in the SGA buffer cache to the database data files. Data fil...
分类:数据库   时间:2014-12-02 10:32:34    阅读次数:261
[leetcode]Reverse Nodes in k-Group
问题描述: Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. If the number of nodes is not a multiple of k then left-out nodes in the end should remain ...
分类:其他好文   时间:2014-12-01 22:32:51    阅读次数:230
那些年,我们用的浏览器缓存
常用到的缓存有:浏览器缓存,DNS缓存,服务器缓存。总结下前端优化中常用到的浏览器缓存。 expires和cache-control用于本地缓存,Last-Modified和Etag用于协商缓存。 expires是http1.0定义的,是一个具体的日期时间,使用时,需要服务器和PC同步,cache....
分类:其他好文   时间:2014-11-27 21:59:59    阅读次数:231
GitHub常用命令
2012-08-30 22:38:45分类:项目管理1Git简介Git是用C语言开发的分布版本控制系统。版本控制系统可以保留一个文件集合的历史记录,并能回滚到另外一个状态(历史记录状态)。对于任何一个文件,在 Git 内都只有三种状态:已提交(committed),已修改 (modified)和已暂...
分类:其他好文   时间:2014-11-26 22:31:31    阅读次数:228
理解shell中的atime,mtime,ctime
所有文件都有3个时间信息,保存在文件系统中atime (Access time)是文件最后一此读的时间 或者执行文件的时间mtime (Modified time)是文件最后一次写的时间(是在写入文件时随文件内容的更改而更改的)ctime (Create time)是i-node信息最后一次写的时间...
分类:系统相关   时间:2014-11-26 20:55:12    阅读次数:263
Linux下程序包管理之YUM
实验环境:CentOSrelease6.6(Final)一台IP地址:172.16.249.230附带:CentOSrelease6.6光盘镜像文件CentOS-6.6-x86_64-bin-DVD1.isoCentOS-6.6-x86_64-bin-DVD2.isoYUM(YellowdogUpdater,Modified)由DukeUniversity团队,修改YellowDogLinux的YellowDogUpdater开发而成,是一个..
分类:系统相关   时间:2014-11-26 16:47:10    阅读次数:308
php的304方式
一般浏览器请求php是不会被缓存的,除非php直接显示的发送head 304if(isset($_SERVER['HTTP_IF_MODIFIED_SINCE'])) { $browserCachedCopyTimestamp = strtotime(preg_replace('/;.*$/',.....
分类:Web程序   时间:2014-11-25 18:10:02    阅读次数:357
Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen left-o...
分类:其他好文   时间:2014-11-23 23:08:59    阅读次数:332
Leetcode-Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k then le...
分类:其他好文   时间:2014-11-22 07:04:50    阅读次数:136
上拉加载下拉刷新控件WaterRefreshLoadMoreView
上拉加载下拉刷新控件WaterRefreshLoadMoreView效果:源码://// SRSlimeView// @author SR// Modified by JunHan on 13-9-18.//#import #define kStartTo 0.7f#define kE...
分类:其他好文   时间:2014-11-21 23:15:15    阅读次数:646
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!