启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址/usr/local/nginx/sbin/nginx -c /usr/local/nginx/con...
启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址/usr/local/nginx/sbin/nginx -c /usr/local/nginx/con...
好久没有爬取过数据了,最近有个朋友像爬点儿数据下来,就正好来回顾下。 首先问题是这样的: 'utf-8' codec can't decode byte 0x8b in po...
登录页面修改D:\ys\ys-superset\superset\templates\login_bg 的模板仅为备份模板,项目启动不执行,修改请在 D:\ys\ys_sup...
建议使用 ⑴ python 3.7.8 版本(文件中 -cp37- 指python 3.7.x 版本),配置环境变量检查python版本 CMD => python⑵ pip...
/* ------------------------------- html ---------------------------------*/ /* --------...
用 lazy 就可以实现延时加载
<el-tabs type="card">
<el-tab-pane label="基本信息认证" lazy>
<base-info :userId="userId"></base-info>
</el-tab-pane>
</el-tabs>
<el-tab-pane label="运营商认证" lazy>
<carrier :userId="userId"></carrier>
</el-tab-pane>
vue 组件el-tabs 切换实时更新问题Vue会在网页加载时把el-tabs全部渲染出来,通过V-if进行选择性渲染 *********第一部分 定义组件********* <el-tabs v-model="ac...
function formatTime(time) { const tempDate =new Date(time); const tempYear =tempDate.ge...
转载自:https://blog.csdn.net/zhj51616/article/details/107089658/[https://blog.csdn.net/zhj...
通常表格的表头是不换行的,只需要加上下面这段代码即可。 word-break: keep-all;是针对ie的white-space:nowrap;是针对chrome和fir...
如图 Message 超出换行 需要是找到这个内容超出td 然后设置样式 max-width:95%; word-break: keep-all;//在恰当的断字点...
1.状态码 200 OK 客户端请求成功。 301 Moved Permanently 请求永久重定向。 302 Moved Temporarily 请求临时重定向。 304...
swiper的配置,目前版本需要安装 npm install swiper -D
import Vue from 'vue'
import 'swiper/css/swiper.css'
import VueAwesomeSwiper from 'vue-awesome-swiper/dist/vue-awesome-swiper.js'
Vue.use(VueAwesomeSwiper)
nuxt.js 简述为什么使用nuxt.js? vue单页面应用渲染是从服务器获取所需js,在客户端将其解析生成html挂载于id为app的DOM元素上,这样会存在两大问题。 由于资源请求量大,...
getExif: function (imgId, imgUrl) { var Orientation = 1; var imageObj = new...
1.margin: 0 auto;和position: relative; html,body{ width:100%; height:100%; margin:0; pad...