码迷,mamicode.com
首页 >  
搜索关键字:install django    ( 56326个结果
linux搭建gitlab服务器
1.安装python sudo yum install -y curl policycoreutils-pythonopenssh-server 2.将SSH服务设置成开机自启动,分别执行以下命令: sudo systemctl enable sshd sudo systemctl start ss ...
分类:系统相关   时间:2021-07-01 17:07:32    阅读次数:0
CentOS7利用docker安装MySQL5.7
利用yum 安装docker 安装一些必要的系统工具: sudo yum install -y yum-utils device-mapper-persistent-data lvm2 添加软件源信息: sudo yum-config-manager --add-repo http://mirror ...
分类:数据库   时间:2021-07-01 17:02:47    阅读次数:0
Linux常用命令
快捷键 1、打开终端 ctrl+alt+t 2、推出鼠标ctrl+command 3、tar -zxvf filename 解压缩 4、cd 进入指定的目录 cd .. 返回上一级目录 5、ls 查看当前目录下的所有的目录与文件名 6、touch filename 表示创建一个文件 7、mkdir ...
分类:系统相关   时间:2021-07-01 16:58:13    阅读次数:0
vue创建工程
1、创建一个名为hello-vue的工程 vue init webpack hello-vue 2、安装依赖 #进入工程目录 cd hello-vue #安装 vue-router npm install vue-router --save-dev #安装 element-ui npm instal ...
分类:其他好文   时间:2021-07-01 16:54:32    阅读次数:0
drf jwt(总回顾)
(#5题) 请求首行,请求头,请求体 # 1 restful规范--10条 # 2 django上写符合restful规范的接口 # 3 drf写接口 # 4 APIView--》继承了原生View 》get,post方法 -(为什么get请求来了,就会执行get方法:原生View的dispatch ...
分类:其他好文   时间:2021-07-01 16:52:50    阅读次数:0
什么是 Python Django Flask &Tornado
什么是 Python? | 甲骨文开发人员 https://developer.oracle.com/python/what-is-python/ Coroutines and concurrency — Tornado 6.1 documentation https://www.tornadowe ...
分类:编程语言   时间:2021-07-01 16:45:20    阅读次数:0
vscode和插件配置
插件列表: code --install-extension abusaidm.html-snippetscode --install-extension akamud.vscode-javascript-snippet-packcode --install-extension christian- ...
分类:其他好文   时间:2021-07-01 16:41:12    阅读次数:0
elementui 引入高德地图
使用vue-amap 一套专门用于vue的高德地图插件 1.安装 npm install vue-amap -S 2.在main.js中引入 import AMap from 'vue-amap' Vue.use(AMap) // 初始化地图 AMap.initAMapApiLoader({ key ...
分类:其他好文   时间:2021-07-01 16:30:44    阅读次数:0
python性能工具--初识locust
一、官方示例 地址:https://docs.locust.io/en/stable/quickstart.html#how-to-write-a-real-locust-file 二、安装Locust Windows系统安装locust: 直接通过 pip install locustio 命令安 ...
分类:编程语言   时间:2021-07-01 16:30:11    阅读次数:0
Grafana ES数据源 0~8h数据丢失问题
一个比较老的问题了,因在Grafana界面上查询es数据时,传递的时间范围参数并不是浏览器本地时区(如CST),导致查询不到当天0~8h的数据: https://github.com/grafana/grafana/issues/16765 解决方法: 先去grafana官网上找下我们这个版本的源码 ...
分类:其他好文   时间:2021-07-01 16:27:31    阅读次数:0
56326条   上一页 1 ... 4 5 6 7 8 ... 5633 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!