解决VS2017无法使用scanf的问题
我们在用VS使用scanf函数时,会出现 This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details的错误,这是因为微…
简单工厂模式
1)简单工厂模式的设计方案:定义一个可以实例化Phone对象的类,封建创建对象的代码。 2)看示例代码 手机标准类Phone:
public interface Phone {void make();
}小米产品手机:
public class MiPhone imp…
如果程序输出下方的log或者弹出程序无响应就表示遇到了ANR
020-07-11 23:18:19.131 1232-28781/? E/ActivityManager: ANR in com.test (com.test/.MainActivity)PID: 28502Reason: Input dispatching timed out (Waiting to send non-key event because the touched window …