
mac
abcddtt
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac office 2011 du skal afslutte 安装 弹窗 报错
需要关闭safari 和 chrome ps -e|grep Safari sudo kill 编号 ps -e|grep Chrome sudo kill 编号原创 2013-04-17 17:13:06 · 2890 阅读 · 0 评论 -
mac http2.4.4
报错1 checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc checking whether the C compiler works... no configure: error: in `/usr/local/src/httpd-2原创 2013-04-18 10:42:46 · 1029 阅读 · 0 评论 -
mac mysql编译
os x 10.8 下载mysql,地址如下(选source code:Generic Linux (Architecture Independent), Compressed TAR Archive) http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.10.tar.gz cmake -DCMAKE_INSTALL_PREFIX=/原创 2013-04-19 11:30:23 · 730 阅读 · 0 评论 -
mac .profile
profile可以是定义alias 修改后续要执行 source .profile 命令生效原创 2013-04-19 21:55:59 · 674 阅读 · 0 评论 -
ubuntu mac freetds unixodbc
tsql 可以检查freetds链接sqlserver的状况 tsql -S server -U username -P password -D database (server 定義在 freetds.conf, [] 內的名稱) 1> select * from table 2> go 記得要下 go 才會開始查詢, 離開用 exit 或 quit 也可以用 |原创 2013-03-25 09:39:30 · 1189 阅读 · 0 评论 -
sudo 避免多次输入密码的方法 sudoers
sudo cp /etc/sudoers /etc/sudoers.bak sudo vim /etc/sudoers 添加 username ALL=NOPASSWD: ALL wq! 搞定! 参考:http://www.51testing.com/?uid-225738-action-viewspace-itemid-216699原创 2013-06-07 22:43:17 · 937 阅读 · 0 评论 -
mac下Finder寻找文件,显示隐藏文件,快速前往文件夹
终端下运行命令 defaults write com.apple.Finder AppleShowAllFiles YES 并重启finder 前往文件夹快捷键 : shift + cmd + g原创 2013-11-13 20:19:42 · 1448 阅读 · 0 评论