摘要: 1: [DllImport("user32")] 2: public static extern int SendMessage(IntPtr hwnd, int wMsg, int wParam, IntPtr lParam); 3: public const int WM_SETREDRAW = 0xB; 4: [DllImport("user32.dll")... 阅读全文
posted @ 2016-01-11 21:09 淡墨青云 阅读(350) 评论(0) 推荐(1) 编辑
摘要: 源码和插件都在后面,如果不想看我神神叨叨的可以直接到文章后面下载一 .找插件在使用Windows Live Writer 经常要用到插入代码的功能,根据博客园中教程,分别使用了:WindowsLiveWriter.CNBlogs.CodeHighlighter 和 SourceCodePlugin_... 阅读全文
posted @ 2016-01-11 20:58 淡墨青云 阅读(813) 评论(4) 推荐(0) 编辑
摘要: 1 /// 2 /// 将DataTable转为Json字符串 3 /// 4 /// 5 /// 6 public static string DataTable2Json(DataTable dt) 7 ... 阅读全文
posted @ 2016-01-11 11:55 淡墨青云 阅读(277) 评论(0) 推荐(0) 编辑