- 博客(4)
- 资源 (5)
- 问答 (2)
- 收藏
- 关注
原创 Struts2中JSTL标签不起作用解决办法
1.设置整个项目使用el表达式,需要在web.xml中加上 (控制一个项目) < jsp-config > < jsp-property-group > < el-ignored >false < / el-ignored > < /jsp-property-group > < / jsp-config > 2.设置某个jsp页面使用el表达式,需要在jsp页面加上(控...
2010-06-13 10:37:39
191
原创 ids for this class must be manually assigned ....
错误篇1: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): ***(POJO类,及持久化类名) 分析及解决: 你要操作的数据表中的id(即主键)的类型设置成了“自动增长类型”,而在你的 h...
2009-11-10 16:25:52
277
类似Google搜索引擎
//action 代码。。。。public ActionForward suggest(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Throwable { r...
2009-10-21 11:52:05
240
读取sql server中二进制图片
public void showPhoto(HttpServletResponse response,String fphotoId){ Connection conn = null; try{ try { InitialContext ic = new InitialContext(); Statement stmt = n...
2009-10-16 15:56:18
380
Visual.Studio.NET.Framework技术内幕
2011-12-21
java 如何获取客户端(访问者)的MAC地址
2011-06-16
如何将指定的日期转成星期?
2009-08-24
TA创建的收藏夹 TA关注的收藏夹
TA关注的人