亲,知道百度的网址么?我知道,哈哈哈
百度一下

09 2013 档案

摘要:SELECT * FROM (SELECT ROW_NUMBER() OVER(PARTITION BY GroupID ORDER BY GroupID) ID,* FROM tab_Users) NEWTABLE WHERE ID = 1 阅读全文
posted @ 2013-09-22 16:04 1+1=10 阅读(611) 评论(0) 推荐(1)
摘要:1 /// 2 /// 在磁盘上创建一个临时的excel文件 3 /// 4 private void CreateExcelFile(string filePath, List list) 5 { 6 if (File.Exists(filePath)) 7 { 8 File.Delete(filePath); 9 } 10 11 OleDbConnection... 阅读全文
posted @ 2013-09-22 10:46 1+1=10 阅读(292) 评论(0) 推荐(0)
摘要:jQuery.cookie = function (name, value, options) { if (typeof value != 'undefined') { options = options || {}; if (value === null) { value = ''; options.expires = -1; } var expires = ''; if (options.expires && (typeof options.expires == 'num... 阅读全文
posted @ 2013-09-18 17:16 1+1=10 阅读(144) 评论(0) 推荐(0)
摘要:JS: 1 function CreateNode() { 2 var div = document.getElementById('divMess'); 3 var Node = document.createElement("div"); //创建标签 4 Node.innerHTML = "你好"; 5 Node.setAttribute("style", "width: 100%; float: left; height: 20px; line-height: 20px; text-align: ce 阅读全文
posted @ 2013-09-04 16:09 1+1=10 阅读(265) 评论(0) 推荐(0)

亲,知道百度的网址么?我知道,哈哈哈
百度一下