06 2014 档案

摘要:class DateConvert { private static DateConvert m_DateConvert = null; private static char[] strChinese = new char[] { '〇','一','二','三','四','五','... 阅读全文
posted @ 2014-06-23 21:21 念婆 阅读(685) 评论(0) 推荐(0)
摘要://考试时间必须大于当前时间判断 var currentDate=new Date(); var examDate=document.getElementById("txtExamDate").value; //业务逻辑时间 var examDateCompare=new Date(Date.par... 阅读全文
posted @ 2014-06-22 20:33 念婆 阅读(468) 评论(0) 推荐(0)
摘要:int row = 0; int index = 1; string currentExam_Uid = ""; string oldExam_Uid = ""; protected void gvList_RowDataBound(objec... 阅读全文
posted @ 2014-06-10 15:56 念婆 阅读(633) 评论(0) 推荐(0)