*博客地址
*收集的不全,以后慢慢补上。排名不分先后。
清华大学自然语言处理与社会人文计算实验室 http://nlp.csai.tsinghua.edu.cn/site2/
清华大学智能技术与系统国家重点实验室信息检索组 http://www.thuir.cn/cms/
哈工大社会计算与信息检索研究中心 http://ir.hit.edu.cn/
哈工大机器智能...
分类:
编程语言 时间:
2015-04-05 22:01:24
阅读次数:
340
// 获取对象当前所站立的层值,1、2、4、8、16 public static int GetAgentLayer(NavMeshAgent agent) { NavMeshHit hit; bool reach = NavMesh.SamplePo...
分类:
其他好文 时间:
2015-04-03 22:18:40
阅读次数:
184
Unless MS DTC is currently installed on the computer running the instance of the Database Engine, this example produces an error message. For more inf...
分类:
其他好文 时间:
2015-04-03 00:14:36
阅读次数:
445
# 把Busybox所有的命令通过alias映射出来(若此命令不存在时)# 这么做只是为了平时敲命令行时无须额外的打 busybox (感觉很麻烦的说)for applet in $(busybox | busybox sed '1,/Currently defined functions/d;s/...
分类:
移动开发 时间:
2015-04-01 19:09:29
阅读次数:
292
Centos6.5使用yum安装软件的时候报错 Another app is currently holding the yum lock; waiting for it to exit... 这是因为后台可能有其它的软件在执行安装,占用的yum程序
分类:
移动开发 时间:
2015-04-01 17:29:28
阅读次数:
180
1003. Hit or Miss
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
One very simple type of solitaire game known as "Hit or Miss" (also known as "Frustration," "Harvest...
分类:
其他好文 时间:
2015-03-31 09:04:10
阅读次数:
200
Magic Pen 6
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)
Total Submission(s): 1964 Accepted Submission(s): 682
Problem Description
In HIT, many pe...
分类:
其他好文 时间:
2015-03-28 17:24:42
阅读次数:
136
service nagios restart
Running configuration check...done.
Stopping nagios: .done.
Starting nagios:This account is currently not available.
done.
解决方法
vi /etc/passwd
将:nagios:x:505:505::/home/nagi...
分类:
移动开发 时间:
2015-03-18 18:05:12
阅读次数:
253
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P...
分类:
其他好文 时间:
2015-03-16 19:12:41
阅读次数:
145
前言:为什么我的UITextView无法滑动了?“当用户触发某一事件(触摸事件或运动事件)后,UIKit会创建一个事件对象(UIEvent),该对象包含一些处理事件所需要的信息。然后事件对象被放到一个事件队列中。这些事件按照先进先出的顺序来处理。当处理事件时,程序的UIApplication对象会从...
分类:
其他好文 时间:
2015-03-15 02:00:02
阅读次数:
154