标签:Eclipse
一、Eclipse安装插件比如:
Name:Pydev
Location:http://www.pydev.org/update_sites/4.5.5/
3、安装搜索到的插件
二、Eclipse插件卸载
help->install new software
What is already installed? 点击进去,找到你需要要删除的软件,删除即可。
三、Eclipse插件更新
Help-> check for updates
http://blog.csdn.net/u010956473/article/details/72819559
python文件模板:
#!/usr/bin/env python
# *_* coding=utf-8 *_*
"""
desc:
@author: xxx
created on $date
version: 1.0
"""
if __name__ == ‘__main__‘:
pass
标签:Eclipse
原文地址:http://blog.51cto.com/395469372/2072975