摘要:
1.问题:Tomcat出现端口被占用Port 8080 required by Tomcat v9.0 Server at localhost is already in use. 2.处理: 结束占用该端口的进程。 首先,在dos下,输入 netstat -ano|findstr 8080 //说 阅读全文
摘要:
//如何计算文本在一定情况下的具体高度和宽度 //size:计算的参考尺寸,必须高度或者宽度确定 NSString *text = @"The UIViewController class provides the infrastructure for managing the views of y 阅读全文