A utility class is a class filled with static methods. It is usually used to isolate a "useful" algorithm. However, in an object-oriented world, utility classes are considered a very bad practice.
The use of utility classes to be an antipattern. More speci...
分类:
其他好文 时间:
2014-09-18 18:55:54
阅读次数:
237
。。#include #include #include #include #include #include #include using namespace std;#define rep(i, n) for(int i=0; i=(n);--i)#define for4(i,a,n) for(...
分类:
其他好文 时间:
2014-09-18 14:41:03
阅读次数:
239
simple factorygood:1 devide implementation and initialization2 use config file can make system more flexible (reflection)bad:1 all initialization work...
分类:
其他好文 时间:
2014-09-17 20:25:32
阅读次数:
246
Some negative feelings may improve work performance
适量消极情绪有助于提高工作能力
Surprising new research suggests it can actually be good to feel bad at work, and that feeling good in the workplace can lead to negative outcomes.
新研究的惊人发现表明,实际上工作时的消极情绪能带来积极效果,而积极的情绪却可...
分类:
其他好文 时间:
2014-09-16 16:03:00
阅读次数:
261
BUGSsleep() may be implemented using SIGALRM; mixing calls to alarm() and sleep() is a bad idea.线程里面使用sleep函数来延时/定时是不安全的,原因是:sleep会受到SIGALARM信号的影响,如果在...
分类:
其他好文 时间:
2014-09-16 15:48:30
阅读次数:
194
从没用过C++STL中的exception(异常类),在使用rapidxml,操作XML文件时,发现在一个抛出异常的错误。关注了下,就模范着做。我也专门写了个函数来分配内存,如果发现分配不成功,就抛出STL中的bad_alloc异常,发现还不错,程序显得更规范些(自我觉得,呵呵)。其实了,在写程序时...
分类:
编程语言 时间:
2014-09-16 12:32:10
阅读次数:
150
Bad Day Bad Day (坏天气) 来自Daniel Powter -- 2005年MTV欧洲音乐奖提名最佳新人,出自专辑 DANIEL POWTER-- 2005 年荣获英国金榜第五名,这首歌被可口可乐选为广告宣传曲。Where is the moment when needed the....
分类:
其他好文 时间:
2014-09-11 23:41:22
阅读次数:
323
在windows7系统使用sublime text 2编写python上传到centos,执行./xx.py报错 /usr/bin/python^M: bad interpreter: No such file or directory 解决方法 命令下: sed -i ‘s/^M//g‘??filename (注意^M 在linux...
分类:
编程语言 时间:
2014-09-11 13:59:22
阅读次数:
208
一、发现问题:启动 tomcat 控制台报该错误。二、原因:tomcat 的 jdk 版本和编译.class的 jdk 版本不一致。三、解决办法:步骤一:查看 MyEclipse 的 jdk 版本和位置:Window—>Preferences—>Java—>Installed JRES。设置如下图所...
分类:
Web程序 时间:
2014-09-10 20:59:31
阅读次数:
192
农民约翰的某N(1<=N<=80000)头奶牛正在过乱头发节!由于每头牛都意识到自己凌乱不堪的发型,约翰希望统计出能够看到其他牛的头发的牛的数量。
每一头牛i有一个高度hi(1<=hi<=`10^9`)...
分类:
其他好文 时间:
2014-09-10 14:01:40
阅读次数:
233