03 2020 档案
摘要:videojs.getPlayers("video player").html5player.tech_.setPlaybackRate(1.5)
阅读全文
摘要:git 分布式的版本管理工具 github 社交平台网站, 开源项目, 远程仓库 git config的三种配置 缺省的git config配置
阅读全文
摘要:查看当前所在路径 查看当前目录下所有文件并以长格式显示 终端清屏 清屏快捷键 将1.c复制到当前目录下的source目录下(目标在前, 源在后) 将1.c复制到当前目录下的source目录下(保留默认属性mode, ownership, timestamps) 将1.c复制到当前目录下的source
阅读全文
摘要:Ubuntu18.04 ssh配置文件路径 CentOS7 ssh配置文件路径
阅读全文
摘要:查看git版本 git全局配置用户名为ret git全局配置邮箱为ret@vip.com 查看config的global配置 查看config local user.name的配置 git创建仓库(将已有项目mysite代码纳入git管理) git创建仓库(新建项目mysite直接用git管理) 将
阅读全文
摘要:ubuntu config default user root bash passwd root exit ubuntu config default user username
阅读全文
摘要:models.py from django.contrib.auth.models import AbstractBaseUser,PermissionsMixin,BaseUserManager from shortuuidfield import ShortUUIDField from djan
阅读全文
摘要:TEMPLATES = [ { 'DIRS': [os.path.join(BASE_DIR, 'front', 'templates')], 'OPTIONS': { 'builtins':[ 'django.templatetags.static' ] }, }, ] STATICFILES_D
阅读全文
摘要:DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), } }
阅读全文

浙公网安备 33010602011771号