1.下载IntelliJ idea 安装
2. 在intelliJ安装python plugin ,输入 python回车即可 安装完后重启
3.进入 python27/scripts/目录,执行:pip install psycopg2
psycopg2(是Python语言的PostgreSQL数据库接口)
创建项目如下图 1-->2-->3
新建 src目录,新建python文件,输入代码
1.下载IntelliJ idea 安装
2. 在intelliJ安装python plugin ,输入 python回车即可 安装完后重启
3.进入 python27/scripts/目录,执行:pip install psycopg2
psycopg2(是Python语言的PostgreSQL数据库接口)
创建项目如下图 1-->2-->3
新建 src目录,新建python文件,输入代码