摘要: select RewardId, stuff((select ','+rtrim( EveryDay)+':'+rtrim( Statistic) from cr where t.RewardId=RewardId order by EveryDay for xml path('')),1,1,''... 阅读全文
posted @ 2014-05-08 18:39 Michael_W 阅读(150) 评论(0) 推荐(0)
摘要: Android一词的本义指“机器人”,同时也是谷歌于2007年11月5日宣布的基于Linux平台的开源手机操作系统的名称,该平台由操作系统、中间件、用户界面和应用 软件组成,号称是首个为移动终端打造的真正开放和完整的移动操作系统。 Android的产生还得从Andy Rubin(安迪鲁宾)说起。安... 阅读全文
posted @ 2014-05-08 15:14 Michael_W 阅读(1457) 评论(0) 推荐(0)
摘要: function ChkJson(strJson) { //判断Json格式是否正确 if (strJson == null || strJson == "") return true; try { JSON.parse(strJson); re... 阅读全文
posted @ 2014-05-08 15:06 Michael_W 阅读(394) 评论(0) 推荐(0)