PopupWindow使用 PopupWindow这个类用来实现一个弹出框,可以使用任意布局的View作为其内容,这个弹出框是悬浮在当前activity之上的。PopupWindow使用Demo 这个类的使用,不再过多解释,直接上代码吧。 比如弹出框的布局: Activit...
分类:
移动开发 时间:
2015-11-20 19:42:47
阅读次数:
175
1. Object-c的类可以多重继承么?可以实现多个接口么?Category是什么?重写一个类的方式用继承好还是分类好?为什么?答: Object-c的类不可以多重继承;可以实现多个接口,通过实现多个接口可以完成C++的多重继承;Category是类别,一般情况用分类好,用Category去重写类...
分类:
移动开发 时间:
2015-11-20 19:45:05
阅读次数:
202
stl_hash_map.h // Filename: stl_hash_map.h// Comment By: 凝霜// E-mail: mdl2009@vip.qq.com// Blog: http://blog.csdn.net/mdl13412// hash_...
分类:
其他好文 时间:
2015-11-20 19:44:37
阅读次数:
174
题目概述: A musical melody is represented as a sequence of N (1 2 #include 3 #include 4 using namespace std; 5 const int MAXN = 20005; 6 int s[MAXN], s...
分类:
编程语言 时间:
2015-11-20 19:43:16
阅读次数:
239
题目概述: Farmer John has noticed that the quality of milk given by his cows varies from day to day. On further investigation, he discovered that althoug....
分类:
编程语言 时间:
2015-11-20 19:44:05
阅读次数:
262
由于不能直接访问指定数据库,只能通过跳板机查询Oracle数据,所以要做一个数据中转接口, 查询数据就要压缩,于是就找资料,代码如下,其中要注意的是Response.Headers.Remove("Content-Encoding"); 这段,对Response.Headrs的操作如果IIS6是不支...
public class PageList { private int totalpage; //总页数 private int totalcount; //总记录数 private int currentpage; //当前页 private ...
分类:
编程语言 时间:
2015-11-20 19:43:34
阅读次数:
168
2015-11-20RMAN> sql 'alter database open resetlogs';sql statement: alter database open resetlogsRMAN-00571: ==========================================...
分类:
数据库 时间:
2015-11-20 19:41:55
阅读次数:
170
转载于http://blog.csdn.net/qing666888/article/details/8973216字体,发现好多人选用 Consolas 。。。确实挺好看的。然后 修改背景色:如果你装有“眼睛护士”那么这里你可以选择自动其它就什么都不用设置了。其中自定义的颜色如下所示:这样之后,看...
分类:
其他好文 时间:
2015-11-20 19:42:01
阅读次数:
278
pthread_cond_wait() 前使用 while 讲解2009-10-27 9:33LINUX环境下多线程编程肯定会遇到需要条件变量的情况,此时必然要使用pthread_cond_wait()函数。但这个函数的执行过程比较难于理解。 pthread_cond_wait()的工作流程如...
分类:
其他好文 时间:
2015-11-20 19:42:09
阅读次数:
129
抓包准备1. Android手机需要先获得root权限。一种是否获得root权限的检验方法:安装并打开终端模拟器(可通过安卓市场等渠道获得)。在终端模拟器界面输入su并回车,若报错则说明未root,若命令提示符从$变#则为rooted;2. 如果Android手机尚未root,可通过superone...
分类:
移动开发 时间:
2015-11-20 19:40:30
阅读次数:
144
I'm using Fiddler2 (or trying) to capture SSL traffic for a windows desktop gadget hitting an https web service. It used to work, and then it stopped ...
分类:
其他好文 时间:
2015-11-20 19:42:15
阅读次数:
209
strtok:#include char *strtok(char *str, const char *delim);char *strtok_r(char *str, const char *delim, char **saveptr);功能:分解字符串为一组标记串。str为要分解的字符串,del...
分类:
编程语言 时间:
2015-11-20 19:41:19
阅读次数:
209
自从 Ethan Marcotte创造了这个词(响应式)以来,我们一直在寻找如何真正的设计出一个响应式网站,5年之后人们正式定义并且认可了这个词,我们现在能正确的理解这个词的意义,其旨在创建响应式APPS。问题是:它并不是真正的工具(就像frameworks和effects),它与经验相关。直到几年...
分类:
其他好文 时间:
2015-11-20 19:40:38
阅读次数:
130
public class Fun{ public void IFNumberid(int flag) { switch (flag) { ...
分类:
其他好文 时间:
2015-11-20 19:38:50
阅读次数:
122
今天,听段念的培训,学了一下Jmeter写Java请求的过程。 根据某博文,修改其中代码的bug后,贴在下面吧;另外公司一同学Raylupas在半年前也写过关于JMeter写Java Sampler的文章,现在终于看明白了,写得非常的好啊,其Word版作为附件吧。 我们在做性能测试时,有时需要自.....
分类:
编程语言 时间:
2015-11-20 19:37:50
阅读次数:
216
1.交集选择器 交集选择器 使用P标记 指定了p.p1的文本 指定了.p1类别的标题2.并集选择器 并集选择器 这里是p标签 这里是h1标签 这里是h2标签 这里是h3标签 这里是span标签3.后代选择器 ...
分类:
其他好文 时间:
2015-11-20 19:40:08
阅读次数:
105