码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
iOS多线程GCD
Grand Central Dispatch (GCD)是Apple开发的一个多核编程的解决方法。dispatch queue分成以下三种:1)运行在主线程的Main queue,通过dispatch_get_main_queue获取。/*!* @function dispatch_get_main...
分类:移动开发   时间:2014-08-20 15:58:32    阅读次数:246
获得当前activity的屏幕方向
WindowManager mgr = ((WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE));int lastOrientation= mgr.getDefaultDisplay().getRotation()...
分类:其他好文   时间:2014-08-20 15:58:22    阅读次数:241
在配置XML时报的The reference to entity "dataSource" must end with the ';' delimiter错误
http://localhost:8080/EChartDynamic/DEcharts_bar1?flag=teacher_sex&dataSource=UTADB http://localhost:8080/EChartDynamic/DEcharts_bar1?flag=title-...
分类:其他好文   时间:2014-08-20 15:58:12    阅读次数:216
Struts2类型转换(一)
一、类型转换概述1、 从一个 HTML 表单到一个 Action 对象, 类型转换是从字符串到非字符串。 因为HTTP 没有 “类型” 的概念,每一项表单输入只可能是一个字符串或一个字符串数组。因此, 在服务器端, 必须把 String 转换为特定的数据类型。(详细讲述可参考《Struts2技术内....
分类:其他好文   时间:2014-08-20 15:58:02    阅读次数:237
最小费用最大流2
#include #include #include #includeusing namespace std;const int N=300;const int MAXE=200000;const int inf=10&&d[u]+edge[j].w<d[v]) { ...
分类:其他好文   时间:2014-08-20 15:57:52    阅读次数:231
HDUoj-------(1128)Self Numbers
Self NumbersTime Limit: 20000/10000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6227Accepted Submission(s): 2728Prob...
分类:其他好文   时间:2014-08-20 15:57:02    阅读次数:236
跨平台__declspec宏的使用【精】
当然有区别,__declspec(dllexport)用于导出符号,也就是定义该函数的dll;__declspec(dllimport)用于导入,也就是使用该函数。因为这个头文件既要被定义该函数的dll包含,也要被使用该函数的程序包含,当被前者包含时我们希望使用__declspec(dllexpor...
分类:其他好文   时间:2014-08-20 15:55:42    阅读次数:254
用SAXReader解析xml文档
使用SAXReader需要导入dom4j-full.jar包。 dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个非常非常优秀的Java XML API,具有性能优异、功能强大和极端易用使用的特点,同时它也是一个开放源代码的软件,可以在SourceF.....
分类:其他好文   时间:2014-08-20 15:55:22    阅读次数:116
hdu 4960 记忆化搜索 DP
Another OCD PatientTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 490Accepted Submission(s): 1...
分类:其他好文   时间:2014-08-20 15:55:02    阅读次数:218
安卓学习-界面-布局-LinearLayout
1.常用的xml属性XML属性相关方法说明android:baselineAlignedsetBaselineAligned看不懂什么意思,这个是网上的解释设置为False将阻止该布局管理器于他的子元素基线对其android:dividersetDividerDrawable(Drawable di...
分类:移动开发   时间:2014-08-20 15:54:42    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!