摘要:
DELETE user,orders from user,orders where user.id=orders.user_id AND user.id=#{id}; 阅读全文
摘要:
不用看,问题暂未解决 进入根目录 cd进 /System/Library/LaunchDaemons/ 文件 输入 i 进入编辑模式。找到 Interval下面的3600改成你希望的时间 请用vi等方式打开,不要使用open命令 用textWrangler打开,保存的时候会报错 the authen 阅读全文
Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires
摘要:
阅读全文
摘要:
lsof -i:8009 kill -9 846 阅读全文
摘要:
先到官网下载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 阅读全文