09 2014 档案
摘要:http://www.cnblogs.com/ygm900/p/3488881.html
阅读全文
摘要:'release' is unavailable: not available in automatic reference counting modeARC forbids explicit message send of'release''release' is unavailable: not...
阅读全文
摘要:GDataXMLNode 。好东西,处理xml 在iOS 中使用。可以编辑和读取Xml文档。支持Xpath.这个很好。GDataXMLNode.hGDataXMLNode.m 文件很不好找啊。/* Copyright (c) 2008 Google Inc.** Licensed under the...
阅读全文
摘要:--使用waitfor语句延迟或暂停程序的执行--waitfor{delay'time'|time 'time'}delay是指间隔时间 最长到24小时time是指定时间执行waitfor delay '00:00:10' --延迟10秒A. 使用 WAITFOR TIME以下示例在晚上 10:20...
阅读全文
摘要://创建xmlDocument XmlDocument doc = newXmlDocument(); //创建声明段 如 doc.AppendChild(doc.CreateXmlDeclaration("1.0", "utf-8", null)); /...
阅读全文