#coding=utf-8import win32com.clientclsid='{9BA05972-F6A8-11CF-A442-00A0C90A8F39}'ShellWindows=win32com.client.Dispatch(clsid)for i in range(ShellWindo...
分类:
编程语言 时间:
2014-07-22 22:45:34
阅读次数:
218
#-*-coding:utf-8-*-fromctypesimport*importtimeclassMEMORYSTATUS(Structure):while1:_fields_=[('dwLength',c_int),('dwMemoryLoad',c_int),('dwTotalPhys',c...
分类:
其他好文 时间:
2014-07-22 22:36:36
阅读次数:
219
--> 菜单1 菜单2 菜单3 菜单4 --> Coding Serf Web Translations Life Coding Serf Stay @ Front End | &quo...
分类:
Web程序 时间:
2014-07-22 22:36:33
阅读次数:
271
# -*- coding: utf-8 -*-import ConfigParserconfig = ConfigParser.ConfigParser()config.readfp(open('ixamail.ini'))a = config.get("host","smtp_server")pr...
分类:
其他好文 时间:
2014-07-22 22:36:14
阅读次数:
168
#coding=utf-8importConfigParserdefwriteConfig(filename):config=ConfigParser.ConfigParser()#setdbsection_name='db'config.add_section(section_name)confi...
分类:
其他好文 时间:
2014-07-22 22:36:14
阅读次数:
180
# -*- coding: cp936 -*-from PyQt4 import QtGui,QtCoreimport sysclass MianWindow(QtGui.QMainWindow): def __init__(self,parent=None): QtGui.QM...
分类:
其他好文 时间:
2014-07-22 22:36:13
阅读次数:
219
#coding:utf8import urllib2import urllibimport jsonimport stringimport randomclass WebChat(object): def __init__(self, appid=None, secret=None, code...
分类:
编程语言 时间:
2014-07-22 00:25:36
阅读次数:
276
看了一点Python的知识点,写了一段代码来加深理解:# -*- coding:cp936 -*-print ('此计算器为理想状态下基金定投的收益计算')print ('计算公式:M=12a(1+x)[-1+(1+x)^n]/x')print ('M:预期收益')print ('a:每月定投金额'...
分类:
编程语言 时间:
2014-07-22 00:11:34
阅读次数:
207
作者:咕唧咕唧liukun321来自:http://blog.csdn.net/liukun321Advanced Audio Coding。一种专为声音数据设计的文件压缩格式,与Mp3不同,它采用了全新的算法进行编码,更加高效,具有更高的“性价比”。利用AAC格式,可使人感觉声音质量没有明显降低的前提下,更加小巧。FAAC是在嵌入式系统中常用的AAC音频编码开源库,关于AAC音频格式可以看一下这...
分类:
其他好文 时间:
2014-07-21 23:27:49
阅读次数:
234
方便统计各种平台项目的代码量,主要用到了find指令来进行处理的详情点击打开链接。
源代码如下:
# -*- coding: utf-8 -*-
'''
Created on Jul 18, 2014
@author: Jayhomzhou
@note: 计算注释以及代码的总行数(即代码量)
'''
import subprocess
def countCodes(codePa...
分类:
编程语言 时间:
2014-07-21 16:38:02
阅读次数:
352