下载地址:
http://www.songshan.gov.cn/about/workflow.rar
qq群号码:201718443

解决方案 »

  1.   

    不过我觉得,workflow这种东西作成框架比较有前途
      

  2.   

    搂主我用tomcat516,发布成功
    界面里面提示信息如alert('汉字');
    还有java生成的汉字
    都是乱码
    不过没有关系,好好学习一下先!
      

  3.   

    搂主,chklogin.jsp 验证用户错误:
    String strErrors = sUser.getErrors(); //这里是汉字
    response.sendRedirect("error.jsp?error="+strErrors+"&surl=login.jsp");
    在error.jsp:
    <%
      String error = request.getParameter("error").trim();
    %>
    <span class="style1"><%=error%></span>-----------------------------------------------------------------------
    我看你的汉字都没有进行转码,你那里显示正常吗?我这里都是乱码
    还有top.jsp和copy.jsp也是乱码.你那里没有吗?是怎么做的?麻烦告诉我一下,谢谢!
      

  4.   

    搂主我用tomcat5.5.9
    写了个测试连接
    使用jdbc连接成功,
    使用连接池提示 Name jdbc is not bound in this Context 还有缺少web.xml文件<%@page import="java.io.*"%>
    <%@page import="java.util.*"%>
    <%@page import="java.sql.*"%>
    <%@page import="javax.sql.*"%>
    <%@page import="javax.naming.*"%>
    <%@page contentType="text/html;charset=GB2312"%>
    <html>
    <head>
    <title>test datasurse</title>
    </head>
    <%
    try{
    Connection con;
    Statement stmt;
    ResultSet rs;
    //Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");//jdbc
    //java.sql.DriverManager.registerDriver(new com.microsoft.jdbc.sqlserver.SQLServerDriver());//jdbc Context ctx=new InitialContext();//pool
    DataSource ds=(DataSource)ctx.lookup("java:comp/env/jdbc/mssql");//pool
    con = ds.getConnection();//pool
    //con=java.sql.DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=workflow","sa","");//jdbc stmt=con.createStatement();
    rs=stmt.executeQuery("select user_id from users");
    out.println("<table border=1 width=400>");
    while(rs.next()){
    String col=rs.getString(1);
    out.println("<tr><td>"+col+"</td></tr>");
    }
    out.println("</table>");
    rs.close();
    stmt.close();
    con.close();
    }
    catch(Exception e){
    out.println(e.getMessage());
    }%></body>
    </html>
      

  5.   

    有什么问题请加我MSN或者QQ聊
      

  6.   

    我的网站:
    http://spaces.msn.com/members/loveflying88/
      

  7.   


    eprint自定义打印是一个页面套打工具.它直接在IE浏览器中可视化的设计各种复杂的打印模版,
    能够解决在IE浏览器中打印各种复杂的中国式报表及票据。详见: http://218.30.103.110:8080/eprint/index.htm
    方成eform自定义表单平台,纯BS结构.100%开放源码.可以在 http://218.30.103.110:8080/eform/index.html 在线试用.    webprint是一个基于表格的页面打印解决方案.先将要打印的数据及样式组织
    到一个HTML的TABLE元素中, 然后将这个TABLE元素传给webprint,实现分页打印预
    览,出打印对话框打印和直接打印。
      

  8.   

    eprint自定义打印是一个页面套打工具.它直接在IE浏览器中可视化的设计各种复杂的打印模版,
    能够解决在IE浏览器中打印各种复杂的中国式报表及票据。详见: http://218.30.103.110:8080/eprint/index.htm
    方成eform自定义表单平台,纯BS结构.100%开放源码.可以在 http://218.30.103.110:8080/eform/index.html 在线试用.    webprint是一个基于表格的页面打印解决方案.先将要打印的数据及样式组织
    到一个HTML的TABLE元素中, 然后将这个TABLE元素传给webprint,实现分页打印预
    览,出打印对话框打印和直接打印。
      

  9.   

    eprint自定义打印是一个页面套打工具.它直接在IE浏览器中可视化的设计各种复杂的打印模版,
    能够解决在IE浏览器中打印各种复杂的中国式报表及票据。详见: http://218.30.103.110:8080/eprint/index.htm
    方成eform自定义表单平台,纯BS结构.100%开放源码.可以在 http://218.30.103.110:8080/eform/index.html 在线试用.    webprint是一个基于表格的页面打印解决方案.先将要打印的数据及样式组织
    到一个HTML的TABLE元素中, 然后将这个TABLE元素传给webprint,实现分页打印预
    览,出打印对话框打印和直接打印。