摘要:
添加一个新项目后,如果使用 supervisord -c /etc/supervisord.conf 会报错 Error: Another program is already listening on a port that one of our HTTP servers is configure 阅读全文
摘要:
import UIKit extension UIColor { //使用rgb方式生成自定义颜色 convenience init(_ r : CGFloat, _ g : CGFloat, _ b : CGFloat) { let red = r / 255.0 let green = g / 阅读全文
摘要:
android开发中,当theme的colorPrimary,colorPrimaryDark,colorAccent等涉及到颜色的属性使用了透明度,就会报错 java.lang.RuntimeException: A TaskDescription's primary color should b 阅读全文