Fragment 官网文档:https://developer.android.google.cn/guide/components/fragments 什么是Fragment 在手机上,Activity作为用户和应用交互的界面。如果界面上的View较多较复杂时,Activity会较复杂。Fragm ...
分类:
其他好文 时间:
2019-11-16 19:35:13
阅读次数:
102
记一次webpack打包的问题在webpack打包中开启了webpack-bundle-analyzer,发现了一个chunk:tinymce?在整个项目中查找,只有一个未被使用的组件中有如下代码:import Tinymce from '@/components/Tinymce删除Tinymce文... ...
分类:
Web程序 时间:
2019-11-16 12:50:25
阅读次数:
127
注意元气引脚有四个空的朝外,create components 是创建新的元器件,放在一个原理图库里面。 ...
分类:
其他好文 时间:
2019-11-16 00:41:39
阅读次数:
60
安装使用 element 1.安装 2.使用 (1)在 main.js 中引入 element main.js 为修改 (2)简单应用 修改 src/components/HelloWorld.vue 重新启动,预览 http://localhost:8080,变为 (3)修改路由 将src下的co ...
分类:
Web程序 时间:
2019-11-14 15:19:51
阅读次数:
182
参考: https://github.com/PanJiaChen/vue-admin-template/issues/349 一、从vue-element-admin复制文件: vue-admin-template\src\layout\components\TagsView 文件夹vue-adm ...
分类:
其他好文 时间:
2019-11-14 09:33:59
阅读次数:
1253
前端主页 图片准备 将提供的资料中的图片移植到项目的img文件夹下 页头组件:components/Header.vue 轮播图组件:components/Banner.vue 页脚组件:components/Footer.vue 主页组件:views/Home.vue ...
分类:
其他好文 时间:
2019-11-12 20:02:51
阅读次数:
94
在你要使用插件的页面 import footerT from '@/components/footer/index.vue';//引入要使用的文件 import headerT from '@/components/header/index.vue'; export default { compon ...
分类:
其他好文 时间:
2019-11-11 18:28:11
阅读次数:
120
1.用visual studio code打开文件夹scratch-gui-develop 找到SRC\components\menu-bar 方法1:制作图片更换掉图片scratch-logo.svg 方法2:打开menu-bar.jsx 找到73行 import scratchLogo from ...
分类:
其他好文 时间:
2019-11-10 09:47:12
阅读次数:
183
<template> <div class="wrapper"> <div id="viewDiv"> <PageSwitch /> </div> </div> </template> <script> import PageSwitch from "@/components/PageSwitch"... ...
分类:
其他好文 时间:
2019-11-07 20:46:37
阅读次数:
232
E. Connected Components? You are given an undirected graph consisting of n vertices and edges. Instead of giving you the edges that exist in the graph ...
分类:
其他好文 时间:
2019-11-07 19:37:43
阅读次数:
118