Kingyeung Chan

THINK GREAT THOUGHTS AND YOU WILL BE GREAT

大家好,我系Monster.Chan,一名来自中国的 iOS / AWS / Unity3D 开发者,就职于SAINSTORE。在不断修炼,努力提升自己


结合工作经验,目前写了《Getting Started with AWS》、《Websites & Web Apps on AWS》,欢迎试读或者购买

Xcode 7.1菜单中不显示Alcatraz的解决办法

先执行,这一步是把所有的插件都加上Xcode 7.1的DVTPlugInCompatibilityUUID

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID  

然后执行

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1  

最后重启Xcode,然后亲爱的插件们就都回来啦

感谢GitHub issue

最近的文章

Bug_Note

在Coding肯定会遇到各种奇葩的bug,今天就遇上了,适当汇总一些还是有必要的。这章节以后不断增加。 UICollectionViewFlowLayout有点关的the behavior of the UICollectionViewFlowLayout is not defined because:the item height must be less that the height of the UICollectionView minus the section insets ...…

继续阅读
更早的文章

AWS架构师认证指南

最近准备参加亚马逊的解决方案架构师-助理级别的认证考试,开始备考同时也把自己学习到的AWS知识都梳理了一遍,这算是一份收获,特意将收集到的和大家分享一下。 什么是AWS认证?对于 IT 专业人员,AWS 认证是对其在 AWS 上设计、部署和操作应用程序和基础设施所需的技能和技术知识的一种认可。获得证书有助于证明您使用 AWS 的丰富经验和可信度,同时还能提升您所在的组织熟练使用基于 AWS 云服务应用的整体水平。 目前亚马逊推出了Solutions Architect,Develope...…

继续阅读