05 2014 档案

摘要:object fontname = "Wingdings 2"; object uic = true; doc.Bookmarks.get_Item(ref lblmark).Range.InsertSymbol(-4014, ref fontname, ref uic, ref missing)... 阅读全文
posted @ 2014-05-29 17:49 Victor.lu 阅读(1683) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Text;using Word = Microsoft.Office.Interop.Word;namespace ELO.BLL{ /* * Descrip... 阅读全文
posted @ 2014-05-24 19:17 Victor.lu 阅读(1370) 评论(0) 推荐(1)
摘要:筛选出 2012-2-1 的数据private DataTable GetData() { DataTable dt = new DataTable(); dt.Columns.Add("Id", typeof(int)); ... 阅读全文
posted @ 2014-05-09 11:06 Victor.lu 阅读(351) 评论(0) 推荐(0)
摘要:rel是有进有出,out是只出不进。经典! 阅读全文
posted @ 2014-05-06 16:29 Victor.lu 阅读(158) 评论(0) 推荐(0)