摘要:
https://www.thosefree.com/web/ui https://daisyui.com/components/drawer/ 阅读全文
2022年8月16日 #
摘要:
一 HSMS通信标准概述 HSMS定义了使用 TCP/IP 作为物理传输媒质时的通信接口。 HSMS使用TCP/IP流支持,提供了可靠的双向同步传输,可以用来作为SECS-I通信以及其他更高级的通信环境的替代。 1.1 HSMS连接状态图 HSMS状态机如下图所示,此图中描述的行为定义了HSMS的基 阅读全文
2022年8月15日 #
摘要:
git pull的使用 如果这个项目以前提交到远程仓库过,然后在其他电脑修改之后,上传到了远程仓库. 当我想要把远程仓库的代码拉去到本地,就是使用这个命令 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220815181243749-1585081476.png) 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220815145044201-305887880.png) 阅读全文
摘要:
https://www.npmjs.com/package/vue-native-websocket-vue3 阅读全文
摘要:
一.下载vue-socket.io npm install vue-socket.io --save 二.引入到vue-cli项目中 引入的方式有两种情形,具体根据你们的项目需求来做 a.第一种情景:webSocket连接的地址是固定的 在main.js中直接这样写 import VueSocket 阅读全文
摘要:
== Tooltip text 提示文本 ; 工具提示文本 ; 一段工具提示文本 == Bubble Tooltip 网页上弹出消息提示框 == If NULL, it USES the default one given in the interface specification. 如果是NUL 阅读全文
2022年8月14日 #
摘要:
https://blog.csdn.net/lx1996082566/article/details/121595946?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220814112630781-1624227078.png) 阅读全文
2022年8月13日 #
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220813222934861-1626919913.png) 阅读全文
摘要:
pinia的模块划分 pinia 的模块划分是通过 js 命名来划分的。 示例: 第一步:拆分 store 文件 store/index.ts 创建一个store对象,并导出 import { createPinia } from "pinia" const store = createPinia( 阅读全文
摘要:
https://blog.csdn.net/donnieliu/article/details/119925802 阅读全文
摘要:
interface 和 type 在 TypeScript 中的区别 1、TypeScript interface 和 type 的介绍 在 TypeScript 中,interface 更偏于一种约束类型,而 type 的作用就是给类型起一个新名字,也就是别名。后来随着 TypeScript 语言 阅读全文
摘要:
ts 的 type 和 interface 两者作用 (简单案例) interface 只能定义对象数据结构类型 对象类型 泛型 // 简单案例1 interface User { name: string; age: number; sex?: string; } let user: User = 阅读全文
摘要:
https://blog.csdn.net/qq_34999583/article/details/121783943?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault% 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220813093403745-2046742728.png) 阅读全文
2022年8月12日 #
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220812113828515-617853862.png) 阅读全文
摘要:
Insiders: If you are using the VS Code Insiders preview, you launch your Insiders build with ==code-insiders.== 阅读全文
2022年8月10日 #
2022年8月9日 #
摘要:
提高快捷键的优先级 VSCODE 的快捷键总是被其他程序占用,非常烦恼。 今天发现可以通过改变程序优先级,让冲突的快捷键以 VSCODE 为优先。 进入任务管理器,在详细信息中找到 code。右键设置优先级,选成高。这样快捷键就是 CODE 首先被相应了。 原文地址 tieba.baidu.com 阅读全文
2022年8月8日 #
摘要:
按键设置 autohotkey代码 #IfWinActive ahk_exe Mspaint.exe { F3::setLine() F1::setCurve() F2::rectangle() F5::downArrow() F7::srollDown() F8::init() F6::selec 阅读全文
2022年8月6日 #
摘要:
autohotkey的代码 #IfWinActive ahk_exe Chrome.exe { ; 有道查词 `::searchWord() ; 收集单词 !`::collectWord() } searchWord(){ Click right SendInput, {Up 2} SendInpu 阅读全文
摘要:
Mspaint的设置 autohotkey的代码 #IfWinActive ahk_exe Mspaint.exe { F3::setLine() F2::setCurve() F5::rectangle() F6::downArrow() `::srollDown() F8::init() } ; 阅读全文
2022年8月5日 #
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220805221835818-1932731977.png) 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220805114718739-1144851310.png) 阅读全文
2022年8月4日 #
摘要:
vscode配置c# 基本配置 Code Runner插件的配置 阅读全文
2022年8月3日 #
摘要:
$route.meta.title 阅读全文
摘要:
npm ERR! Cannot read properties of null (reading 'pickAlgorithm') 问题描述 拿到一个项目,使用 npm install 安装依赖包,结果却出现了下面的报错: npm ERR! Cannot read properties of nul 阅读全文
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220803113259810-2144425372.png) 阅读全文
2022年8月2日 #
摘要:
简易的命令行入门教程: Git 全局设置: git config --global user.name "xiaosongzhuo" git config --global user.email "7xxxxxxxx8@qq.com" 创建 git 仓库: mkdir test cd test gi 阅读全文
摘要:
fatal: remote origin already exists 原因分析 原因你已经将一个远程仓库添加并命名为 origin 了,所以现在你是在尝试将另一个远程仓库添加并命名为 origin,显然这是一个错误,一个 origin 怎么指向两个仓库呢? git 显然也不能直接帮你进行” 喜新厌 阅读全文
摘要:
git remote add origin https://gitee.com/xxxx/test.git的理解 刚才说到,remote 可以看做是一个人的电脑,假设有十个人合作,那么就有 10 个 remote 对象。为了方便大家同步,我们创建一个叫做 origin 的 remote,大家都和这个 阅读全文
2022年7月30日 #
摘要:
认识Vite 什么是vite呢? 官方的定位:下一代前端开发与构建工具; 如何定义下一代开发和构建工具呢? 我们知道在实际开发中,我们编写的代码往往是不能被浏览器直接识别的,比如ES6、TypeScript、Vue文件等 等; p所以我们必须通过构建工具来对代码进行转换、编译,类似的工具有webpa 阅读全文
2022年7月29日 #
摘要:
插槽 该页面假设你已经阅读过了组件基础。如果你对组件还不太了解,推荐你先阅读它。 #插槽内容 Vue 实现了一套内容分发的 API,这套 API 的设计灵感源自 Web Components 规范草案,将 <slot> 元素作为承载分发内容的出口。 ==父组件== 它允许你像这样合成组件: <tod 阅读全文
摘要:
容器与实例的关系 表达式和代码语句的区别 图二 初识vue的总结 v-bind指令 vue两大类模板语法 指令语法 v-model指令只能用于表单类标签上面 v-model的简写形式 两种数据绑定方式 vue实例挂载容器的两种写法 如何查看vue的实例 MVVM在一个vue实例的体现 vue2中的f 阅读全文
2022年7月26日 #
摘要:
![image](https://img2022.cnblogs.com/blog/1222814/202207/1222814-20220726224756263-1575745994.png) 阅读全文