ops frontend · · 37 分钟

vue3.x 新特性

本文主要围绕 vue-compisition-api,来讲解大家最关心的、同时也是 vue 3.0 最重要的一些新特性,例如 setup() 函数、reactive()、ref() 等这些 Vue Hooks。 基础要求 了解常见的 ES6 新特性 ES6 的导入导出语法 解...

ops · · 5 分钟

Rsync文件同步工具介绍

Rsync介绍 Rsync介绍 是一款开源的、快速的、多功能的、可实现全量及增量的本地或远程数据同步备份的优秀工具。软件适用于unix、linux、windows等多种操作系统平台。全称为Remote Rynchronization。ssh带的scp,但优于scp命令的功能,sc...

frontend · · 6 分钟

css-居中布局解决方案

指当前元素在父级元素容器中,水平方向是居中显示 方案一:inline-block + text-algin 属性配合使用优缺点: 兼容性好 text-algin属性具有继承性,导致子元素的文本也是居中显示 12345678910111213141516171819202122...

ops · · 3 分钟

mysql索引类型

1 普通索引最基本的缩影,他没有任何限制,只是用于加速查询 12345create table table_1_1(name varchar(32),INDEX index_table_1_1_name(name));create table table_1_2 (name va...

blog · · 2 分钟

Hello World

Hexo Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo...