一个关于sql的问题
select c.*,MAX(cc.chapter_no) as chapter from comic c LEFT JOIN comic_chapter cc ON c.id=cc.comic_id AND cc.`status`=1 where c.author=20001926 and (c.`status`=1 or c.`status`=2……
jsp提交表单时假如没有选择上传文件,action中就会报空指针异常,选择了上传文件就不会,代码如下,求指导
jsp简化代码 <script type=”text/javascript”> function imgChange(next) { if(next != null) document.getElementById(next).style.display = “”; } </script>……
Spring aop @aspect无法执行切入方法
今天在用@aspect的时候碰到一个问题,代码如下: 先定义一个@aspect的方法 package com.hexin.pettyLoan.common.aop; import java.util.Date; import javax.annotation.Resource; import org.aspectj.lang.ProceedingJoinPo……
myeclip运行java程序不能初始化类
高手们本人在用myeclipse建立一个java project但运行时出现以上错误,Exception in thread “main” java.lang.NoClassDefFoundError:Could not initialize class cn.itcast.utils.JdbcUtils at cn.itcast.……
在Eclipse里执行Java程序,是不是不需要配置环境变量
以前下载完Java,第一步都是配置环境变量。 刚刚本人在想这个环境变量应该是给CMD执行Java程序用的。 Eclipse里有配置过Java Build Path,那么应该是不需要配置那个环境变量的吧 解决方案 20 安装JDK后一般就可以了,假如你要TOMCAT单独运行,就需要配置环境变量了 ……
毕业设计遇到问题 想讨教
严重: Servlet.service() for servlet [jsp] in context with path [/bbs] threw exception [/index.jsp (line: 2, column: 0) Forward has invalid attribute: data-genuitec] with root cause o……