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






笨笨在成长

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2010年12月1日

XmlWriter 创建XML文件 我的代码
摘要: 1.用2个writer.WriteStartElement("“)//可以达到子节点的效果static void Main(string[] args) { string app_path = Application.StartupPath + "\\gouwuke.xml"; XmlWriterSettings settings = new XmlWriterSettings();... 阅读全文
posted @ 2010-12-01 16:21 笨笨在成长 阅读(3321) 评论(0) 推荐(0)
 
获取一号店的接口数据 我的程序
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;using System.IO;using System.Net;namespace 获取接口的数据{ class Program { static void Main(string[] args) {... 阅读全文
posted @ 2010-12-01 15:42 笨笨在成长 阅读(942) 评论(0) 推荐(0)
 
删除文件夹
摘要: Directory.Delete(path, true);true:文件夹下的所有都删除 阅读全文
posted @ 2010-12-01 11:21 笨笨在成长 阅读(138) 评论(0) 推荐(0)