• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Angel----部落阁
Xcode10
博客园    首页    新随笔    联系   管理    订阅  订阅

文章分类 -  XML & XLS

根据数据库生成XML页面

摘要:SqlConnection conn = new SqlConnection(); conn.ConnectionString = "Server=127.0.0.1;User ID=sa;Password=fdahgdrethj31313210212121;Database=northwind;Persist Security Info=True"; conn.Open();... 阅读全文
posted @ 2007-06-05 17:43 angelfeather 阅读(492) 评论(0) 推荐(0)
asp.net 对xml文件的读写,添加,修改,删除操作

摘要:using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.... 阅读全文
posted @ 2007-06-01 10:46 angelfeather 阅读(1047) 评论(0) 推荐(0)
XML遍历所有节点

摘要:XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(Application.StartupPath+"\\database\\xmlData.xml"); XmlNodeList nodeList = xmlDoc.SelectSingleNode("datapath").ChildNodes; foreach(XmlNode... 阅读全文
posted @ 2007-05-29 14:49 angelfeather 阅读(2329) 评论(0) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3