Song的学习笔记

首页 新随笔 联系 管理

08 2022 档案

摘要:https://blog.csdn.net/u012045045/article/details/83748334 阅读全文
posted @ 2022-08-31 08:33 Song的学习笔记 阅读(386) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220830090425516-567699193.png) 阅读全文
posted @ 2022-08-30 09:05 Song的学习笔记 阅读(34) 评论(0) 推荐(0)

摘要:pinia的基本使用 阅读全文
posted @ 2022-08-27 17:45 Song的学习笔记 阅读(36) 评论(0) 推荐(0)

摘要:autoit 自动翻译并附注 pdf中不认识的单词 学印尼语遇到一个问题,即需要大量复制pdf文本中的个别单词到谷歌翻译中,这个过程需要重复点击和按键,及其耗费时间,为此写了一个脚本 只需要双击生词或自定义键盘按键就可以自动复制、翻译(需要提前在翻译的网页中设置翻译的语言类别)、并将结果以附注形式添 阅读全文
posted @ 2022-08-26 22:48 Song的学习笔记 阅读(58) 评论(0) 推荐(0)

摘要:== Many individual sponsors also support this project through small ongoing contributions 翻译 许多个人赞助者也通过小额持续捐款来支持这个项目 == Sets a modifier for a subseque 阅读全文
posted @ 2022-08-26 15:45 Song的学习笔记 阅读(54) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220826154035624-790667431.png) ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220826154042149-584633624.png) ![im 阅读全文
posted @ 2022-08-26 15:41 Song的学习笔记 阅读(27) 评论(0) 推荐(0)

摘要:vue dist 部署 serve https://cli.vuejs.org/zh/guide/deployment.html#%E6%9C%AC%E5%9C%B0%E9%A2%84%E8%A7%88 阅读全文
posted @ 2022-08-26 14:55 Song的学习笔记 阅读(124) 评论(0) 推荐(0)

摘要:flask_socket_io中报错RuntimeError: You need to use the eventlet server. See the Deployment section of the documentation for more information.的解决办法 https: 阅读全文
posted @ 2022-08-26 14:31 Song的学习笔记 阅读(253) 评论(0) 推荐(0)

摘要:flask socket cros https://flask-socketio.readthedocs.io/en/latest/api.html 阅读全文
posted @ 2022-08-26 14:25 Song的学习笔记 阅读(36) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220825205453896-2002461082.png) 阅读全文
posted @ 2022-08-25 20:56 Song的学习笔记 阅读(36) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220825162306346-626413307.png) 阅读全文
posted @ 2022-08-25 16:23 Song的学习笔记 阅读(26) 评论(0) 推荐(0)

摘要:main.ts注册和导出,xx.vue导入使用 xx.vue在传递给xxx.vue使用 注意类型的定义 阅读全文
posted @ 2022-08-25 15:45 Song的学习笔记 阅读(88) 评论(0) 推荐(0)

摘要:jupyter 安装 阅读全文
posted @ 2022-08-23 21:26 Song的学习笔记 阅读(30) 评论(0) 推荐(0)

摘要:Anaconda 安装 配置环境变量 阅读全文
posted @ 2022-08-23 21:25 Song的学习笔记 阅读(41) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220821091307222-1918234523.png) ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220821092001560-35214236.png) 阅读全文
posted @ 2022-08-21 09:13 Song的学习笔记 阅读(29) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220820165226145-510581131.png) 阅读全文
posted @ 2022-08-20 16:53 Song的学习笔记 阅读(104) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220819163005438-1406763797.png) 阅读全文
posted @ 2022-08-19 16:31 Song的学习笔记 阅读(31) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220819161217794-1201096530.png) 阅读全文
posted @ 2022-08-19 16:13 Song的学习笔记 阅读(31) 评论(0) 推荐(0)

摘要:数据集 数据集(dataset)是专门用来管理数据的组件。虽然每个系列都可以在 series.data 中设置数据,但是从 ECharts4 支持 数据集 开始,更推荐使用 数据集 来管理数据。因为这样,数据可以被多个组件复用,也方便进行 “数据和其他配置” 分离的配置风格。毕竟,在运行时,数据是最 阅读全文
posted @ 2022-08-19 13:41 Song的学习笔记 阅读(3123) 评论(0) 推荐(0)

摘要:ECharts 中的样式简介 本文主要是大略概述,用哪些方法,可以在 Apache EChartsTM 中设置样式,改变图形元素或者文字的颜色、明暗、大小等。 为了让表述更通俗易懂,我们在这里用了“样式”这种可能不是很符合数据可视化思维的词 本文介绍这几种方式,他们的功能范畴可能会有交叉(即同一种细 阅读全文
posted @ 2022-08-19 09:00 Song的学习笔记 阅读(412) 评论(0) 推荐(0)

摘要:图表容器及大小 在快速上手中,我们介绍了初始化 ECharts 的接口 echarts.init。API 文档中详细介绍了参数的具体含义,建议理解后再阅读本文。 下面,我们就常见的几种使用场景,介绍如何初始化一个图表以及改变其大小。 初始化 在 HTML 中定义有宽度和高度的父容器(推荐) 通常来说 阅读全文
posted @ 2022-08-19 08:52 Song的学习笔记 阅读(1041) 评论(0) 推荐(0)

摘要:https://www.thosefree.com/web/ui https://daisyui.com/components/drawer/ 阅读全文
posted @ 2022-08-16 23:42 Song的学习笔记 阅读(200) 评论(0) 推荐(0)

摘要:一 HSMS通信标准概述 HSMS定义了使用 TCP/IP 作为物理传输媒质时的通信接口。 HSMS使用TCP/IP流支持,提供了可靠的双向同步传输,可以用来作为SECS-I通信以及其他更高级的通信环境的替代。 1.1 HSMS连接状态图 HSMS状态机如下图所示,此图中描述的行为定义了HSMS的基 阅读全文
posted @ 2022-08-16 11:00 Song的学习笔记 阅读(2320) 评论(0) 推荐(0)

摘要:git pull的使用 如果这个项目以前提交到远程仓库过,然后在其他电脑修改之后,上传到了远程仓库. 当我想要把远程仓库的代码拉去到本地,就是使用这个命令 阅读全文
posted @ 2022-08-15 18:17 Song的学习笔记 阅读(113) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220815181243749-1585081476.png) 阅读全文
posted @ 2022-08-15 18:13 Song的学习笔记 阅读(64) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220815145044201-305887880.png) 阅读全文
posted @ 2022-08-15 14:51 Song的学习笔记 阅读(41) 评论(0) 推荐(0)

摘要:https://www.npmjs.com/package/vue-native-websocket-vue3 阅读全文
posted @ 2022-08-15 11:27 Song的学习笔记 阅读(590) 评论(0) 推荐(0)

摘要:一.下载vue-socket.io npm install vue-socket.io --save 二.引入到vue-cli项目中 引入的方式有两种情形,具体根据你们的项目需求来做 a.第一种情景:webSocket连接的地址是固定的 在main.js中直接这样写 import VueSocket 阅读全文
posted @ 2022-08-15 11:02 Song的学习笔记 阅读(251) 评论(0) 推荐(0)

摘要:== Tooltip text 提示文本 ; 工具提示文本 ; 一段工具提示文本 == Bubble Tooltip 网页上弹出消息提示框 == If NULL, it USES the default one given in the interface specification. 如果是NUL 阅读全文
posted @ 2022-08-15 10:03 Song的学习笔记 阅读(85) 评论(0) 推荐(0)

摘要: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 阅读全文
posted @ 2022-08-14 14:50 Song的学习笔记 阅读(2944) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220814112630781-1624227078.png) 阅读全文
posted @ 2022-08-14 11:27 Song的学习笔记 阅读(44) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220813222934861-1626919913.png) 阅读全文
posted @ 2022-08-13 22:30 Song的学习笔记 阅读(87) 评论(0) 推荐(0)

摘要:pinia的模块划分 pinia 的模块划分是通过 js 命名来划分的。 示例: 第一步:拆分 store 文件 store/index.ts 创建一个store对象,并导出 import { createPinia } from "pinia" const store = createPinia( 阅读全文
posted @ 2022-08-13 21:43 Song的学习笔记 阅读(591) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/donnieliu/article/details/119925802 阅读全文
posted @ 2022-08-13 20:42 Song的学习笔记 阅读(142) 评论(0) 推荐(0)

摘要:interface 和 type 在 TypeScript 中的区别 1、TypeScript interface 和 type 的介绍 在 TypeScript 中,interface 更偏于一种约束类型,而 type 的作用就是给类型起一个新名字,也就是别名。后来随着 TypeScript 语言 阅读全文
posted @ 2022-08-13 16:20 Song的学习笔记 阅读(61) 评论(0) 推荐(0)

摘要:ts 的 type 和 interface 两者作用 (简单案例) interface 只能定义对象数据结构类型 对象类型 泛型 // 简单案例1 interface User { name: string; age: number; sex?: string; } let user: User = 阅读全文
posted @ 2022-08-13 16:07 Song的学习笔记 阅读(73) 评论(0) 推荐(0)

摘要: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% 阅读全文
posted @ 2022-08-13 10:43 Song的学习笔记 阅读(214) 评论(0) 推荐(0)

摘要:安装 使用 阅读全文
posted @ 2022-08-13 10:10 Song的学习笔记 阅读(30) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220813093403745-2046742728.png) 阅读全文
posted @ 2022-08-13 09:34 Song的学习笔记 阅读(19) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220812113828515-617853862.png) 阅读全文
posted @ 2022-08-12 11:39 Song的学习笔记 阅读(28) 评论(0) 推荐(0)

摘要:Insiders: If you are using the VS Code Insiders preview, you launch your Insiders build with ==code-insiders.== 阅读全文
posted @ 2022-08-12 10:47 Song的学习笔记 阅读(444) 评论(0) 推荐(0)

摘要:Vue插槽 slot 阅读全文
posted @ 2022-08-10 10:33 Song的学习笔记 阅读(40) 评论(0) 推荐(0)

摘要:提高快捷键的优先级 VSCODE 的快捷键总是被其他程序占用,非常烦恼。 今天发现可以通过改变程序优先级,让冲突的快捷键以 VSCODE 为优先。 进入任务管理器,在详细信息中找到 code。右键设置优先级,选成高。这样快捷键就是 CODE 首先被相应了。 原文地址 tieba.baidu.com 阅读全文
posted @ 2022-08-09 20:51 Song的学习笔记 阅读(2223) 评论(0) 推荐(0)

摘要:按键设置 autohotkey代码 #IfWinActive ahk_exe Mspaint.exe { F3::setLine() F1::setCurve() F2::rectangle() F5::downArrow() F7::srollDown() F8::init() F6::selec 阅读全文
posted @ 2022-08-08 22:51 Song的学习笔记 阅读(71) 评论(0) 推荐(0)

摘要:autohotkey的代码 #IfWinActive ahk_exe Chrome.exe { ; 有道查词 `::searchWord() ; 收集单词 !`::collectWord() } searchWord(){ Click right SendInput, {Up 2} SendInpu 阅读全文
posted @ 2022-08-06 17:36 Song的学习笔记 阅读(75) 评论(0) 推荐(0)

摘要:Mspaint的设置 autohotkey的代码 #IfWinActive ahk_exe Mspaint.exe { F3::setLine() F2::setCurve() F5::rectangle() F6::downArrow() `::srollDown() F8::init() } ; 阅读全文
posted @ 2022-08-06 14:53 Song的学习笔记 阅读(109) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220805221835818-1932731977.png) 阅读全文
posted @ 2022-08-05 22:19 Song的学习笔记 阅读(27) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220805114718739-1144851310.png) 阅读全文
posted @ 2022-08-05 11:47 Song的学习笔记 阅读(35) 评论(0) 推荐(0)

摘要:vscode配置c# 基本配置 Code Runner插件的配置 阅读全文
posted @ 2022-08-04 18:52 Song的学习笔记 阅读(272) 评论(0) 推荐(0)

摘要:$route.meta.title 阅读全文
posted @ 2022-08-03 22:06 Song的学习笔记 阅读(165) 评论(0) 推荐(0)

摘要:npm ERR! Cannot read properties of null (reading 'pickAlgorithm') 问题描述 拿到一个项目,使用 npm install 安装依赖包,结果却出现了下面的报错: npm ERR! Cannot read properties of nul 阅读全文
posted @ 2022-08-03 21:37 Song的学习笔记 阅读(2367) 评论(0) 推荐(0)

摘要:![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220803113259810-2144425372.png) 阅读全文
posted @ 2022-08-03 11:33 Song的学习笔记 阅读(181) 评论(0) 推荐(0)

摘要:简易的命令行入门教程: Git 全局设置: git config --global user.name "xiaosongzhuo" git config --global user.email "7xxxxxxxx8@qq.com" 创建 git 仓库: mkdir test cd test gi 阅读全文
posted @ 2022-08-02 19:45 Song的学习笔记 阅读(59) 评论(0) 推荐(0)

摘要:fatal: remote origin already exists 原因分析 原因你已经将一个远程仓库添加并命名为 origin 了,所以现在你是在尝试将另一个远程仓库添加并命名为 origin,显然这是一个错误,一个 origin 怎么指向两个仓库呢? git 显然也不能直接帮你进行” 喜新厌 阅读全文
posted @ 2022-08-02 19:41 Song的学习笔记 阅读(90) 评论(0) 推荐(0)

摘要:git remote add origin https://gitee.com/xxxx/test.git的理解 刚才说到,remote 可以看做是一个人的电脑,假设有十个人合作,那么就有 10 个 remote 对象。为了方便大家同步,我们创建一个叫做 origin 的 remote,大家都和这个 阅读全文
posted @ 2022-08-02 19:35 Song的学习笔记 阅读(137) 评论(0) 推荐(0)