摘要: private static void GetTableSchema( string connstring,string commandText ) { string TatableName = "test_table_" + DateTime.Now.ToString("mmss"); string outfilepath=@"C:\OUTFILE.TXT"; using (SAConnection connection = new SAConnection(connstring)) { connection.Open(); SAC 阅读全文
posted @ 2012-03-24 21:28 Ry5 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: //DeleteScc(); //清除VSS的引用 private static void DeleteScc() { string path = @"E:\FormD"; DirectoryInfo Infos = new DirectoryInfo(path); DeleteDirectoryInfo(Infos); } private static void DeleteDirectoryInfo(DirectoryInfo dInfo) { FileInfo[] fs = dInfo.GetFiles(); foreach (FileInfo finfo in fs 阅读全文
posted @ 2012-03-24 21:25 Ry5 阅读(231) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><title>Zebra Tables Demo</title><script type="text/javascript">var Event = { add: function(obj,type,fn) { if (obj 阅读全文
posted @ 2012-03-24 19:00 Ry5 阅读(401) 评论(1) 推荐(0) 编辑
摘要: <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>表格排序 - Liehuo.Net</title></head><STYLE type=text/css>TABLE {BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #000000 2px so 阅读全文
posted @ 2012-03-24 17:59 Ry5 阅读(292) 评论(0) 推荐(0) 编辑
摘要: link http://apps.hi.baidu.com/share/detail/19111146html <button id="this_submit" class=button_mouseout onmouseover="this.className='button_mouseover'"onmouseout="this.className='button_mouseout'"onmousedown="this.className='button_mousedown&# 阅读全文
posted @ 2012-03-24 17:32 Ry5 阅读(1176) 评论(3) 推荐(0) 编辑