简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
Bootstrap框架介绍什么是相应式页面or自适应页面?1.Bootstrap使用方法1.1下载1.2复制基本模板2.基本模板3.组件和插件有什么区别?3.全局CSS样式3.1 布局容器3.2 栅格系统3.3 表格table3.4 表单Bootstrap框架介绍Bootstrap 是基于 HTML、CSS、javascript 的,它...
[Vue warn]: Unknown custom element: <vhead> - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码<div id="app">我是父组件...
nginx部署vue+flask网站前端为vue后端为nginx配置后端请求访问过程:请求-》nginx-》uwsgi-》flask第一步:将项目拉取到服务器上方法一:将项目上传到github远程仓库上,再通过git pull命令拉取项目到服务器本地方法二:可以直接使用rz命令将本地项目(直接压缩成压缩文件)传递到服务器上解压unzip命令,即可第二步:配置uwsgiuwsgi是用户网关接口的意思
[Vue warn]: Unknown custom element: <vhead> - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码<div id="app">我是父组件...
windows安装SQLite步骤1.首先从官网上下载源码sqlite官网点击第一个直接下载最新版2.创建一个目录c:/sqlite,将文件内容解压到该目录中我们可以看到解压的内容根据README.txt上的安装介绍,需要window需要nmake命令相当于在windows下执行Makefile3.下载vs2005文档中推荐使用vs2005,因为我电脑上有vs2019,可以直接使用。这个软件可以在
javaScript动画项目案例示例代码:我的github1.动画库编写匀速运动案例一<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, in...
window使用scp复制文件到linux时报错代码window在cmd命令提示符下运行下面代码scp niub.html yuezhan.jpg root@192.168.10.129:/usr/local/nginx/html/my报错niub.html: No such file or directoryyuezhan.jpg: No such file or directory...
linux部署python及虚拟环境安装python方法一:yum直接安装yum install python3 -y方法二.官方下载源码安装wget https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tar.xztar xf Python-3.7.1.tar.xzcd Python-3.7.1yum -y install g...
django报错: 'Specifying a namespace in include() without providing an app_name ’django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supp