摘要:
【socket.gethostname() vs socket.getfqdn()】 gethostname()把域名转换为IP。 阅读全文
摘要:
【Site-specific configuration】 site.py会被自动导入。通过-S选项可阻止此行为。 Importing this module will append site-specific paths to the module search path and add a ... 阅读全文
摘要:
【sys.path】 A list of strings that specifies the search path for modules. modules的搜索路径。 Initialized from the environment variable PYTHONPATH. 从环境变量... 阅读全文
摘要:
【uname】 输出操作系统相关信息。 阅读全文
摘要:
【sys.platform】 一个字符串,指明当前是哪个操作系统。常用的操作系统如下: 名字与 uname -s 的输出一致。 对于Linux有以下要点要注意。 阅读全文
摘要:
【调整字体大小】 window-> preference-> General-> Appearance-> colors and fonts-> Basic把字体调大点【跳转】 F3,或者直接按住ctrl键用鼠标点击要访问的类名。 Alt + Left 即可返回。 阅读全文
摘要:
【Eclipse Color Theme】 插件安装教程:http://blog.sina.com.cn/s/blog_73b89cd3010147fi.html 阅读全文
摘要:
【Pydev】 pydev安装与配置:http://www.cnblogs.com/Bonker/p/3584707.html 阅读全文