摘要: 不管是oc还是swift这种方式都可以。 let userPic = UIImageView(frame: CGRect(x: 0, y: 0, width: 200, height: 200)) userPic.layer.cornerRadius = userPic.frame.size.wid 阅读全文
posted @ 2021-02-20 17:41 jiduoduo 阅读(358) 评论(0) 推荐(0)
摘要: vim不错,打开文件很快。 打开一个网页,打开一个文本文件,或者一个sql脚本文件,都能很清晰的显示关键词。 最主要的一点就是快。 github: https://github.com/macvim-dev/macvim app: https://macvim-dev.github.io/macvi 阅读全文
posted @ 2021-02-20 16:24 jiduoduo 阅读(74) 评论(0) 推荐(0)
摘要: 运行上面的命令的时候,提示Unknown command: cask 解决: brew install --cask emacs (好慢)参考:https://www.zhihu.com/question/443828638https://emacsformacosx.com/ 阅读全文
posted @ 2021-02-20 15:49 jiduoduo 阅读(4838) 评论(0) 推荐(0)