网站首页 站内搜索

搜索结果

查询Tags标签: demon,共有 2条记录
  • uniapp tab选项卡简单demon

    <template><view class="content"><view class="title-bar"><view :class="selIndex==n?selIndex:" v-for="(i,n) in titleList" @click="selIndexs(n)" :key="n">{{ i }}</vie…

    2021/6/12 18:21:37 人评论 次浏览
  • Python Django添加superuser

    from django.contrib.auth.models import User user=User.objects.create_superuser(‘name’,‘emailname@demon.com’,‘password’) 第一个为用户名,第二个是邮箱,第三是密码 用这个方法可能会出错,系统环境变量中添加DJANGO_SETTINGS_MODULE变量,将其值设置为mysi…

    2021/4/23 1:55:09 人评论 次浏览
扫一扫关注最新编程教程