码迷,mamicode.com
首页 >  
搜索关键字:modified    ( 1174个结果
[LeetCode] Reverse Nodes in k-Group
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 ...
分类:其他好文   时间:2015-04-23 17:25:47    阅读次数:124
git workflow常用命令
git initgit statusgit add readme.txtgit add --all Adds all new or modified filesgit commit -m"message"git add '*.txt' Add all txt file in the who...
分类:其他好文   时间:2015-04-23 15:19:36    阅读次数:122
Linux -Yum 命令详解
yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载、安装。yu...
分类:系统相关   时间:2015-04-23 09:27:31    阅读次数:176
CentOS yum 源的配置与使用
转载地址:http://www.cnblogs.com/mchina/archive/2013/01/04/2842275.html一、yum 简介 yum,是Yellow dog Updater, Modified 的简称,是杜克大学为了提高RPM 软件包安装性而开发的一种软件包管理器。起初是由....
分类:其他好文   时间:2015-04-23 09:25:52    阅读次数:208
Linux yum命令
一、简介 yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载、...
分类:系统相关   时间:2015-04-22 23:58:16    阅读次数:429
[LeetCode] Reverse Nodes in k-Group 每k个一组翻转链表
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...
分类:其他好文   时间:2015-04-20 14:44:04    阅读次数:98
Linux 软件包管理器-----yum配置详解一
一、yum简介Yum(全称为YellowdogUpdater,Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软件包,无须繁琐地一次次下载、安装。yum的理念是..
分类:系统相关   时间:2015-04-19 06:36:05    阅读次数:486
HTTP Caching
上面的图解释了 Last-Modified, If-Modified-Since, Cache-Control,以及ETag 头域的用法。在Yii中,可以在控制器中配置行为来生成这些Last-Modified, ETag, Cache-Control。方法是在behaviors中指定HttpCach...
分类:Web程序   时间:2015-04-18 23:34:07    阅读次数:146
enable feature AJAX of MOSS2007
As default, the feature AJAX of MOSS2007 is disabled, so the site web configuration file should be modified to enable AJAX to achieve the auto complet...
分类:Web程序   时间:2015-04-17 18:05:01    阅读次数:246
对 HTTP 304 的理解(转)
对 HTTP 304 的理解(转)最近和同事一起看Web的Cache问题,又进一步理解了 HTTP 中的 304 又有了一些了解。304 的标准解释是:Not Modified 客户端有缓冲的文档并发出了一个条件性的请求(一般是提供If-Modified-Since头表示客户只想比指定日期更新的文档...
分类:Web程序   时间:2015-04-17 17:34:20    阅读次数:115
1174条   上一页 1 ... 92 93 94 95 96 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!