三步即可实现启动程序时不显示状态栏,启动后显示1. 在Info.plish文件中,Key的最后一项,选择把View controller-based status bar appearance设置为NO2. 在AppDelegate.m文件中写如下代码1 // 此方法在启动完毕后调用2 - (BOO...
分类:
其他好文 时间:
2014-07-16 20:17:46
阅读次数:
189
#include int main(){QString localHostName = QHostInfo::localHostName(); qDebug() <<"localHostName:"<<localHostName; QHostInfo info = QHostInfo::fromNa...
分类:
其他好文 时间:
2014-07-16 19:39:22
阅读次数:
219
在前一篇文章中,我们简略的介绍了jws.mono的安装使用,以及我们如何自己动手做一个jws.mono出来。在文章发表之后的几天里,我一直觉得有点不妥之处,直到后来猛然的意识到:我们自己动手做的jws.mono虽然可以见到info页面,但实际上却是无法挂载任何的.NET站点的。因此这也有必要写下这篇...
分类:
Web程序 时间:
2014-07-14 00:22:07
阅读次数:
249
1、错误描述
2014-7-12 21:06:37 org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
INFO: HHH000422: Disabling contextual LOB creation as connection was null
2014-7-12 21:06:37 or...
分类:
编程语言 时间:
2014-07-13 17:04:04
阅读次数:
487
1、错误描述
2014-7-12 22:08:01 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
INFO: HHH000232: Schema update complete
2014-7-12 22:08:01 org.hibernate.internal.SessionFactoryImpl buildCurrentSessionConte...
分类:
编程语言 时间:
2014-07-13 16:24:14
阅读次数:
332
1、错误描述
信息: Setting autowire strategy to name
2014-7-13 1:37:43 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: ... initialized Struts-Spring integration successfully
2014-7-13 1:37:44 or...
分类:
编程语言 时间:
2014-07-13 15:57:43
阅读次数:
306
1、错误描述
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser)
2014-7-13 1:52:04 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: Initializing Struts-Spring integration.....
分类:
Web程序 时间:
2014-07-13 14:09:58
阅读次数:
639
1、错误描述
2014-7-13 1:45:53 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: ... initialized Struts-Spring integration successfully
2014-7-13 1:45:54 org.apache.catalina.core.StandardContext...
分类:
编程语言 时间:
2014-07-13 13:52:00
阅读次数:
527
获取某个栏目下的列表: {pc:content action="lists" catid="15" num="10" order="id DESC" return="info"} {loop $info $v} {$v['title']}{date('m-d',$v['inputt...
分类:
Web程序 时间:
2014-07-13 10:45:13
阅读次数:
253
Log形式多种多样,有的时候跟下面一样:首先的解决方案就是:修改server.xml中所有的端口,因为不只8080端口可能被占用!我在出问题的时候就修改8080端口。结果死活运行不了,纠结一些时间之后才发现是其它的两个端口也被占用了。11-Jul-2014 16:53:16.703 INFO [ma...
分类:
其他好文 时间:
2014-07-12 16:26:07
阅读次数:
513