添加 cursor <nav class="tabs-nav clearfix"> <a class="active" style="cursor:pointer">奖励记录</a> &…
svn st | grep '^\?' | tr '^\?' ' ' | sed 's/[ ]*//' | sed 's/[ ]/\\ /g' | xargs svn add
在iTnes以前版本中可以很方便的拿到一个App的IPA包,但是升级到12.7以后iTunes不再提供这个选项,亲测一下方法可行。 1. 在Mac上下载 Apple Configurator 2 2. 连接设备 3. 点击configura…
export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
parallels desktop 运行某些游戏报错 sorry this application cannot run under a virtual machine 打开注册表(win + r输入regedit),然后 找…
mac 升级到10.13后无法使用brew安装软件 解决方法 sudo mkdir /usr/local/Cellar sudo chmod a+w /usr/local/Cellar sudo mkdir /usr/local/opt…
起因,手贱升级xcode 解决办法 1、复制一份旧的SDK,并重新命名为真机测试需要的SDK版本; 具体做法是,找到路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhon…
NSArray *sortDescriptors = [NSArray arrayWithObject:[NSSortDescriptor sortDescriptorWithKey:@"level" ascending:Y…
if (@available(iOS 11, *)) { }
'NSInternalInconsistencyException', reason: 'UICollectionView received layout attributes for a cell with an index path t…
更多...
加载中...