let data = { name: "ajanuw", change() { this.name = "Ajanuw"; }, get message() { console.log(this); return "hello " + this.name; }, }; console.log( Ob ...
分类:
Web程序 时间:
2020-12-25 11:52:31
阅读次数:
0
项目基于vue.js前端框架 一、问题描述:曲线设置为滚动 echarts legend.type scroll 且 曲线条数较多,数据量较大时; 出现渲染错误: 鼠标放到曲线上,曲线变粗,曲线有非常多的叠加重影,竖线。 鼠标左右滚动图例,图例出现非常多的叠加重影。 二、解决方案 去配置文件pack ...
分类:
其他好文 时间:
2020-12-21 12:03:02
阅读次数:
0
基本语法: net share sharename=folderpath /grant:username,permissions sharename: 要创建的共享名称 username : 可以访问共享该文件夹的用户ID permission: 访问共享文件夹的权限:Read, Change or ...
Writing Reports PEN TEST REPORT Communicate findings AND recommendations Primary recommendations Only change to make your points Digest of all activit ...
分类:
Web程序 时间:
2020-12-21 11:11:34
阅读次数:
0
COM1008: Web and InternetTechnologyAssignment (80% of module)Part 1: Planning and Design document (15%)Part 2: Website (70%)Part 3: Development and te ...
分类:
Web程序 时间:
2020-12-21 11:04:17
阅读次数:
0
1、使用meta标签:viewport H5移动端页面自适应普遍使用的方法,理论上讲使用这个标签是可以适应所有尺寸的屏幕的,但是各设备对该标签的解释方式及支持程度不同造成了不能兼容所有浏览器或系统。 viewport 是用户网页的可视区域。翻译为中文可以叫做"视区"。 手机浏览器是把页面放在一个虚拟 ...
分类:
移动开发 时间:
2020-12-17 12:38:29
阅读次数:
3
解决安装 pip3时 错误: Media change: please insert the disc labeled 'Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)' in the drive '/cdrom/' and p ...
分类:
其他好文 时间:
2020-12-17 12:35:15
阅读次数:
2
文件的时间戳 每个文件有三个时间戳:access time 访问时间,atime,读取文件内容modify time 修改时间,mtime,改变文件内容(数据)change time 改变时间,ctime,元数据发生改变 1 [root@ydp ~]#stat date 查看文件状态 2 3 Fil ...
分类:
系统相关 时间:
2020-12-16 11:43:31
阅读次数:
4
环境:Ubuntu16.04 + docker 创建好master和slave两文件夹,分别编写Dockerfile和my.cnf。 创建镜像和容器 docker build -t master/mysql . docker build -t slave/mysql . docker run -p ...
分类:
数据库 时间:
2020-12-11 11:45:35
阅读次数:
6
methods: vue 里面可以放函数的地方 <div id="div"> <p >{{message}}</p> <button id="btn" v-on:click="change">点击翻译成中文</button> </div> <script src="https://cdn.jsdel ...
分类:
其他好文 时间:
2020-12-09 11:50:11
阅读次数:
4