码迷,mamicode.com
首页 >  
搜索关键字:modified    ( 1174个结果
Linux基础整理-软件的安装与卸载
redhat/centos/fedora/suse系列:摘自网址:http://www.runoob.com/linux/linux-yum.htmlyum( Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於...
分类:系统相关   时间:2015-07-20 21:33:20    阅读次数:171
构建高并发高可用的电商平台架构大纲
一、设计理念1.空间换时间1)多级缓存,静态化客户端页面缓存(http header中包含Expires/Cache of Control,last modified(304,server不返回body,客户端可以继续用cache,减少流量),ETag)反向代理缓存应用端的缓存(memcache)内...
分类:其他好文   时间:2015-07-20 12:23:07    阅读次数:244
#25 Reverse Nodes in k-Group
题目链接:https://leetcode.com/problems/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...
分类:其他好文   时间:2015-07-19 18:04:26    阅读次数:128
leetcode | Reverse Nodes in k-Group
Reverse Nodes in k-Group : https://leetcode.com/problems/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...
分类:其他好文   时间:2015-07-18 17:04:26    阅读次数:100
多核程序设计——缓存一致性协议MESI
MESI协议    在MP系统中,每个CPU都有自己独立的cache,缓存之间的一致性很很容易受到破坏的,所以缓存一致性协议就应运而生了。MESI是一种使用非常广泛的缓存一致性协议。    MESI存在”modified”,”exclusive”,”shared”和”invalid”四种状态,协议可以在一个指定的缓存中应用这四种状态。因此,协议在每一个缓存行中维护一个两位的状态”tag”,这个”ta...
分类:其他好文   时间:2015-07-16 14:10:47    阅读次数:213
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 ...
分类:其他好文   时间:2015-07-14 22:40:56    阅读次数:165
HTTP请求方式
1、 GET获取被请求URI(Request-URI)指定的信息(以实体的格式)请求URI设计到 一个数据生成过程,这个过程生成的数据应该被作为实体在相应中返回而不是过程的源文本,除非源文本恰好是过程的输出。如果请求消息包含if-modified-since,if-unmodified-siince...
分类:Web程序   时间:2015-07-14 08:39:58    阅读次数:1273
atitit。浏览器缓存机制 and 微信浏览器防止缓存的设计 attilax 总结
atitit。浏览器缓存机制 and 微信浏览器防止缓存的设计 attilax 总结   1. 缓存的一些机制 1 1.1. http 304 1 1.2. 浏览器刷新的处理机制 1 1.3. Expires 2 1.4. Cache-Control 2 1.5. Last-Modified/E-tag 3 1.6. Etag 主要为了解决 Last-Modified 无法解决的一...
分类:微信   时间:2015-07-12 01:47:43    阅读次数:454
linux yum源的配置及使用
一、什么是yumYum(全称为YellowdogUpdater,Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软件包,无须繁琐地一次次下载、安装。二、yum常..
分类:系统相关   时间:2015-07-11 18:50:52    阅读次数:331
[LeetCode][Java] 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...
分类:编程语言   时间:2015-07-10 22:26:04    阅读次数:154
1174条   上一页 1 ... 84 85 86 87 88 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!