上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页
摘要: views函数: @login_required(login_url='/users/login/') def device_list(request): username = request.session.get('user', '') all_device = Device.objects.a 阅读全文
posted @ 2021-10-08 18:13 香菜哥哥 阅读(46) 评论(0) 推荐(0) 编辑
摘要: django.template.exceptions.TemplateSyntaxError: 'staticfiles' is not a registered tag library. Must ROOT_URLCONF = '' TEMPLATES = [ { 'BACKEND': 'djan 阅读全文
posted @ 2021-09-28 09:13 香菜哥哥 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 免费模板:https://sc.chinaz.com/tag_moban/bootstrap.html 蓝色公司Bootstrap后台源码模板下载 http://www.bootstrapmb.com/item/10587/preview Python+Vue+Django前后端分离项目实战 htt 阅读全文
posted @ 2021-09-27 14:55 香菜哥哥 阅读(104) 评论(0) 推荐(0) 编辑
摘要: django 3.1,Python3.8.2 启动项目报错如下: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1. 解决 项目的__init__文 阅读全文
posted @ 2021-09-22 18:55 香菜哥哥 阅读(39) 评论(0) 推荐(0) 编辑
摘要: bootstrapV4.4.1:https://getbootstrap.net/docs/getting-started/download/ jq:https://www.jq22.com/jquery-info122 (Github源码:https://github.com/jquery/jqu 阅读全文
posted @ 2021-09-22 16:38 香菜哥哥 阅读(558) 评论(0) 推荐(0) 编辑
摘要: https://github.com/PyGuoJun/Interface_TestPlatform https://testerhome.com/topics/15534 https://testerhome.com/topics/13269 https://testerhome.com/topi 阅读全文
posted @ 2021-08-13 14:58 香菜哥哥 阅读(20) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-08-04 11:03 香菜哥哥 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-07-27 16:17 香菜哥哥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 来源:https://skywalking.apache.org/zh/2020-11-30-pycon/ Python 作为一门功能强大的编程语言,被广泛的应用于计算机行业之中; 在微服务系统架构盛行的今天,Python 以其丰富的软件生态和灵活的语言特性在服务端编程领域也占有重要的一席之地。 本 阅读全文
posted @ 2021-07-27 10:31 香菜哥哥 阅读(3184) 评论(0) 推荐(0) 编辑
摘要: df -Th lsblk fdisk /dev/sdb lsblk pvcreate /dev/sdb1 pvdisplay vgdisplay vgextend centos /dev/sdb1 vgdisplay pvdisplay lvdisplay lvextend -l +100%FREE 阅读全文
posted @ 2021-07-19 09:31 香菜哥哥 阅读(302) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页