08 2020 档案
【CentOS7】Apache发布静态网页-超简单
摘要:目前能够提供Web网络服务的程序有 IIS、 Nginx和 Apache等。其中,IIS (Internet Information Services,互联网信息服务)是 Windows系统中默认的 Web服务程序。但是,IIS只能在 Windows系统中使用。 Apache(音译为阿帕奇)是世界使
Django QuerySet API---数据库接口
摘要:基本的创建与查询 # -*- coding: utf-8 -*- from django.http import HttpResponse from TestModel.models import Test """# 数据库操作--新建数据 def testdb(request): test1 =