摘要: <databaseManager active="true"> <driverName>com.mysql.jdbc.Driver</driverName> <connectionString>jdbc:mysql://127.0.0.1:7878/test</connectionString> <userName>root</userName> <password>kwgkwg</password> <testSql></testSql> & 阅读全文
posted @ 2012-05-21 13:48 solq 阅读(1311) 评论(0) 推荐(0) 编辑
摘要: TextAsset t = (TextAsset)Resources.Load("skill2"); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(t.text.ToString().Trim()); XmlElement n = (XmlElement)xmlDoc.SelectSingleNode("/datas/data[@skillID='1002']"); if (n != null) { p... 阅读全文
posted @ 2012-05-21 13:40 solq 阅读(15550) 评论(4) 推荐(1) 编辑