git log --graph --pretty=oneline --abbrev-commit
分类:
其他好文 时间:
2016-01-13 15:45:39
阅读次数:
124
该题很容易想到求概率的转移方程:用d[i][j]表示第i...
分类:
其他好文 时间:
2016-01-13 13:04:19
阅读次数:
161
1659: Graph CenterTime Limit: 1 SecMemory Limit: 128 MBSubmit: 63Solved: 25[id=1659">Submit][Status][Web Board]DescriptionThe center of a graph is the...
分类:
其他好文 时间:
2016-01-12 13:38:19
阅读次数:
125
x字符x\\反斜线字符\0n带有八进制值0的字符n(0?@[\]^_`{|}~\p{Graph}可见字符:[\p{Alnum}\p{Punct}]\p{Print}可打印字符:[\p{Graph}\x20]\p{Blank}空格或制表符:[ \t]\p{Cntrl}控制字符:[\x00-\x1F\x...
分类:
其他好文 时间:
2016-01-09 00:59:52
阅读次数:
260
Given a directed graph, design an algorithm to find out whether there is a route between two nodes.Have you met this question in a real interview? Yes...
分类:
其他好文 时间:
2016-01-06 06:48:23
阅读次数:
196
1、问题在运行ROS by Example 2--Indigo版本中,运行 smach_viewer,再运行巡逻,命令如下:$ rosrun smach_viewer smach_viewer.py$ rosrun rbx2_tasks patrol_smach.py出现如下错误:xception ...
分类:
系统相关 时间:
2016-01-05 20:51:56
阅读次数:
343
soot是一个可以接收java source code, bytecode, 及 android apk的代码优化框架,由于其提供了四种中间表达形式,使得分析更方便,因此也用来做代码分析。soot支持call graph construction, point to analysis等。四种中间表达...
分类:
编程语言 时间:
2016-01-05 00:08:30
阅读次数:
516
欢迎Follow我的GitHub, 关注我的CSDN, 合作请联系我.
Dagger已经加入Google I/O, 是Square开发的依赖注入库, 发布2.0版本. Dagger表示有向非循环图(Directed Acyclic Graph, DAGger). 好处和优点有很多, 参考, 所有优秀的开源库, 本质上都是让程序更加清晰, 编写更加容易. 让我们来看看怎么使用?主要内容:
(1) 项...
分类:
其他好文 时间:
2016-01-03 09:20:13
阅读次数:
324
For a undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all possible roote...
分类:
其他好文 时间:
2016-01-01 07:21:47
阅读次数:
176
zabbix内置模板无带cpu占用,需自己添加在TemplateOSLinux中,添加ITEM,我直接在Processorload那clone出来修改,key修改为system.cpu.util[,,],Units改成%2.在TemplateOSLinux中,添加graph,creategraph,选择刚刚修改添加的item,YaxisMINvalue改为fixed0,加个name,就可..
分类:
其他好文 时间:
2015-12-29 17:48:00
阅读次数:
183