当程序需要第k+1层中的某个数据时d,会首先在它的缓存k层中寻找。如果数据刚好在k层中,就称为缓存命中(cache hit)。 终端用户访问加速节点时,如果该节点有缓存住了要被访问的数据时就叫做命中,如果没有的话需要回原服务器取,就是没有命中。 取数据的过程与用户访问是同步进行的,所以即使是...
分类:
其他好文 时间:
2015-05-12 22:27:46
阅读次数:
150
学习NGUI一直断断续续的,目前打算做一个总结的笔记。我使用的是比较老的3.6.0版本。1.使用NGUI,需要开启“Edit”->“Project Settings”->“Physics”里的“Raycasts Hit Tiggers”选项,否则无法使用交互系统,当前该选项是默认开启的。2.NGUI...
分类:
其他好文 时间:
2015-05-12 15:00:42
阅读次数:
222
ZOJ 3597题意是说有n把枪,有m个靶子,每把枪只有一发子弹(也就是说一把枪最多只能打一个靶子), 告诉你第 i 把枪可以打到第j个靶,现在等概率的出现一个连续的P把枪,在知道这P把枪之后,你被允许选择一个连续的Q个靶子,使得这P把枪所打到的靶子的数目最多,问打到的靶子数目的期望值是多少。这题通...
分类:
其他好文 时间:
2015-05-10 22:16:57
阅读次数:
310
The hit list summarizes the measurements of execution and processing times into one entry per operation. If the aggregation is 'per calling position',...
分类:
其他好文 时间:
2015-04-28 17:50:56
阅读次数:
189
通过以下语句查看到发生物理读较大的SQL语句selectexecutions,
disk_reads,
buffer_gets,
round((buffer_gets-disk_reads)/buffer_gets,2)Hit_radio,
round(disk_reads/executions,2)reads_per_run,
sql_text,
sql_id,
last_load_time
Fromv$sqlarea
Whereexecutions>0
andb..
分类:
数据库 时间:
2015-04-20 19:01:49
阅读次数:
237
1 now,the hit count is:"."".$hits[0]."";?>
分类:
其他好文 时间:
2015-04-20 14:39:57
阅读次数:
190
Amazing Counters - Free Web Counter Free Hit Counters http://www.amazingcounters.com Welcome to RevolverMaps | RevolverMaps - Free 3D Visitor Maps htt...
分类:
其他好文 时间:
2015-04-18 17:19:10
阅读次数:
113
using UnityEngine;using System.Collections;public class ModelsPosChange : MonoBehaviour { RaycastHit hit; private Transform Icon; bool isMove...
分类:
移动开发 时间:
2015-04-17 15:27:12
阅读次数:
205
先上效果图: 主要的类: #include "Hole.h"#include #include "ccMacros.h"Hole::Hole(void){ this->image = NULL; this->animation = NULL; this->hit = NU...
分类:
其他好文 时间:
2015-04-11 16:07:12
阅读次数:
133
*博客地址
*收集的不全,以后慢慢补上。排名不分先后。
清华大学自然语言处理与社会人文计算实验室 http://nlp.csai.tsinghua.edu.cn/site2/
清华大学智能技术与系统国家重点实验室信息检索组 http://www.thuir.cn/cms/
哈工大社会计算与信息检索研究中心 http://ir.hit.edu.cn/
哈工大机器智能...
分类:
编程语言 时间:
2015-04-05 22:01:24
阅读次数:
340