Zihu88
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Zihu88 创建了一个帖子, pyCharm pro 2019.1.3 IDE editor icon follows mouse cursor to move most of the time
I find the pycharm IDE editor icon follows mouse cursor movement almost all the time, and frequently get into selection mode. This is very obnoxious since people get distracted when they are focuse... -
-
Zihu88 创建了一个帖子, pyCharm pro 2019.1.3 can't print float number of exponential notation correctly?
Hi All, Today I downloaded pyCharm Professional version 2019.1.3, and tried to the following statements: z=1.2e2 print('{:f}'.format(z)) And the code gave me the result: 1120.000000 However...