上一页 1 ··· 15 16 17 18 19

2020年6月10日

6 vue-element.ui 左侧导航栏

摘要: <template> <div> <el-menu :default-active="'/'+activeIndex2" mode="vertical" background-color="#344a5f" text-color="#fff" active-text-color="#f56c6c" 阅读全文

posted @ 2020-06-10 20:38 章画 阅读(1696) 评论(0) 推荐(0) 编辑

05 element.ui 全局配置

摘要: element.ui css样式在组件里面改有的不会生效,是因为加了scoped。局部作用,放在这里是全局配置 阅读全文

posted @ 2020-06-10 19:34 章画 阅读(637) 评论(0) 推荐(0) 编辑

04router

摘要: 1.以 / 开头的嵌套路径会被当作根路径。一级路由可以放在二级router-view里面 实现的效果是页面嵌套 { path: '/console', name: 'console', component: () => import('@/views/console/ConseleIndex'), 阅读全文

posted @ 2020-06-10 15:26 章画 阅读(149) 评论(0) 推荐(0) 编辑

flex 中间层的高度完全由flex元素决定

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文

posted @ 2020-06-10 12:57 章画 阅读(658) 评论(0) 推荐(0) 编辑

03 父子组件sync&update

摘要: 父组件传给子组件是基本数据类型。 父组件 1 <template> 2 <el-container class="consele-container"> 3 4 <el-container> 5 <el-header height="70px"> 6 <comp-console-head :is-f 阅读全文

posted @ 2020-06-10 11:58 章画 阅读(1023) 评论(0) 推荐(0) 编辑

02 axios

摘要: 首先插一笔:为什么前端永axios通常都会跨域 axios严格遵守浏览器同源策略。说到同源策略,不得不提到另外一个概念——源(Origin)。那什么是源的呢?源其实是是个域名(domain),一般请求网页的那个url的域名就会被制定为源——如此看来同源策略就能很容易理解了,就是限制Javascrip 阅读全文

posted @ 2020-06-10 10:02 章画 阅读(282) 评论(0) 推荐(0) 编辑

01vue.config.js

摘要: const path = require('path'); module.exports = { // 基本路径 publicPath: process.env.NODE_ENV 'production' ? '' : '/', // 输出文件目录 outputDir: process.env.NO 阅读全文

posted @ 2020-06-10 09:49 章画 阅读(149) 评论(0) 推荐(0) 编辑

2018年12月21日

1DadaFrame和Series创建

摘要: 通过GroupBy创建DF对象 注意:purchase_count和average_purchase_price、total_purchase_price都是Series对象,并且它们的index都是一样的 第二种处理Series组成一个DF #Age Demographicsage_bins = 阅读全文

posted @ 2018-12-21 22:52 章画 阅读(388) 评论(0) 推荐(0) 编辑

上一页 1 ··· 15 16 17 18 19

导航