使用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
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是一个用于在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页面,添加 , 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
问题:就是写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
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 RandomAccessFile的唯一父类是Object,与其他流父类不同。是用来访问那些保存数据记录的文件的,这样你就可以用seek( )方法来访问记录,并进行读写了。这些记录的大小不必相同;但是其大小和位置...
分类:
移动开发 时间:
2014-11-04 13:21:22
阅读次数:
168
??
参考:
一个讲解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
今天在Flex中使用RemoteObject进行java调用时,报错java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for…. 网上介绍的错误原因主要有以下几种: 1、**...
分类:
移动开发 时间:
2014-10-24 16:18:39
阅读次数:
293
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