logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Bootstrap框架介绍

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 recursiv

[Vue warn]: Unknown custom element: &lt;vhead&gt; - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码&lt;div id="app"&gt;我是父组件...

nginx部署vue+flask网站

nginx部署vue+flask网站前端为vue后端为nginx配置后端请求访问过程:请求-》nginx-》uwsgi-》flask第一步:将项目拉取到服务器上方法一:将项目上传到github远程仓库上,再通过git pull命令拉取项目到服务器本地方法二:可以直接使用rz命令将本地项目(直接压缩成压缩文件)传递到服务器上解压unzip命令,即可第二步:配置uwsgiuwsgi是用户网关接口的意思

#nginx#flask
[Vue warn]: Unknown custom element: <vhead> - did you register the component correctly? For recursiv

[Vue warn]: Unknown custom element: &lt;vhead&gt; - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码&lt;div id="app"&gt;我是父组件...

windows安装SQLite

windows安装SQLite步骤1.首先从官网上下载源码sqlite官网点击第一个直接下载最新版2.创建一个目录c:/sqlite,将文件内容解压到该目录中我们可以看到解压的内容根据README.txt上的安装介绍,需要window需要nmake命令相当于在windows下执行Makefile3.下载vs2005文档中推荐使用vs2005,因为我电脑上有vs2019,可以直接使用。这个软件可以在

#windows
javaScript动画项目案例

javaScript动画项目案例示例代码:我的github1.动画库编写匀速运动案例一&lt;!DOCTYPE html&gt;&lt;html lang="en"&gt;&lt;head&gt;&lt;meta charset="UTF-8"&gt;&lt;meta name="viewport" content="width=device-width, in...

#javascript#动画#css
报错:使用scp复制文件No such file or directory

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及虚拟环境

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...

#python#linux
django报错: Specifying a namespace in include() without providing an app_name

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

#python#django
到底了