显示mac本地隐藏文件命令

条评论
两条直接显示本地隐藏文件的命令 显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false 

    阅读全文

    清除本地ssh私钥

    条评论

    当使用ssh链接远程host的时候 密码正确,就是链接不上。此时显示访问被拒绝,双端密钥不对称。

      阅读全文

      VPS MySQL远程登录问题FAQ

      条评论

      Mysql远程登录失败,没回馈 解决办法

        阅读全文

        细说PerGUI框架设计思路

        条评论

        本来想分析MarkUX框架的代码,但是需要购买,暂时就放下了,恰巧遇到PerGUI几乎雷同的设计思路。那就直接拿来分析吧。此文是我读此框架的笔记,外行看热闹内行看门道至于能理解多少就见仁见智了,如果我没理解的地方还请不吝指出。最后你可以在CodePlex上找到此开源代码。

          阅读全文

          Reading note of < Unity 5.x Shaders and Effects Cookbook > 4

          条评论

          Creating a Phong/BlinnPhong Specular type

            阅读全文

            Reading note of < Unity 5.x Shaders and Effects Cookbook > 3

            条评论

            Creating a Circle around the terrain

              阅读全文

              Reading note of < Unity 5.x Shaders and Effects Cookbook > 2

              条评论

              Creating a Holographic Shader

                阅读全文