06 2015 档案
摘要:git add *git commit(会自动打开一个文本文档让你写提交注释),若是不好用可以用git commit -m "注释"git push
阅读全文
摘要:1 #coding=utf-8 2 from xml.dom import minidom 3 from xml.dom.minidom import Document 4 import xml 5 def writeXML(filaName="test.xml"): 6 doc = Doc...
阅读全文
摘要:#coding=utf-8import jsondef writeJSON(filaName="test.json"): f=open(filaName, "wb") testDic={"key":"value"} json.dump(testDic,f) f.close()def ...
阅读全文

浙公网安备 33010602011771号