码迷,mamicode.com
首页 >  
搜索关键字:feature    ( 1944个结果
深入学习golang(2)—channel
“网络,并发”是Go语言的两大feature。Go语言号称“互联网的C语言”,与使用传统的C语言相比,写一个Server所使用的代码更少,也更简单。写一个Server除了网络,另外就是并发,相对python等其它语言,Go对并发支持使得它有更好的性能。 Goroutine和channel是Go在“...
分类:其他好文   时间:2014-10-02 02:15:12    阅读次数:250
【android】uses-permission和permission详解
1.: 官方描述: If an application needs access to a feature protected by a permission, it must declare that it requires that permission with a  element in the manifest. Then, when the application is...
分类:移动开发   时间:2014-09-30 13:31:19    阅读次数:224
ArcEngine中Feature对象的Shape属性和ShapeCopy属性
1、ShapeCopy只读属性是对要素Shape属性的复制,当修改一个要素或要素集的时候,用ShapeCopy属性获取一个要素的Shape,然后进行几何形状的修改。2、Shape典型的应用:a、通过ShapeCopy属性获取一个要素的的几何形状;b、修改获得的几何形状;c、利用IFeature.Sh...
分类:其他好文   时间:2014-09-29 13:05:10    阅读次数:238
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
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!