Loading

摘要: Vue-Router 路由属性解析 Vue2.0 Vue-Router 3.0 export default new Router({ mode: 'history', //路由模式,取值为history与hash base: '/', //打包路径,默认为/,可以修改 routes: [ { pa 阅读全文
posted @ 2021-05-18 22:36 Howe_______ღ 阅读(577) 评论(0) 推荐(0) 编辑
摘要: Vue 3.0+Vite 2.0+Vue Router 4.0.6+Vuex 4.0.0+TypeScript +Yarn 1、使用Vite 创建项目 #使用Yarn yarn create @vitejs/app my-vue-app --template vue-ts #my-vue-app 项 阅读全文
posted @ 2021-05-18 22:35 Howe_______ღ 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 编译过程 编译顺序-源程序→词法分析→语法分析→语义分析→中间代码生产→代码优化→目标代码生成→目标程序 词法错误:非法字符,关键字或标识符拼写错误 语法错误:语法结构出错,if,endif不匹配,缺分号 语义错误:死循环,零除数,其他逻辑错误 有限自动机 表达式:M=(S,∑,δ,S0,Z) S是 阅读全文
posted @ 2021-05-18 22:27 Howe_______ღ 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2019 舒适性设置 字体设置 1920*1080分辨率下设置 点击“工具”->“选项” 左侧"环境"->“字体和颜色”,设置字体为:“Consolas”、字体大小:“14” 阅读全文
posted @ 2021-05-18 22:26 Howe_______ღ 阅读(174) 评论(0) 推荐(1) 编辑
摘要: ONLYOFFICE文档服务器使用介绍 1.ONLYOFFICE构建页面: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>测试</title> <script type="text/javascript" 阅读全文
posted @ 2021-05-18 22:24 Howe_______ღ 阅读(3782) 评论(1) 推荐(0) 编辑
摘要: Git 基本命令 基本使用 生成公钥ssh-keygen ssh-keygen -t rsa -C "youremailaddress@hotmail.com" 打开相关文件夹,一般在 C:\Users\Administrator.ssh\id_rsa.pub,复制 打开gitlab, 设置 → s 阅读全文
posted @ 2021-05-18 22:23 Howe_______ღ 阅读(66) 评论(0) 推荐(0) 编辑