Mac OS X Apache出现Forbidden 403错误的解决方案
          
          
          问题描述: After upgrading to Mac OS X 10.6 or create a new account in you mac, you may be unable to access expected web site content (in your ~/Sites/ folder) via Web Sharing. Web Sharing appears to be enabled and working correctly, but trying to load your web site results in a “Forbidden 403” Web page. 解决方法 If you installed Mac OS X
          
          
        
        
        
        
      Mac OS X Leopard如何删除mysql
          
          
          First you need to edit the file in: /etc/hostconfig and remove the line Since this is a system file I advise you to open it with nano in terminal: Open Terminal sudo nano /etc/hostconfig Enter your password if you're not authed yet. Delete the following line: “MYSQLCOM=-YES-” CTRL+X (This is the command for closing NANO,
          
          
        
        
        
        
      Mac下curl使用方法
          
          
          CURL? 嗯,说来话长了~~~~ 这东西现在已经是苹果机上内置的命令行工具之一了,可见其魅力。 二话不说,先从这里开始吧! curl https://www.minzhang.org 回车之后,www.minz