07 2015 档案

该文被密码保护。
posted @ 2015-07-08 10:34 银河系上的地球 阅读(4) 评论(0) 推荐(0)
摘要:加载表结构并保持成XMLstring cmdText = @"select * from kb_lable_temp where 1=2"; using (SqlConnection conn = new SqlConnection(DBCtx.ConnStr)) ... 阅读全文
posted @ 2015-07-03 09:43 银河系上的地球 阅读(517) 评论(0) 推荐(0)
摘要:private void OpenFile(string filename) { ProcessStartInfo sInfo = new ProcessStartInfo(); sInfo.WindowStyle = ProcessWin... 阅读全文
posted @ 2015-07-03 09:42 银河系上的地球 阅读(483) 评论(0) 推荐(0)
摘要:1 // =============================================================================== 2 // Microsoft Data Access Application Block for .NET 3 //... 阅读全文
posted @ 2015-07-03 09:40 银河系上的地球 阅读(200) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.... 阅读全文
posted @ 2015-07-03 09:36 银河系上的地球 阅读(540) 评论(1) 推荐(0)