会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
随便了888
博客园
首页
新随笔
联系
管理
订阅
2017年5月10日
PyCharm 自动添加作者及时间
摘要: 打开pycharm,快捷键ctrl + alt + s 打开模板设置自己所需内容 完整打开路径:file>settings>editor>code style>file and code templates>python script #!/usr/bin/python# -*- coding: U
阅读全文
posted @ 2017-05-10 23:51 随便了888
阅读(1035)
评论(0)
推荐(0)
编辑
python 合并字典
摘要: dictMerged = dict(dict1,**dict2)
阅读全文
posted @ 2017-05-10 19:15 随便了888
阅读(168)
评论(0)
推荐(0)
编辑
公告