会员
周边
众包
新闻
博问
闪存
赞助商
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 笨笨在成长
阅读(3315)
评论(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 笨笨在成长
阅读(931)
评论(0)
推荐(0)
编辑
删除文件夹
摘要: Directory.Delete(path, true);true:文件夹下的所有都删除
阅读全文
posted @ 2010-12-01 11:21 笨笨在成长
阅读(131)
评论(0)
推荐(0)
编辑