去掉标题栏的方法:第一种:也一般入门的时候经常使用的一种方法requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏注意这句一定要写在setContentView()方法的前面,不然会报错的 第二种:在AndroidManifest.xml文件中定义...
分类:
移动开发 时间:
2014-10-08 17:50:45
阅读次数:
227
Volley主页 https://android.googlesource.com/platform/frameworks/volley
http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded
1. 什么是Volley
Google I/O 2013上,Volley发布了volley。在这之前...
分类:
移动开发 时间:
2014-10-08 13:00:25
阅读次数:
324
The language feature most often associated with object-oriented programming is inheritance. Inheritance is the ability to define a new class that is a...
分类:
其他好文 时间:
2014-10-06 20:32:10
阅读次数:
192
1、简介 Opkg 是一个轻量快速的套件管理系统,目前已成为 Opensource 界嵌入式系统标准。常用于路由、交换机等嵌入式设备中,用来管理软件包的安装升级与下载。 2、常用命令 opkg update 更新可以获取的软件包列表 opkg upgrade 对已经安装的软件包升级 opkg lis...
分类:
其他好文 时间:
2014-10-04 17:11:36
阅读次数:
237
一、特征提取Feature Extraction:· SIFT [1] [Demo program][SIFT Library] [VLFeat]· PCA-SIFT [2] [Project]· Affine-SIFT [3] [Project]· SURF [4] [OpenSURF] [Mat...
分类:
其他好文 时间:
2014-10-03 18:51:35
阅读次数:
469
为啥会有SPM→ScSPM呢?原因之一是为了寻找better coding + better pooling的方式提高性能,原因之二就是提高速度。如何提高速度?这里的速度,不是Coding+Pooling的速度,而是分类器的速度。SPM设计的是一个Linear feature,在文章中作者用于实验则...
分类:
其他好文 时间:
2014-10-02 21:34:13
阅读次数:
430
“网络,并发”是Go语言的两大feature。Go语言号称“互联网的C语言”,与使用传统的C语言相比,写一个Server所使用的代码更少,也更简单。写一个Server除了网络,另外就是并发,相对python等其它语言,Go对并发支持使得它有更好的性能。
Goroutine和channel是Go在“...
分类:
其他好文 时间:
2014-10-02 02:15:12
阅读次数:
250
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
0x00.为了自动化管理windows服务器,测试ansbile管理windows测试工具、环境:ubuntu14.04LTS,windows2008sp2,python2.7,ipython,ansible1.70x01.在windows服务器上面初始配置winrma.升级powershellhttps://github.com/cchurch/ansible/blob/devel/examples/scripts/upgrade_to_..
分类:
Windows程序 时间:
2014-09-29 17:11:11
阅读次数:
2950
1、ShapeCopy只读属性是对要素Shape属性的复制,当修改一个要素或要素集的时候,用ShapeCopy属性获取一个要素的Shape,然后进行几何形状的修改。2、Shape典型的应用:a、通过ShapeCopy属性获取一个要素的的几何形状;b、修改获得的几何形状;c、利用IFeature.Sh...
分类:
其他好文 时间:
2014-09-29 13:05:10
阅读次数:
238