資源簡介
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.xm
?????文件????????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\addti
?????文件????????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\st
?????文件???????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個文件信息
評論
共有 條評論