摘要:
使用pip出错 错误:pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 原因: 系统版本redhat6.4,其中openssl的版本为Ope 阅读全文
摘要:
本篇简要讲解SpringMVC 的运作方式 Spring 的 web 框架是一个设计良好的 web MVC 框架。MVC模式导致应用程序的不同方面(输入逻辑,业务逻辑和UI逻辑)分离,同时提供这些元素之间的松散耦合。使用spring框架,可以减少重复造轮子,提高对象的利用效率。 模型(Model)封 阅读全文