摘要: var TimeObjectUtil; /** * @title 时间工具类 * @note 本类一律违规验证返回false * @author {boonyachengdu@gmail.com} * @date 2013-07-01 * @formatter "2013-07-01 00:00:0 阅读全文
posted @ 2016-02-29 17:53 团子先生 阅读(487) 评论(0) 推荐(0) 编辑
摘要: select a.*,(a.startTime+'|'+a.endTime) as states from OA_Vote_Subject as a where 1=1 拼接后的states为 2016-02-02 00:00:00|2016-02-29 00:00:00 阅读全文
posted @ 2016-02-29 17:25 团子先生 阅读(432) 评论(0) 推荐(0) 编辑
摘要: var strs = new Array(); var res="a*b"; strs = res.split("*"); strs[0] 的值为a, strs[1] 的值为b 阅读全文
posted @ 2016-02-29 17:21 团子先生 阅读(1328) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Vote_SubjectItemAdd.aspx.cs" Inherits="oa_vote_Vote_SubjectItemAdd" %> <!DOCTYPE html PUBLIC " 阅读全文
posted @ 2016-02-29 11:08 团子先生 阅读(329) 评论(0) 推荐(0) 编辑