最近在读Hadoop#Yarn部分的源码,读到状态机那一部分的时候,感到enmu的用法实在是太灵活了,在给并发编程网翻译一篇文章的时候,正好碰到一篇这样的文章,就赶紧翻译下来,涨涨姿势。
原文链接:http://www.javacodegeeks.com/2011/07/java-secret-using-enum-to-build-state.html
作者:Peter Lawrey...
分类:
编程语言 时间:
2014-11-17 14:10:07
阅读次数:
301
http://www.aqee.net/a-harvard-economists-surprisingly-simple-productivity-secret/职业人士最常见的一种抱怨是:时间太少。每周工作超过60小时的人会抱怨甚至挤不出时间来处理他们邮箱里的邮件,更别说有创见性处理大项目中的问题...
分类:
其他好文 时间:
2014-11-15 18:21:13
阅读次数:
202
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4082题目大意:给你n个点,问能最多构成多少个相似三角形。用余弦定理,计算三个角度,然后暴力数有多少个,更新答案。代码: 1 #include 2 #include 3 #include 4...
分类:
其他好文 时间:
2014-11-08 23:28:31
阅读次数:
316
DescriptionThe database of the Pentagon contains a top-secret information. We don't know what the information is — you know, it's top-secret, — but we...
分类:
其他好文 时间:
2014-11-07 16:51:52
阅读次数:
114
http://acm.hdu.edu.cn/showproblem.php?pid=4082
Hou Yi's secret
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3006 Accepted Submissi...
分类:
其他好文 时间:
2014-11-06 22:04:41
阅读次数:
210
POJ 2455 Secret Milking Machine
题目链接
题意:一个无向图,要求有T条不重复道路可以从1走到t,问道路中最大边的最小值可以是多少
思路:二分+最大流,二分长度,连起边,注意是无向图,所以反向边是有容量的,然后源点和1连容量t,n和汇点连容量是t
代码:
#include
#include
#include
#include
us...
分类:
系统相关 时间:
2014-11-05 23:17:24
阅读次数:
315
微信企业号出来之后,本人也抱着前面开发订阅号和服务号的经验来探究了一番,这里整理了下再开发企业号时候碰到的一些细节参数。企业号开发文档详见http://qydev.weixin.qq.com/wiki/index.php?title=首页...
分类:
微信 时间:
2014-11-05 21:37:51
阅读次数:
459
DescriptionThe database of the Pentagon contains a top-secret information. We don't know what the information is — you know, it's top-secret, — but we...
分类:
其他好文 时间:
2014-11-05 18:55:05
阅读次数:
221
建议先看看官方给出的安装文档 http://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html 安装完毕后会生成一个随机的root密码,密码保存在用户主目录下的.mysql_secret文件中 刚安装后使用/etc/init...
分类:
数据库 时间:
2014-11-05 17:43:33
阅读次数:
216
一、为vTiger访问ElastixPBX的AMI交互设置用户名口令权限PBX>Tools>AsteriskFileEditor编辑manager_custom.conf:(这个文件缺省不存在)[vtiger]secret=vtigerpermit=0.0.0.0/255.255.255.0,,当然设置127.0.0.1也可以read=system,call,log,verbose,command,agent,user,d..
分类:
其他好文 时间:
2014-11-04 15:20:38
阅读次数:
332