06 2017 档案
摘要:先到官网下载PyCharm https://www.jetbrains.com/pycharm/download/#section=mac 安装好之后打开 激活码网站 http://idea.lanyus.com File new Python File 开始编辑代码
阅读全文
摘要:fn + F4 打开project structure
阅读全文
摘要:sudo rm -rfv ~/.Trash /Volumes/*/.Trashes
阅读全文
摘要:忘记从哪转的了,请原作者联系,此处加上原文链接,见谅 Mac键盘符号和修饰键说明 ⌘ Command ⇧ Shift ⌥ Option ⌃ Control ↩︎ Return/Enter ⌫ Delete ⌦ 向前删除键(Fn+Delete) ↑ 上箭头 ↓ 下箭头 ← 左箭头 → 右箭头 ⇞ Pa
阅读全文
摘要:command+逗号->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8 command+逗号->Preferences->General->Workspace 面板Text file encoding 选择UTF-8 comman
阅读全文
摘要:因为一次感觉电脑启动太慢,就强制关机,然后重启之后,App Store意外退出,safari问号照片打不开等情况 解决方案 1、首先查看自己的mac版本信息 打开左上角关于本机 我的是10.12.3 2、进入到https://support.apple.com/zh_CN/downloads/ Ap
阅读全文
摘要:hello word 以下为一错,已正确书写方法 >>> y=input("y:") y:42 >>> print x*y 1428 >>> 2**3 8 >>> pow(2,3) 8 注意此处为pow(2逗号3)传入2和3的意思调用pow函数 >>> abs(-10) 10 abs为absolut
阅读全文
摘要:command+,(逗号) 打开, 1选中General 2选中Web Browser 3选中Use external web browser (也可以选择下面的firefox火狐浏览器) 4点击OK完事。
阅读全文
摘要:在终端执行 find / -name eclipse.app 得到 eclipse路径 执行open -n 路径 完成双开 open -n /users/zhangfeng/Downloads/eclipse.app
阅读全文