散分
--小妹我刚发布的新网站,请苏州的进来看看给点意见。http://suzhou.chinajsp.net。
完全免费发布信息。只为在工作之余给苏州的朋友带来帮助。顶者有分,有建设性意见或去网站发布了消息的狂给分。

解决方案 »

  1.   

    安全性问题!呵呵自己看啦.!
    http://suzhou.chinajsp.net/jianzhi/jianzhi_fabu.jsp.bak
      

  2.   

    不错!你的左边那个面板js 是下的还是自己写的,
    能否给一个 [email protected]
      

  3.   

    原来苏州的这么多呀,谢谢大家:)to; popepy() 
    新产品,没办法,很多不足的地方,大家多提意见。to:CAYU(中原)
    当然是网上下的喽,网上资源不利于有罪啊。要的话发mail给我。
      

  4.   

    http://suzhou.chinajsp.net/UserJsp/SysLogin.jsp
    http://suzhou.chinajsp.net/PublicJsp/findone.jsp
      

  5.   

    哈哈~-----------------------------------------------------------------------------------------------------------------------------------------
    CSDN小猪手:方便查看,快速回复~~速度++~~~
    下载:
    http://www.vickyjam.com/blog/lbs/article.asp?id=165
      

  6.   

    大体上看了看,很好,有时间一定学习,水平很高啊。左边菜单的样式怎么写的?study/study_fabu.jsp页面,我认为,如果密码是明的话,还用确认吗?
      

  7.   

    楼主太大意了,看这代码很眼熟吧
    <%@ page contentType="text/html; charset=gb2312" %>
    <%@ page import="org.apache.log4j.Logger"%><%@ page import="java.io.*,java.text.*,java.util.*,java.sql.*,javax.servlet.http.*" %>
    <%@ page import="com.goldgrid.DBConnBean,com.goldgrid.goa.PublicBean" %>
    <%@ page import="com.goldgrid.FunctionBean,com.goldgrid.goa.SystemBean"%>
    <%!
      
        com.goldgrid.DBConnBean ObjDBConnBean;
      com.goldgrid.FunctionBean ObjFunctionBean = new com.goldgrid.FunctionBean();
      com.goldgrid.goa.PublicBean ObjPublicBean = new com.goldgrid.goa.PublicBean();
      com.goldgrid.goa.SystemBean ObjSystemBean = new com.goldgrid.goa.SystemBean();
       com.goldgrid.E30_ServCommon E30_ServCommon = new com.goldgrid.E30_ServCommon();
      com.goldgrid.goa.HTMLBean ObjHTMLBean = new com.goldgrid.goa.HTMLBean();%>
      

  8.   

    looked ,good~~~~!!!!!!!!!!!!!!
    record.
      

  9.   

    我也做了一个  http://www.eceel.com
      

  10.   

    http://suzhou.chinajsp.net/jianzhi/jianzhi_fabu.jsP一般,一个严重的安全问题,试一试上面的网址
      

  11.   

    有空大家可以看看我的网站哈
    http://www.114sky.com
      

  12.   

    http://home.c06.net/ 我的网站 哈哈
      

  13.   

    http://suzhou.chinajsp.net/jianzhi/jianzhi_fabu.jsP这个问题怎么解决???
      

  14.   

    http://suzhou.chinajsp.net/jianzhi/jianzhi_fabu.jsP
    这个问题居然还没解决???
    因为无法看到servlet容器的相关信息,我猜测应该是你把apache配置错了。
    你可能把apache的虚拟目录直接映射到你的tomcat下的webapp目录了。
    当然,也可能是你的tomcat版本太老了,以前有些版本的tomcat有这个bug。最稳妥的解决方法是建议使用jsp预编译,自动生成jsp到servlet的映射,
    然后把jsp文件就可以删除掉,这样可以很好的保护源代码。具体操作参考: http://iamin.blogdriver.com/iamin/767607.html
      

  15.   

    http://suzhou.chinajsp.net/jianzhi/jianzhi_fabu.jsP这个问题还没解决啊~~
      

  16.   

    顺便问下,是不是在sz国际科技园,有时间聊聊,msn:[email protected]
      

  17.   

    <TD align=left colSpan=2><FONT face=宋体 color=red></FONT>
                <STYLE type=text/css>TABLE#tblCoolbar {
    BORDER-RIGHT: buttonshadow 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: buttonhighlight 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; BORDER-LEFT: buttonhighlight 1px solid; COLOR: menutext; PADDING-TOP: 1px; BORDER-BOTTOM: buttonshadow 1px solid; HEIGHT: 300px; BACKGROUND-COLOR: buttonface
    }
    .cbtn {
    BORDER-RIGHT: buttonface 1px solid; BORDER-TOP: buttonface 1px solid; BORDER-LEFT: buttonface 1px solid; BORDER-BOTTOM: buttonface 1px solid; HEIGHT: 18px
    }
    .txtbtn {
    FONT-SIZE: 70%; COLOR: menutext; FONT-FAMILY: tahoma
    }
    </STYLE>            <SCRIPT language=jscript>function button_over(eButton)
    {
    eButton.style.BACKgroundColor = "#B5BDD6";
    eButton.style.borderColor = "darkblue darkblue darkblue darkblue";
    }
    function button_out(eButton)
    {
    eButton.style.BACKgroundColor = "threedface";
    eButton.style.borderColor = "threedface";
    }
    function button_down(eButton)
    {
    eButton.style.BACKgroundColor = "#8494B5";
    eButton.style.borderColor = "darkblue darkblue darkblue darkblue";
    }
    function button_up(eButton)
    {
    eButton.style.BACKgroundColor = "#B5BDD6";
    eButton.style.borderColor = "darkblue darkblue darkblue darkblue";
    eButton = null; 
    }
    var isHTMLMode=false
    var bShow = false
    function cmdExec(cmd,opt) 
    {
       if (isHTMLMode){alert("Please uncheck 'Edit HTML'");return;}
       idContent.focus()
       idContent.document.execCommand(cmd,bShow,opt);
      
       bShow=false;
       EditTextCopy();
    }
    function EditTextCopy()
    {
    document.body.all("tbEditTextName").value = idContent.innerHTML;



    }
    function setMode(bMode)
    {
    var sTmp;
       isHTMLMode = bMode;
       if (isHTMLMode){sTmp=idContent.innerHTML;idContent.innerText=sTmp;} 
    else {sTmp=idContent.innerText;idContent.innerHTML=sTmp;};
    }
    function createLink()
    {
    if (isHTMLMode){alert("Please uncheck 'Edit HTML'");return;}
    cmdExec("CreateLink");
    }
    function insertImage()
    {
    if (isHTMLMode){alert("Please uncheck 'Edit HTML'");return;}
    bShow=true;
    cmdExec("InsertImage");
    }
    function insertRuler()
    {
    if (isHTMLMode){alert("Please uncheck 'Edit HTML'");return;}
    cmdExec("InsertHorizontalRule","");
    }
    function foreColor()
    {
    var arr = sho4jxodalDialog("../PublicHtml/selcolor.htm","","font-family:Verdana; font-size:10; dialogWidth:40em; dialogHeight:50em" );
    if (arr != null) cmdExec("ForeColor",arr);
    }
    </SCRIPT>            <TABLE id=tblCoolbar height=300 cellSpacing=0 cellPadding=0 
                width=520>
                  <TBODY>
                  <TR vAlign=center align=middle>
                    <TD class=Normal colSpan=17>&nbsp;&nbsp; <FONT 
                      style="FONT-SIZE: 8pt" size=1>编辑文本工具</FONT> </TD></TR>
                  <TR>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('cut')" onmouseout=button_out(this);><IMG 
                      alt=Cut hspace=1 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Cut.gif" align=absMiddle 
                      vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('copy')" onmouseout=button_out(this);><IMG 
                      alt=Copy hspace=1 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Copy.gif" align=absMiddle 
                      vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('paste')" onmouseout=button_out(this);><IMG 
                      alt=Paste hspace=1 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Paste.gif" align=absMiddle 
                      vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('bold')" onmouseout=button_out(this);><IMG 
                      alt=Bold hspace=1 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Bold.gif" align=absMiddle 
                      vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('italic')" onmouseout=button_out(this);><IMG 
                      alt=Italic hspace=1 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Italic.gif" 
                      align=absMiddle vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('underline')" 
                      onmouseout=button_out(this);><IMG alt=Underline hspace=1 
                      src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Under.gif" align=absMiddle vspace=1> 
    </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('justi5fyleft')" 
                      onmouseout=button_out(this);><IMG alt="Justi5fy Left" hspace=1 
                      src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Left.gif" align=absMiddle vspace=1> </DIV></TD>
      

  18.   

    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('justi5fycenter')" 
                      onmouseout=button_out(this);><IMG alt=Center hspace=1 
                      src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Center.gif" align=absMiddle vspace=1> 
                    </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('justi5fyright')" 
                      onmouseout=button_out(this);><IMG alt="Justi5fy Right" hspace=1 
                      src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Right.gif" align=absMiddle vspace=1> 
    </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('insertorderedlist')" 
                      onmouseout=button_out(this);></DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('insertunorderedlist')" 
                      onmouseout=button_out(this);></DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('outdent')" onmouseout=button_out(this);><IMG 
                      alt="Decrease Indent" hspace=2 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/deindent.gif" 
                      align=absMiddle vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('indent')" onmouseout=button_out(this);><IMG 
                      alt="Increase Indent" hspace=2 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/inindent.gif" 
                      align=absMiddle vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick=foreColor() onmouseout=button_out(this);><IMG 
                      alt=Forecolor hspace=2 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/fgcolor.gif" 
                      align=absMiddle vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick="cmdExec('createLink')" 
                      onmouseout=button_out(this);><IMG alt=Link hspace=2 
                      src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/Link.gif" align=absMiddle vspace=1> </DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick=insertImage() onmouseout=button_out(this);></DIV></TD>
                    <TD>
                      <DIV onmouseup=button_up(this); class=cbtn 
                      onmousedown=button_down(this); onmouseover=button_over(this); 
                      onclick=insertRuler() onmouseout=button_out(this);><IMG 
                      alt=Ruler hspace=2 src="../<%=ObjHTMLBean.ObjSystemBean.System_Image%>/HR.gif" align=absMiddle 
                      vspace=1> </DIV></TD></TR>
                  <TR>
                    <TD colSpan=17><INPUT id=tbEditTextId type=hidden 
                      name=tbEditTextName></TD></TR>
                  <TR>
                    <TD style="WORD-BREAK: break-all" colSpan=17 height="100%">
                      <DIV id=idContent onkeyup=EditTextCopy(); contentEditable=true 
                      style="BORDER-RIGHT: 1px ridge; BORDER-TOP: 1px ridge; OVERFLOW: auto; BORDER-LEFT: 1px ridge; WIDTH: 520px; LINE-HEIGHT: normal; BORDER-BOTTOM: 1px ridge; HEIGHT: 100%; BACKGROUND-COLOR: white" 
                      align=left></DIV></TD></TR></TBODY></TABLE></TD></TR>
            <TR>
              <TD style="WIDTH:20%" align=left>密码:</TD>
              <TD><p>
                <INPUT id="formStyle6" name=txtPass>
                <FONT 
                color=#cc0000>&nbsp;*</FONT>&nbsp;</p>
                <p>请输入密码以便于在删除信息时使用。(密码长度小于16位)</p></TD>
            </TR>
            <TR>
              <TD style="WIDTH:20%" align=left>确认密码:</TD>
              <TD><INPUT id="formStyle6" name=txtpass1>
              <FONT 
                color=#cc0000>&nbsp;*</FONT> </TD>
            </TR>
            <TR>
              <TD align=middle colSpan=2><INPUT id='formstyleall' type=submit value='提 交' name=btnSave style=fm01 >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT type=reset id='formstyleall' value="重 写" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT type=button id='formstyleall' value="返 回"  onclick="javascript:window.history.BACK()"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></BODY></HTML>
      

  19.   

    //这个问题只能是他们解决,我没有办法。
    web.xml你可以修改的吧?我给的第二种方法就是预编译的方法,是你自己就可以做的阿。
      

  20.   

    http://link.c06.net 自助友情链接, 可以推广你的网站