A1.jsp
<a href="A2.jsp""> clienk web </a>
<%
System.out.println("A1 SESSION:"+session.getId());
if(session.isNew()){
System.out.println("A1 is new session"……继续阅读 »
11年前 (2015-04-04) 1346浏览 0评论
0个赞
public static void main(String[] args) {
String str = "<SendPicsInfo><Count>2</Count>\n" +
"<PicList><item><PicMd5Sum>1db014f3630……继续阅读 »
11年前 (2015-04-04) 3866浏览 0评论
1个赞
cssjsp
页面:
在index.jsp中引入
<link rel=”stylesheet” type=”text/css” href=”style/layout.css”>
用ctrl+左键点击“style/layout.css”可以点进去,但是就是没有效……继续阅读 »
11年前 (2015-04-04) 2158浏览 0评论
1个赞
Java 代码:
Session session = sessionFactory.getCurrentSession();//注意
session.beginTransaction();
System.out.println(dict.getDtChnValue());
session.update(dict);;
……继续阅读 »
11年前 (2015-04-04) 2236浏览 0评论
0个赞
数据库spring?mvcjava
要实现将数据插入数据库表的功能
写好的方法是:
public void savedocument(String name,String path,String university,String index) throws ClassNotFoundException, SQLException{
Conne……继续阅读 »
11年前 (2015-04-04) 1768浏览 0评论
0个赞
大神帮忙解决下啊
错误:
java.lang.NullPointerException
at cn.com.qzinfo.test.base.JUnitActionBase.excuteAction(JUnitActionBase.java:68)
at cn.com.qzinfo.test.ex……继续阅读 »
11年前 (2015-04-04) 1819浏览 0评论
0个赞
十二月 21, 2014 7:23:19 下午 org.apache.struts2.dispatcher.Dispatcher error
严重: Dispatcher initialization failed
Unable to load configuration. – [unknown location]
at com.o……继续阅读 »
11年前 (2015-04-04) 2221浏览 0评论
0个赞
memcached异常BufferUnderflowExcep
在启动memcached时出现以下异常:
ERROR [2014-12-15 14:26:52,926] com.schooner.MemCached.AscIIClient:-1 – ++++ exception thrown while trying to get ob……继续阅读 »
11年前 (2015-04-04) 1807浏览 0评论
0个赞
javasqlserverexception异常数据库
package com.suda;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServ……继续阅读 »
11年前 (2015-04-04) 2434浏览 0评论
0个赞