This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```html | |
| <el-dialog title="人员列表" class="ebvdia" :visible.sync="ToastView" width="80%"> | |
| <el-form :model="EnterpriseDetails" class="table" label-width="120px"> | |
| </el-form> | |
| </el-dialog> | |
| // 使用了scss 或者 less | |
| .ebvdia /deep/ { | |
| margin-top: -5vh; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 首先你要知道 [nuxt.js 怎么引入第三方插件](https://zh.nuxtjs.org/guide/plugins) ; | |
| **一、按需引入 element-UI** | |
| 第一步:安装 babel-plugin-component: | |
| ``` | |
| npm install babel-plugin-component -D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 一.UI库 | |
| - 1.Awesome Vue.js [Awesome Vue.js](https://awesome-vue.js.org/) | |
| ```bash | |
| https://awesome-vue.js.org | |
| ``` | |
| 与Vue.js相关的精彩清单 | |
| - 2.Bootstrap [Bootstrap](https://getbootstrap.com) | |
| ```babsh | |
| https://getbootstrap.com | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 一、安装vmware tools | |
| 在虚拟机的设置→显示器里面开启 3D 加速 | |
| Ctrl+alt+T:打开终端 | |
| 方式一 | |
| 1.移除自带的 | |
| sudo apt-get remove open-vm-tools | |
| 然后重启 | |
| 2. 安装open-vm-tools | |
| sudo apt-get install open-vm-tools open-vm-tools-desktop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Markdown 语法说明 (简体中文版) / ([点击查看快速入门](./basic.html)) | |
| ================ | |
| * [概述](#overview) | |
| * [宗旨](#philosophy) | |
| * [兼容 HTML](#html) | |
| * [特殊字符自动转换](#autoescape) | |
| * [区块元素](#block) | |
| * [段落和换行](#p) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 什么是正则表达式? | |
| > 正则表达式是一组由字母和符号组成的特殊文本,它可以用来从文本中找出满足你想要的格式的句子。 | |
| 一个正则表达式是一种从左到右匹配主体字符串的模式。 | |
| “Regular expression”这个词比较拗口,我们常使用缩写的术语“regex”或“regexp”。 | |
| 正则表达式可以从一个基础字符串中根据一定的匹配模式替换文本中的字符串、验证表单、提取字符串等等。 | |
| 想象你正在写一个应用,然后你想设定一个用户命名的规则,让用户名包含字符、数字、下划线和连字符,以及限制字符的个数,好让名字看起来没那么丑。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # JavaScript | |
| ```html | |
| https://javascript.ruanyifeng.com | |
| ``` | |
| [JavaScript](https://javascript.ruanyifeng.com) | |
| # Node.js | |
| ```html | |
| https://javascript.ruanyifeng.com/nodejs/basic.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NodeJs 封装静态 WEB 服务、 路由、EJS 模板引擎、 GET 、 POST | |
| ## 目录 | |
| - 1 、Nodejs 静态文件托管 | |
| - 2 、路由 | |
| - 3 、初识EJS模块引擎 | |
| - 4 、Get、Post | |
| ## **1** 、 **Nodejs** 封装静态 **web** 服务 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 利用 HTTP 模块 Url 模块 Path 模块 Fs模块创建一个静态 WEB 服务器 | |
| ## 目录 | |
| - 1 、Node.js 创建的第一个应用 | |
| - 2 、WEB服务器介绍 | |
| - 3 、Nodejs创建一个WEB服务器。 | |
| ## **1** 、 **Node.js** 创建的第一个应用 | |
| **1** 、引入 **http** 模块 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```json | |
| { ".323":"text/h323" , | |
| ".3gp":"video/3gpp" , | |
| ".aab":"application/x-authoware-bin" , | |
| ".aam":"application/x-authoware-map" , | |
| ".aas":"application/x-authoware-seg" , | |
| ".acx":"application/internet-property-stream" , | |
| ".ai":"application/postscript" , | |
| ".aif":"audio/x-aiff" , |