弹出PopuoWindow后 代码里设置的是PopupWindow默认获取焦点所以PopupWindow显示的时候其它控件点击是没有反应的用到的方法是pwMyPopWindow.setFocusable(true);代码里还设置了pwMyPopWindow.setBackgroundDrawa...
1、在JavaEE中,Java类的属性通过getter,setter来定义;2、可使用BeanUtils工具包来操作Java类的属性:--Beanutils是由Apache公司开发,能够方便对Bean类进行简便的操作--涉及到的包:(1) BeanUtils相关包commons-beanutils-...
分类:
数据库 时间:
2015-11-20 21:35:38
阅读次数:
237
之前一直是在vs 2013中使用Cordova来开发移动app(目前有iPad版/iPhone版/安卓版),准备到下一个milestone的时候升级到2015,这两天在尝试各种东西。 2015中的cordova项目和2013结构变化很大,所以需要一个手动迁移过程,这个过程之前已经有同事尝试过了,包括...
分类:
其他好文 时间:
2015-11-20 21:33:59
阅读次数:
197
岳麓山之美,言语不可形容,笔墨不可描绘。自2014年9月来到中南大学读研,时至今日近两载光阴,登爬岳麓山数十次。然而,从未遇到今日之好景。山林间,雨雾弥漫,远观似山中白云生;处于其中,如沐仙境。雾气扑面,浑身清爽,心情畅快,一切烦恼也被这山里的风吹散了。漫步于山间,怡然前行,于山顶处远眺湘江,眼前一...
分类:
其他好文 时间:
2015-11-20 21:33:59
阅读次数:
228
jQuery-AJAX get()和post()方法是通过http get 和 http post请求从远程服务器上请求数据的。两种在客户端和服务端请求-响应的常用方法是get和postget:从指定的资源请求数据,get是用来从服务器上获取(取回)数据,但要注意获取或取回的可能是缓存数据,因为ge...
分类:
Web程序 时间:
2015-11-20 21:35:50
阅读次数:
150
---恢复内容开始---Activity之间通过Intent传递值,支持基本数据类型和String对象及它们的数组对象byte、byte[]、char、char[]、boolean、boolean[]、short、short[]、int、int[]、long、long[]、float、float[]...
分类:
其他好文 时间:
2015-11-20 21:34:10
阅读次数:
166
核辐射,西南核技术应用中心,西南核技术,核辐射防护,电离辐射
分类:
其他好文 时间:
2015-11-20 21:33:45
阅读次数:
212
分类界面整个项目的逻辑就是这样的CategoryInfo public class CategoryInfo { private String title; private String url1; private String url2; private String url3; private ...
分类:
其他好文 时间:
2015-11-20 21:35:39
阅读次数:
159
VS2013和VS2008项目的互通,大家可能都查到了百度经验里面的一个帖子:http://jingyan.baidu.com/article/f54ae2fc3c3adc1e92b849de.html这个帖子中介绍的是将.sln项目文件作如下修改:修改文本中Microsoft Visual Stu...
分类:
其他好文 时间:
2015-11-20 21:34:52
阅读次数:
220
1 //模板 2 template 3 T getMax(T a, T b) 4 { 5 return a > b ? a :b; 6 } 7 8 9 template10 T MAX(T *p, const int n)11 {12 T max = p[0];13 ...
分类:
其他好文 时间:
2015-11-20 21:34:03
阅读次数:
142
#!/bin/bashwhile [ "1" ]doeth=$1RXpre=$(cat /proc/net/dev | grep $eth | tr : " " | awk '{print $2}')TXpre=$(cat /proc/net/dev | grep $eth | tr : " " |...
分类:
其他好文 时间:
2015-11-20 21:31:33
阅读次数:
192
//代码较为简单,只是测试所用1.html登录页面代码 1 2 3 用户名: 4 5 6 7 密码: 8 9 10 ...
分类:
Web程序 时间:
2015-11-20 21:33:59
阅读次数:
220
1)说明:布局时可用作一组控件的容器,但是需要注意的是,内部必须使用布局控件(如QBoxLayout)进行布局。2)设置QGroupBox的标题:setTitle()函数3)内部添加布局控件setLayout()函数4)在Layout内部进行控件的布局
分类:
其他好文 时间:
2015-11-20 21:32:26
阅读次数:
125
1)说明:这个控件常与QListWidget进行比较,都经常用于数据的展示(row、column)。2)只用到了行的操作,用于展示路径或其他条目:大致过程是:构建QStringList 对象;构建QStringListModel对象,将QStringList对象作为参数;使用setModel(QSt...
分类:
其他好文 时间:
2015-11-20 21:33:17
阅读次数:
242
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; self.window.backgroundColor = [UIColor whiteColor];UITabBarController *m....
分类:
其他好文 时间:
2015-11-20 21:30:59
阅读次数:
158
使用过的代码,直接贴上 1 UILocalNotification *notification = [[UILocalNotification alloc] init]; 2 if (notification!=nil) { 3 NSDate *now = [NSDate new]; 4...
分类:
移动开发 时间:
2015-11-20 21:30:54
阅读次数:
230