码迷,mamicode.com
首页 >  
搜索关键字:not mapped    ( 404个结果
There is no Action mapped for namespace [/] and action name [LoginAction_home] associ
使用struts2框架产生的问题:index.jsp:<%@pagelanguage="java"contentType="text/html;charset=UTF-8"%> <jsp:forwardpage="/login/login.jsp"></jsp:forward>login.jsp:<%@pagelanguage="java"pageEncoding="UTF-8"%> <%@tagliburi="/struts-tags"..
分类:移动开发   时间:2014-12-06 06:43:14    阅读次数:313
jdbcTemplate query 将查询到的List自动影射成实体List
Spring API Doc的说明如下: ?? RowMapper implementation that converts a row into a new instance of the specified mapped target class. The mapped target class must be a top-level class and it must...
分类:数据库   时间:2014-12-01 19:34:29    阅读次数:196
stream buffer原理
Stream buffer是一个用于在cache和memory或者L1cache和L2cache之间的预取器,相应地,其目的是用于替代L2cache或者减少L1cache的缺失率 最原始的stream buffer由Jouppi(Improving direct-mapped cache performance by the addition of a small fully-associative cache and prefetch buffers.)一个人提出(牛逼吧?论文上也是一个作者),用于在L2...
分类:其他好文   时间:2014-11-26 16:29:20    阅读次数:527
JSP页面<a>标签访问 Action 出错
在 JSP页面,添加 , struts.xml 中:配置没有任何问题,但跳转时总是显示:There is no Action mapped for action name add. - [unknown location]将 href 改为 href="http://localhost:8080/c...
分类:Web程序   时间:2014-11-20 23:12:30    阅读次数:220
MyEclipse JSP页面中文字符不能保存
问题:就是写HTML+JSP代码时有些中文,保存时提示sava could not be completed.Reason:some characters cannot be mapped using "ISO-8859-1" character encoding.Either change the...
分类:Web程序   时间:2014-11-14 22:28:25    阅读次数:288
sqlmap 定义别名冲突
2012-04-11 ibatis exception“Alias name conflict occurred. The alias 'weibobo' is already mapped to the value 'null'.”别名已有定义,sqlmap的namespace只是方便调用定义的语...
分类:数据库   时间:2014-11-06 16:23:38    阅读次数:212
RandomAccessFile和nio的"内存映射文件(memory-mapped files)"
RandomAccessFile RandomAccessFile的唯一父类是Object,与其他流父类不同。是用来访问那些保存数据记录的文件的,这样你就可以用seek( )方法来访问记录,并进行读写了。这些记录的大小不必相同;但是其大小和位置...
分类:移动开发   时间:2014-11-04 13:21:22    阅读次数:168
cpu性能探究 :cache line 原理
?? 参考: 一个讲解Direct Mapped Cache非常深入浅出的文章: http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Memory/direct.html CPU cache http://en.wikipedia.org/wiki/CPU_cache http://blog.csdn.net/zqy200...
分类:系统相关   时间:2014-10-28 15:36:32    阅读次数:306
针对异常:Mapped Statements collection does not contain value for
今天在Flex中使用RemoteObject进行java调用时,报错java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for…. 网上介绍的错误原因主要有以下几种: 1、**...
分类:移动开发   时间:2014-10-24 16:18:39    阅读次数:293
Ibatis之3个不常用的Query方法
1.queryForObject /** * Executes a mapped SQL SELECT statement that returns data to populate * the supplied result object. * * The parameter object is generally used to supply the i...
分类:其他好文   时间:2014-10-22 11:04:36    阅读次数:115
404条   上一页 1 ... 35 36 37 38 39 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!