Swift 教程《The Swift Programming Language》来写
let emptyArray = String[]() 时会提示“Array types are now written with the brackets around the element type”错误,...
分类:
其他好文 时间:
2014-11-03 17:48:41
阅读次数:
230
1、新建word2007文档h2do.docx; 2、QQ截图粘贴到文档,添加些文字; 3、用winrar打开(修改扩展名docx为rar或右键->打开方式->选择winrar程序),目录结构如下: . │ ?[Content_Types].xml │ ├─docProps │...
分类:
编程语言 时间:
2014-11-03 16:35:33
阅读次数:
289
1. String//saved at res/values/strings.xml Hello!//This layout XML applies a string to a View: This application code retrieves a string:String str...
分类:
移动开发 时间:
2014-11-03 16:18:33
阅读次数:
180
1. Menu Resource A menu resource defines an application menu (Options Menu, Context Menu, or submenu) that can be inflated with MenuInflater.//res/me....
分类:
移动开发 时间:
2014-11-03 16:15:19
阅读次数:
238
1. Style Resource A style resource defines the format and look for a UI. A style can be applied to an individual View (from within a layout file) or ....
分类:
移动开发 时间:
2014-11-03 16:07:38
阅读次数:
153
1. Drawable Resources There are several different types of drawables as follow2. Bitmap A bitmap image. Android supports bitmap files in a three for.....
分类:
移动开发 时间:
2014-11-03 16:03:41
阅读次数:
215
1. Layout Resources A layout resource defines the architecture for the UI in an Activity or a component of a UI.2. Syntax //Any element ...
分类:
移动开发 时间:
2014-11-03 15:58:29
阅读次数:
154
1. Color State List Resource A ColorStateList is an object you can define in XML that you can apply as a color, but will actually change colors, depe....
分类:
移动开发 时间:
2014-11-03 14:33:19
阅读次数:
127
1. Animation Resources An animation resource can define one of two types of animations: Property Animation Creates an animation by modifying an o...
分类:
移动开发 时间:
2014-11-03 14:22:07
阅读次数:
219
1.1环境准备1.2 Nested Loops Join从上面的试验来看,nested loop jion基本上是没有限制的,可以支持所有的运算。1.3 Hash Join1.4 Merge Sort Join待续。。。。。
分类:
数据库 时间:
2014-11-02 22:18:28
阅读次数:
179