1、错误描述
2014-7-13 1:34:46 org.apache.catalina.startup.HostConfig undeploy
信息: Undeploying context [/blazeds]
2014-7-13 1:34:46 org.apache.catalina.core.ApplicationContext log
严重: Servlet MessageBroker...
分类:
编程语言 时间:
2014-07-13 17:32:46
阅读次数:
311
1、错误描述
2014-7-13 2:38:54 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete l...
分类:
移动开发 时间:
2014-07-13 16:45:04
阅读次数:
294
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-7-13 0:49:34 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded ...
分类:
编程语言 时间:
2014-07-13 16:44:25
阅读次数:
263
1、错误描述
2014-7-12 23:08:31 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext....
分类:
编程语言 时间:
2014-07-13 16:24:55
阅读次数:
332
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
当我们拿到一台Android的智能手机,从打开开关,到我们可以使用其中的app时,这个启动过程到底是怎么样的?
系统上电
当给Android系统上电,CPU复位之后,程序指针会指向启动地址,从该地址读取启动程序的可执行代码直接运行,或者将可执行代码与数据载入CPU内置的RAM中再运行。
这一段代码,放在PC中,叫做BIOS,而在android等嵌入式系统中就叫做Bootloader。
Bootloader引导程序
通过Bootloader引导程序,可以初始化硬件设备,建立内存空间映射图,为操作系统内核...
分类:
移动开发 时间:
2014-07-13 14:05:34
阅读次数:
326
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
在Linux中,任何设备都是文件,不仅如此,连数据通信的接口也有专门的文件负责。可以说,一切皆文件,目录也是一种文件,是路径映射。因此,文件系统是Linux的基础。一、文件与目录管理命令1、ls(list)--查看文件与目录命令在linux中,该命令可能是最多被执行的,因为我们随时要知道文件或者目录...
分类:
系统相关 时间:
2014-07-13 13:25:49
阅读次数:
223