[无需解决]Mac中给LaunchPad中的Chrome程序图标中加入启动参数
crifan 9年前 (2016-03-25) 3848浏览 0评论
折腾: [已解决]Mac中Chrome运行js出错:XMLHttpRequest cannot load 需要给mac的launchpad中的程序 chrome 中加入启动参数: –disable-web-security 以便于为了解...
工作相关的技术文章
crifan 9年前 (2016-03-25) 3848浏览 0评论
折腾: [已解决]Mac中Chrome运行js出错:XMLHttpRequest cannot load 需要给mac的launchpad中的程序 chrome 中加入启动参数: –disable-web-security 以便于为了解...
crifan 9年前 (2016-03-25) 1692浏览 0评论
把iPhone插入到Mac中后,提示有新版iOS更新: 转载请注明:在路上 » [记录]iPhone6更新iOS 9.3...
crifan 9年前 (2016-03-25) 8907浏览 0评论
// let appId = "944848654" //网易云音乐 let appId = "491854842" //有道词典 // ...
crifan 9年前 (2016-03-25) 4835浏览 0评论
swift实现,app内,跳转到AppStore中的某个app的页面 以便于实现app的更新 swift jump to app store app store – Open appStore through button in app ...
crifan 9年前 (2016-03-24) 2226浏览 0评论
希望实现: 分割线,要么左边顶格对齐,要么距离右边有个填充距离 之前设置过separatorInset的left为0,但是不起效果 swift uitableview cell separator left inset objective c ...
crifan 9年前 (2016-03-24) 5179浏览 0评论
在折腾自动布局时,涉及到 left,right leading,trailing 但是一直没搞清楚其中的区别 偶尔一次,通过实际效果,看出区别了: 代码: constrain(cell.textLabel!, cell....
crifan 9年前 (2016-03-24) 1886浏览 0评论
已有代码: cell.textLabel?.text = "查看资料" cell.textLabel?.textColor = textColor ce...
crifan 9年前 (2016-03-23) 2970浏览 0评论
[背景] 需要对于文本框来说,超过11位之后,就不允许继续输入了 搜: swift textfield input change swift textfield input change not allow ios – Allow onl...
crifan 9年前 (2016-03-22) 5229浏览 0评论
swift中需要将一个浮点数double格式化为2位小数点的字符串 swift double format string 2 point iphone – Round double value to 2 decimal places ...
crifan 9年前 (2016-03-22) 1651浏览 0评论
用: //given an image, clip the round corner, return a round corner image func drawCornerImage(image:UIImage, cornerRadius:C...