上一页 1 ··· 9 10 11 12 13 14 下一页
  2009年1月4日
摘要: 摘要: 要操作Word,我们就需要Word的对象库文件“MSWORD.OLB”(word2000为MSWORD9.OLB),通常安装了OfficeWord后,你就可以在office... 阅读全文大牛博客 2006-04-24 17:16 发表评论文章来源:http://www.cnblogs.com/lds85930/articles/383733.html 阅读全文
posted @ 2009-01-04 16:27 jameshappy 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 摘要: 一、认识Web.config文件 Web.config文件是一个XML文本文件,它用来储存ASP.NETWeb应用程序的配置信息(如最常用的设置ASP.NETWeb应用程序的身份验证方... 阅读全文大牛博客 2006-04-21 15:03 发表评论文章来源:http://www.cnblogs.com/lds85930/articles/381391.html 阅读全文
posted @ 2009-01-04 16:27 jameshappy 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 摘要: usingSystem;usingSystem.Data;usingSystem.Data.SqlClient; namespaceSysClassLibrary{///<s... 阅读全文大牛博客 2006-04-17 14:46 发表评论文章来源:http://www.cnblogs.com/lds85930/articles/377175.html 阅读全文
posted @ 2009-01-04 16:27 jameshappy 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 摘要: 如何使用SqlDataAdapter来检索多个行 以下代码阐明了如何使用SqlDataAdapter对象发出可生成DataSet或DataTable的命令。它从SQ... 阅读全文大牛博客 2006-04-01 08:50 发表评论文章来源:http://www.cnblogs.com/lds85930/articles/364056.html 阅读全文
posted @ 2009-01-04 16:27 jameshappy 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 摘要: 1.FCKeditor编辑器FCKeditoriscompatiblewithmostinternetbrowserswhichinclude:IE5.5+(W... 阅读全文大牛博客 2006-03-23 10:05 发表评论文章来源:http://www.cnblogs.com/lds85930/articles/356472.html 阅读全文
posted @ 2009-01-04 16:27 jameshappy 阅读(137) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Collections; using System.ComponentModel; using System.Data; using System.Text; using System.Web; using System.Web.UI; using System... 阅读全文
posted @ 2009-01-04 16:19 jameshappy 阅读(416) 评论(1) 推荐(0) 编辑
摘要: 摘要: 1.html<%@RegisterAssembly="AspNetPager"Namespace="Wuqi.Webdiyer" 阅读全文--------------------------盛大招聘.Net开发工程师 经典好书:.NET框架程序设计(修订版)新闻:微软2009年1月最有价值专家(MVP)当选名单导航:博客园首页 知识库 新闻 招聘 社区 小组 博问 网摘 ... 阅读全文
posted @ 2009-01-04 16:19 jameshappy 阅读(179) 评论(0) 推荐(0) 编辑
摘要: //导出文件 public static void ToDocument( DataSet ds , string type , string filename ) { DataRow[] drArray = ds.Tables[0].Select("") ; string strHeader = "" ; //根据DataSet得到要导出的内容 for( int i ... 阅读全文
posted @ 2009-01-04 13:31 jameshappy 阅读(357) 评论(0) 推荐(0) 编辑
  2008年12月28日
摘要: 思路:先把csv文件用fso读取出来,根据定的格式,分割成自己相要的内容,然后分别写入数据库中 eg:先对读取出来的数据做一个检查,符合条件的数据就作为一个整体,要么插入成功,要么插入失败,不符合条件的打印错误信息。 try { myConnection.Open(); OleDbTransaction ts=myConnection.BeginTransaction(... 阅读全文
posted @ 2008-12-28 18:50 jameshappy 阅读(1090) 评论(0) 推荐(0) 编辑
摘要: //创建DataTable DataTable dt=new DataTable("tbAmount"); dt.Columns.Add("riqi",System.Type.GetType("System.String")); dt.Columns.Add("bianm",System.Type.GetType("System.String")); dt.Colum... 阅读全文
posted @ 2008-12-28 18:49 jameshappy 阅读(2553) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页