
mac
radjedef
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何在mac下使用 #include <bits/stdc++.h>
进入Xcode的目录 usr-》include-》c++—》v1 创建一个名为bits的文件夹 在里面添加一个stdc++.h std++.h的内容为:// C++ includes used for precompiling -*- C++ -*-// Copyright (C) 2003-2014 Free Software Foundation, Inc.//// This fil原创 2018-01-10 21:10:45 · 4856 阅读 · 4 评论 -
mac 下的sublime text 3 配置
留作自己的笔记c++ 格式化代码cool format:进入formatter setting 修改配置; Please visit http://akof1314.github.io/CoolFormat/doc/index.html for more information[SynTidy]C++=""-A2-p-N-Y-o-T-N-k3"" Java=""-A1-p-N-Y-k3""原创 2018-01-10 21:15:00 · 852 阅读 · 0 评论 -
mac pycharm中使用matplotlib 出现的 framework 问题
错误类型为:RuntimeError: Python is not installed as a framework. The Mac OS X backend will....解决方案:vim ~/.matplotlib/matplotlibrc 然后输入以下内容: backend: TkAgg就可以使用了原创 2018-02-18 16:06:26 · 512 阅读 · 0 评论 -
mac使用 homebrew 安装mysql 后 忘记root密码,重置root密码
首先确定自己homebrew 安装的 mysql 的路径: 我的是:/usr/local/Cellar/mysql/5.7.22首先输入sudo /usr/local/Cellar/mysql/5.7.22/support-files/mysql.server stop可能会出现ERROR! MySQL server PID file could not be ...原创 2018-05-14 12:48:03 · 4604 阅读 · 1 评论