摘要:
昨天遇到一个问题,pycharm 中运行不了django的程序,看错误是: django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must 阅读全文
摘要:
Java设计模式之单例模式 最近由于想了解下底层的源码,所以看了些设计模式,后续看了几种写几种 单例模式英文原文: Ensure a class has only one instance,and provide a global point of access to it 即:在整个应用程序中,确 阅读全文