说实话,作为一个Domino开发者,像測试驱动开发(Test-driven development)、功能驱动开发(Feature-driven development)之类软件开发的高大上的方法论(Methodology),仅仅是偶尔在用其它语言开发的文章和程序猿那里看到和听到过,Domino独特...
分类:
其他好文 时间:
2014-09-27 18:02:00
阅读次数:
142
如果你是一个Android用户,而且你有一个老旧的安装有android 1.5 的android设备,你可能会注意到一些高版本的应用没有在手机上的Android Market 中显示。这必定是应用使用了的结果。Android Market会根据uses-feature过滤所有你设备不支持的应用。通过...
分类:
移动开发 时间:
2014-09-27 16:44:40
阅读次数:
235
我 用的是MyEclipse8.5的开发工具,没有采用MyEclipse的Hibernate工具去自动生成实体类,而是手工自己编写 hibernater的配置文件。只可惜当采用Hibernate Reverse Engineering去生成实体类的时候发生了错误。 选择...
分类:
系统相关 时间:
2014-09-27 12:41:09
阅读次数:
304
1 // 帮助实现单例设计模式 2 3 // .h文件的实现 4 #define SingletonH(methodName) + (instancetype)shared##methodName; 5 6 // .m文件的实现 7 #if __has_feature(objc_arc) //...
分类:
其他好文 时间:
2014-09-27 01:55:29
阅读次数:
196
目前Openstack Juno的FEF已过,新的feature尘埃落定。本文总结了一下在Juno版本中Neutron的一些重要的新feature。...
分类:
其他好文 时间:
2014-09-25 11:01:38
阅读次数:
207
Description
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring this feature to his image retrieval system.
Every image have a...
分类:
其他好文 时间:
2014-09-24 19:01:57
阅读次数:
209
Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient credit available with the organization at the point of order booking ,picking, packing and shipping....
分类:
其他好文 时间:
2014-09-23 23:38:15
阅读次数:
321
1,准备 master:10.1.5.241 slave01:10.1.5.242 在服务器端和客户端分别安装rsyslog [root@master ~]# yum -y rsyslog [root@master ~]# rsyslogd -version rsyslogd 5.8.10, compiled with: ?? ?FEATURE_REG...
分类:
其他好文 时间:
2014-09-23 20:07:45
阅读次数:
305
SELECT?fl.name,fvl.value,COUNT((fvl.value))?n??FROM?ps_feature_lang??fl?LEFT?JOIN?ps_feature_product?fp
?ON?(fl.id_feature=fp.id_feature)?LEFT?JOIN?ps_feature_value_lang?fvl?ON?(...
分类:
数据库 时间:
2014-09-23 17:32:45
阅读次数:
286