- 浏览: 78782 次
- 性别:
- 来自: 厦门
文章列表
jsp页面报:
org.apache.jasper.JasperException: /XXX/XXX.jsp Attribute qualified names must be unique within an element
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:41)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apa ...
- 2013-06-19 16:13
- 浏览 2559
- 评论(0)
1.struts配置中定義一個getJSON訪問的action,
2.建立action success返回的頁面,頁面中定義格式要與json格式一樣,比如
{
"name":"name",
"list":[{"name":"name","age","age"}]
}
3.頁面獲取-->data.name,data.list[0].name
报错信息:Access restriction: The type TaskTopicResolver is not accessible due to restriction on required library NC_DEMO/NC_HOME/modules/uap/META-INF/lib/uapplatform.jar 解决方案1: Eclipse 默认把这些受访问限制的API设成了ERROR。 Windows -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and t ...
在 “开始” --> “运行”中输入 regedit,开启注册表编辑器。定位到[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib处,在右边的树形目录下可以看到Perflib目录下有004和009两个子目录。在Sql Server 2005 的安装帮助文件中说的是需要查看009目录的注册表项,而我们大部分人使用的是简体中文的操作系统,所以不能按帮助中说的,而是需要注意004目录中的内容。
看起来我的儿女们都不适合做程序员。为了不让这份原本为我的新程序员儿子或女儿准备的慈父般的忠告功亏一篑,我打算把这份忠告强加于你。要是你刚踏上成为一名程序员的旅途,这里的建议也许你的父亲告诉过你,如果他也是程序员的话。这是一些我历经艰辛才习得的东西。
不断学习:阅读。参加会议。订阅期刊。上课。无论做什么都是为了让你不断学习,要充分重视学习。了解你可以找到的每种语言。尽你所能去花时间了解任何新的框架、算法、技术、模型、范式。每当往你的工具箱中多添一件工具,都会有助于你更轻松地解决接下来的编程问题。去拜师,即比你强得多的人,然后学会他们可以传授给你的一切。学无止境。
学会沟通:我经常开玩笑说 ...
google map:
1.for love:51°36'26.20"N 2°23'11.90"W
jboss 使用本地ip不能訪問
- 博客分类:
- jboss
jboss目錄\standalone\configuration\standalone.xml 287行
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
</interface>
<interface name="public" ...
(1)just change the logging level. 改變日誌等級
log4j.properties:
# Struts OgnlUtil issues unimportant warnings
log4j.logger.com.opensymphony.xwork2.util.OgnlUtil=error
log4j.logger.com.opensymphony.xwork2.ognl.OgnlValueStack=error
(2)/xxx/viewxxx.action?id="+id
action中id 為long整形,id在頁 ...
(1)解决方案:少了commons-logging-1.1.1.jar这个包了
Exception in thread "main" java.lang.ExceptionInInitializerError
at cn.sjg.hibernate.CacheTest.addUser(CacheTest.java:32)
at cn.sjg.hibernate.CacheTest.main(CacheTest.java:19)
Caused by: org.hibernate.HibernateException: could not instantiat ...
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.xxx.service.impl.TestxxxImpl': Unsatisfied dependency expressed through bean property 'xxx': : No unique bean of type [com.xxx.service.Ixxx] is defined: expected single matching bean but found 2 ...
hibernate 配置文件
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<hibernate-mapping package="xxx">
& ...
<class name="xxx" table="xxx">
<composite-id>
<key-property name="xx">
<column name="xx" sql-type="decimal" precision="4" scale="2" not-null="true"></column>
</key-prop ...
1.
head...
<script>
alert(document.getElementById("xx"));
</script>
body....
<label id="xx">yy</label>
發現alert出來為空。網上找了下,原因是js在頁面載入完就開始執行,所以可以把js放到最後面。或者用onload。
转至:http://saber5d.blog.163.com/blog/static/1279987782010119113746918/
type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred ...