摘要:
配置python+mod_wsgi+apache 时 在浏览器中访问服务器时报错:Invalid HTTP_HOST header: 'XXXXX'. You may need to add u'XXXXX' to ALLOWED_HOSTS,在setting.py中添加ALLOWED_HOSTS[ 阅读全文
摘要:
在python控制台输入import this之后输出如下: The Zen of Python, by Tim PetersBeautiful is better than ugly.Explicit is better than implicit.Simple is better than co 阅读全文
摘要:
#定义函数 def Get_Counter_AllMeasureValue(self, inst_dg_address): """ get all measure value ,as Frequency,period,duty,+width,-width,and so on... :param in 阅读全文