全部[总排行] [月排行] [周排行] [日排行]
一、相关概念1、Drawable就是一个可画的对象,其可能是一张位图(BitmapDrawable),也可能是一个图形(ShapeDrawable),还有可能是一个图层(LayerDrawable),我们根据画图的需求,创建相应的可画对象2、Canvas画布,绘图的目的区域,用于绘图3、Bitmap...
分类:移动开发 时间:2014-04-29 19:01:21 阅读:619
Android WebApp & NativeApp适配测试自动化平台GoGo实现东海陈光剑2014年3月6日 18:27:55源代码:https://github.com/universsky/AndroidAutomationTestUniverssky.gitGoGo平台架构: 运行结果:ht...
分类:移动开发 时间:2014-04-29 19:00:18 阅读:1100
借助堆栈完成迭代形式的先序遍历。
分类:其他好文 时间:2014-04-29 19:03:25 阅读:474
分类:数据库 时间:2014-04-29 19:08:34 阅读:466
#includeint getopt(int argc,char *const argv[],const char *optstring); extern char *optarg; extern int optind,opterr,optopt;optstring为一个字符列表,每个字符代表一个单...
分类:编程语言 时间:2014-04-29 19:07:30 阅读:568
在使用 Google Chrome 浏览器调试 js 时,会发现修改完 js 不会立即生效,这是由于 chrome 浏览器缓存的原因,而在火狐下没有这个问题。经常使用 chrome 浏览器调试 js 的朋友一定会发现 chrome 下调试 js 更加顺手,那么就让我们看看怎么在 chrome 下禁止...
分类:其他好文 时间:2014-04-29 19:06:28 阅读:411
UIView *parentView = nil; NSArray* windows = [UIApplication sharedApplication].windows; UIView* window = [windows objectAtIndex:0]; ...
分类:其他好文 时间:2014-04-29 19:09:34 阅读:994
package com.opensymphony.xwork2;import com.opensymphony.xwork2.config.Configuration;import com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:其他好文 时间:2014-04-29 19:12:40 阅读:729
思路来源:http://blog.csdn.net/sf____/article/details/24626739题目给出数据上限为200, 所以可以暴利所有区间。解题思路:for i in range(n): for j in range(n): create priority_queue...
分类:其他好文 时间:2014-04-29 19:11:37 阅读:526
C#部分1.C#有一个internal关键字,指字段可以同一个程序集中访问,出了程序集不行。还有一个protected internal(没有先后之分)修饰词,指只能在同一个程序集中的子类访问2.abstract和virtual修饰词: abstract用来修饰类和方法,表 抽象。抽象类中的方法可以...
分类:编程语言 时间:2014-04-29 19:10:37 阅读:465
1282698282699282700282823
上一页2828230下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!