白天有雨

此处应该有掌声

07 2009 档案

SelectNodes 表达式
摘要: SelectNodes("//root/path"); SelectSingleNode("descendant::ContributingSubdomains"); SelectNodes("//book[@genre='novel2' and @publicationdate='1992']")) SelectNodes("descendant::book[author/first-nam...阅读全文

posted @ 2009-07-31 12:44 卓如 阅读(86) | 评论 (0) 编辑

获得excel的sheet名字
摘要: /// /// This mehtod retrieves the excel sheet names from /// an excel workbook./// /// The excel file./// String[]private String[] GetExcelSheetNames(string excelFile){ OleDbConnection objConn = null;...阅读全文

posted @ 2009-07-30 11:34 卓如 阅读(425) | 评论 (0) 编辑