摘要:
下面的资料是关于C#版hello world的代码。 using System; public class HelloWorld { public static void Main(string[] args) { Console.Write("Hello World!"); } } 阅读全文
摘要:
将开发过程中重要的内容段收藏起来,下边内容是关于python用来获得图片exif信息的库的内容。 library test/debug function (dump given files) if name == 'main': import sys import getopt # parse co 阅读全文
摘要:
下边内容段是关于python通过win32com库播放mp3文件的内容,应该能对大家有用处。 Python supports COM, if you have the Win32 extensions check your Python folder eg. D:Python23Libsite-pa 阅读全文