welcome to Qijie's Blog 薛其杰
06 2014 档案
使用WebMatrix发布网站到Windows Azure
摘要:1. 在本地机安装 WebMatrix, 安装Windows Azure SDK2. 登录Windows Azure, 网站 > 创建一个新网站或选择已有网站3. 在发布应用程序,选择下载发布配置文件,发布配置文件是一个以目录命名的后缀名为.PublishSettings的文件4. 在本地,使用We... 阅读全文
posted @ 2014-06-26 16:32 零点零一 阅读(615) 评论(0) 推荐(0)
创建XML文档结构
摘要:static void CreateXML(string outputPath) { XmlDocument _xmlDoc = new XmlDocument(); string _xmlNode = @""; ... 阅读全文
posted @ 2014-06-18 12:34 零点零一 阅读(159) 评论(0) 推荐(0)