pycharm-professional-2017.2.3下载
百度盘公开地址:https://pan.baidu.com/s/1geDnVVX
1、pycharm激活(license server)
1、激活窗口选择 Activate new license with License server (用license server 激活)
2、在 License sever address 处填入 http://xidea.online
3、点击 Activate 进行认证激活
异常情况处理:如果上述服务器地址不可用的话尝试以下地址:
http://idea.shaofan.org
http://shaofan.org:8080
http://23.105.214.239:10001
http://idea.liyang.io
2、pycharm远程调试和开发
1、file->setting->project->project interpreter里面设置右侧的设置按钮中选择add remote,然后选择ssh 认证之后添加相关信息(远程主机的认证信息)
2、做好路径的映射,本地项目和远程项目做好对应,例如我是一个项目在两台主机的git clone
3、以上步骤只是设置了远程编译器,接下来需要设置项目同步的认证
tool->deployment->configuration然后就是下面的配置:
4、设置自动同步
tool->deployment->option然后选择如下选项:
5、运行验证,在你设置好的开发测试环境中运行你的项目,或者写一个微小的test做测试,有类似下图的信息则表示远程调试成功,你可以修改文件然后测试一下远程同步是否成功:
3、pycharm 运行时参数设置
【Run】-》 【Edit Configurations】-》 【Script parameters】 :runserver -h 10.22.0.152 -p 8009