2016年6月29日

摘要: http://www.cnblogs.com/yubinfeng/archive/2010/11/02/1867386.html 阅读全文
posted @ 2016-06-29 11:33 笨的可以 阅读(75) 评论(0) 推荐(0)

2016年6月28日

摘要: http://www.cnblogs.com/hoojo/p/longPolling_comet_jquery_iframe_ajax.html 阅读全文
posted @ 2016-06-28 16:18 笨的可以 阅读(98) 评论(0) 推荐(0)

2016年5月23日

摘要: package cc.pubone.project.gsexam.temp; import java.io.BufferedReader;import java.io.FileInputStream;import java.io.InputStreamReader;import java.util. 阅读全文
posted @ 2016-05-23 09:33 笨的可以 阅读(681) 评论(0) 推荐(0)

2016年4月25日

摘要: 前言:当我们进行大的项目书写的时候或者我们选择维护程序的时候,想知道几点几时我们录入的数据有bug是那么我们就采用 》log4j记录日志的信息 一、日志及其分类 1、软件运行的过程中离不开日志。日志主要用来记录系统运行过程中的一些重要操作信息,便于监视系统运行的情况,帮助用户避免和发现可能出现的问题 阅读全文
posted @ 2016-04-25 14:02 笨的可以 阅读(685) 评论(0) 推荐(0)

2016年4月23日

摘要: @SuppressWarnings("deprecation")public void exportStudent(){ String fileName="考场信息表"+DateKit.getCurrentDateTime("yyyyMMddhhmmss")+".xls"; String path= 阅读全文
posted @ 2016-04-23 15:15 笨的可以 阅读(3465) 评论(0) 推荐(0)
摘要: public void doFile(){ UploadFile file = getFile("getfile"); File examFile = file.getFile(); GetQuestionFile ss = new GetQuestionFile(); boolean stat = 阅读全文
posted @ 2016-04-23 15:13 笨的可以 阅读(566) 评论(0) 推荐(0)
摘要: private static String getUserCode(int usercode){ int a = 0; int b = 0; if(usercode%26!=0){ a = usercode/26+65; b = usercode%26+64; }else{ a = usercode 阅读全文
posted @ 2016-04-23 15:03 笨的可以 阅读(220) 评论(0) 推荐(0)
摘要: private static int[] randomCode(int max, int n){ int min = 1; if (n > (max - min + 1) || max < min) { return null; } int[] result = new int[n]; int co 阅读全文
posted @ 2016-04-23 15:01 笨的可以 阅读(266) 评论(0) 推荐(0)

导航