/** * 系统在第一次使用这个类的时候调用(1个类只会调用一次) */+ (void)initialize{ // 设置导航栏主题 UINavigationBar *navBar = [UINavigationBar appearance]; // 设置背景图片 NSSt...
分类:
移动开发 时间:
2015-06-12 00:54:04
阅读次数:
139
方法一:
在一个初始为空的集合中插入随机整数,直到填入足够的整数,伪代码如下:
initialize set S to empty
size=0
while size
t=bigrand()%n
if t is not in S
insert t into S
size++
print th...
分类:
其他好文 时间:
2015-06-11 21:18:43
阅读次数:
167
项目场景:通过JAX-WS方式新建了一个web service client时自动引进了两组jar包:webservices-api.jar、webservices-extra-api.jar和webservices-extra.jar、webservices-rt.jar这两组jar和J2EE里的...
分类:
其他好文 时间:
2015-06-11 16:46:49
阅读次数:
126
The size of Container logs revealed the below error:2015-04-24 11:41:41,858 WARN [main] org.apache.hadoop.mapred.MapTask: Unable to initialize MapOutp...
分类:
其他好文 时间:
2015-06-10 10:10:17
阅读次数:
1238
Could not initialize class android.support.v7.internal.widget.ActionBarOverlayLayout导致无法看到布局页面,解决方法,在style.xml文件中查看一下前面有没有Base,如果没有,加上就ok了Base.Theme.A...
分类:
其他好文 时间:
2015-06-08 17:00:58
阅读次数:
120
环境是windows1.首先安装Git,下载Git安装包,这个google 就好了2.注册自己的git账号https://github.com3.建立仓库填好名字 最后那个Initialize this repository with a README 最好勾上4.克隆仓库打开安装好的Git Bas...
分类:
其他好文 时间:
2015-06-07 23:22:14
阅读次数:
211
Flex4.6程序的主类实际上为SystemManager的子类。SystemManager会创建Preloader对象,然后调用PreLoader对象的initialize方法,该方法有如下签名publicfunctioninitialize(showDisplay:Boolean,
displayClassName:Class,
backgroundColor:uint,
backgroundAlpha:Number,
backgr..
分类:
其他好文 时间:
2015-06-06 23:44:52
阅读次数:
121
问题描述:在eclipse下运行hadoop项目,没有输出日志,警告如下,意为没有找到log4j文件。log4j:WARN No appenders could be found for logger (org.apache.hadoop.util.Shell).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN S...
分类:
其他好文 时间:
2015-06-05 14:07:34
阅读次数:
381
log4j:WARN No appenders could be found for logger (com.mchange.v2.log.MLog). log4j:WARN Please initialize the log4j system properly. 2015-6-4 23:52:40...
分类:
其他好文 时间:
2015-06-05 00:26:47
阅读次数:
340
问题描述
遇到的问题是在weblogic环境,应用在上传图片的时候报Could not initialize class sun.awt.X11.XToolkit 错误。
具体错误如下
17:57:02 [AWT-EventQueue-2] DEBUG - Leaving class nc.ui.hi.psndoc.action.SavePsndocAction.actionPerform...
分类:
Web程序 时间:
2015-06-04 15:44:11
阅读次数:
1961