码迷,mamicode.com
首页 >  
搜索关键字:feature upgrade    ( 3426个结果
Bug驱动开发(Bug-driven development)
说实话,作为一个Domino开发者,像測试驱动开发(Test-driven development)、功能驱动开发(Feature-driven development)之类软件开发的高大上的方法论(Methodology),仅仅是偶尔在用其它语言开发的文章和程序猿那里看到和听到过,Domino独特...
分类:其他好文   时间:2014-09-27 18:02:00    阅读次数:142
android AndroidManifest.xml uses-feature 详解
如果你是一个Android用户,而且你有一个老旧的安装有android 1.5 的android设备,你可能会注意到一些高版本的应用没有在手机上的Android Market 中显示。这必定是应用使用了的结果。Android Market会根据uses-feature过滤所有你设备不支持的应用。通过...
分类:移动开发   时间:2014-09-27 16:44:40    阅读次数:235
单例头文件
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
centos python版本升级问题
问题: 使用parse平台时需要依赖python 2.7, centos6.5中python版本是2.6.相关因素:1. yum依赖python,因而卸载python时需要考虑这个问题 2. yum没有2.7 python package 因而不能直接upgrade解决方案: 1. 安...
分类:编程语言   时间:2014-09-26 10:32:28    阅读次数:214
Juno Neutron中的新feature
目前Openstack Juno的FEF已过,新的feature尘埃落定。本文总结了一下在Juno版本中Neutron的一些重要的新feature。...
分类:其他好文   时间:2014-09-25 11:01:38    阅读次数:207
HDU - 2222 Keywords Search (AC自动机)
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
修改 Ubuntu SSH 登录后的欢迎信息
贴出作者原帖:http://www.laozhe.net/324.html 主要就是几个文件: cd??/etc/update-motd.d/ ls 00-header?????90-updates-available??98-fsck-at-reboot 10-help-text??91-release-upgrade????9...
分类:其他好文   时间:2014-09-24 12:39:56    阅读次数:771
EBS 信用检查(二)
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
rsyslog安装配置
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!