• 大小: 1.02MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-21
  • 语言: Java
  • 标签: Java  

资源简介

Java实现投票系统设计,能基本实现简单投票系统的功能

资源截图

代码片段和文件信息

package com.tool;

public class Chinese {
    public static String toChinese(String strvalue) {
           try {
               if (strvalue == null) {
                   return ““;
               } else {
                   strvalue = new String(strvalue.getBytes(“ISO8859_1“) “gb2312“);
                   return strvalue;
               }
           } catch (Exception e) {
               return ““;
           }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        533  2007-02-01 15:43  wy_vote\.classpath

     文件        852  2007-02-01 15:43  wy_vote\.project

     文件        330  2007-02-01 15:43  wy_vote\.settings\org.eclipse.jdt.core.prefs

     文件        364  2007-02-01 15:43  wy_vote\.settings\org.eclipse.jst.common.project.facet.core.prefs

     文件        399  2007-02-01 15:43  wy_vote\.settings\org.eclipse.wst.common.component

     文件        269  2007-02-01 15:43  wy_vote\.settings\org.eclipse.wst.common.project.facet.core.xml

     文件        670  2007-02-01 15:50  wy_vote\build\classes\com\tool\Chinese.class

     文件       2817  2007-02-01 15:50  wy_vote\build\classes\com\tool\JDBConnection.class

     文件        670  2007-02-01 15:50  wy_vote\build\classes\com\tool\ShowTime.class

     文件        441  2007-02-01 15:45  wy_vote\src\com\tool\Chinese.java

     文件       2770  2007-02-01 15:45  wy_vote\src\com\tool\JDBConnection.java

     文件        347  2007-02-01 15:45  wy_vote\src\com\tool\ShowTime.java

     文件       2222  2007-02-01 15:47  wy_vote\WebContent\addtitle_back.jsp

     文件        809  2007-03-07 14:34  wy_vote\WebContent\bottom_back.jsp

     文件        583  2007-02-01 15:47  wy_vote\WebContent\bottom_front.jsp

     文件       2348  2007-02-01 15:47  wy_vote\WebContent\css\style.css

     文件       5306  2007-03-07 14:57  wy_vote\WebContent\dealWith.jsp

     文件        472  2007-02-01 15:47  wy_vote\WebContent\forwardBack.jsp

     文件      19470  2007-02-01 15:47  wy_vote\WebContent\image\firstBottom.jpg

     文件     865690  2007-02-12 15:40  wy_vote\WebContent\image\firstCerter.jpg

     文件      31901  2007-02-01 15:47  wy_vote\WebContent\image\firstTop.jpg

     文件      38993  2007-02-01 15:47  wy_vote\WebContent\image\login.jpg

     文件      47429  2007-02-01 15:47  wy_vote\WebContent\image\one_front.jpg

     文件      17060  2007-02-01 15:47  wy_vote\WebContent\image\sure.jpg

     文件      20276  2007-02-01 15:47  wy_vote\WebContent\image\three_front.jpg

     文件      23899  2007-02-01 15:47  wy_vote\WebContent\image\topFour_Back.jpg

     文件      45224  2007-02-01 15:47  wy_vote\WebContent\image\topOne_Back.jpg

     文件      19875  2007-02-01 15:47  wy_vote\WebContent\image\topThree_Back.jpg

     文件      10654  2007-02-01 15:47  wy_vote\WebContent\image\topTwo_Back.jpg

     文件      20106  2007-02-01 15:47  wy_vote\WebContent\image\two_front.jpg

............此处省略82个文件信息

评论

共有 条评论