logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

最新解决vscode中文乱码问题

vscode运行代码中文乱码

文章图片
报错:使用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...

django报错:is not a registered tag library. Must be one of

报错:is not a registered tag library. Must be one ofadmin_listadmin_modifyadmin_staticadmin_urlscachei18nl10nlogstaticstaticfilestz出现问题原因:创建templatetags文件时,可能底下没有__init__.py文件造成django不能把该文件识别为包解决办法:在tem

#python#django
css画圆、半圆、椭圆、圆环

css画圆在css中利用border-radius可以画出我们想要的圆border-radius属性可以设置盒子四边的圆弧。从上左,上右,下右,下左顺时针依次设置四个属性也可以单独设置一个方向如border-radius-top-left1.css画一个圆首先我们需要一个正方形盒子,border-radius设置弧度的半径为其边长一半即可代码如下<!DOCTYPE html&...

#css
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: <vhead> - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码<div id="app">我是父组件...

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: <vhead> - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码<div id="app">我是父组件...

报错:使用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
    共 11 条
  • 1
  • 2
  • 请选择