怪奇物语

怪奇物语

首页 新随笔 联系 管理
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页

2022年8月26日 #

摘要: == Many individual sponsors also support this project through small ongoing contributions 翻译 许多个人赞助者也通过小额持续捐款来支持这个项目 == Sets a modifier for a subseque 阅读全文
posted @ 2022-08-26 15:45 超级无敌美少男战士 阅读(53) 评论(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 超级无敌美少男战士 阅读(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 超级无敌美少男战士 阅读(116) 评论(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 超级无敌美少男战士 阅读(249) 评论(0) 推荐(0)

摘要: flask socket cros https://flask-socketio.readthedocs.io/en/latest/api.html 阅读全文
posted @ 2022-08-26 14:25 超级无敌美少男战士 阅读(27) 评论(0) 推荐(0)

2022年8月25日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220825205453896-2002461082.png) 阅读全文
posted @ 2022-08-25 20:56 超级无敌美少男战士 阅读(25) 评论(0) 推荐(0)

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220825162306346-626413307.png) 阅读全文
posted @ 2022-08-25 16:23 超级无敌美少男战士 阅读(19) 评论(0) 推荐(0)

摘要: main.ts注册和导出,xx.vue导入使用 xx.vue在传递给xxx.vue使用 注意类型的定义 阅读全文
posted @ 2022-08-25 15:45 超级无敌美少男战士 阅读(77) 评论(0) 推荐(0)

2022年8月23日 #

摘要: jupyter 安装 阅读全文
posted @ 2022-08-23 21:26 超级无敌美少男战士 阅读(17) 评论(0) 推荐(0)

摘要: Anaconda 安装 配置环境变量 阅读全文
posted @ 2022-08-23 21:25 超级无敌美少男战士 阅读(29) 评论(0) 推荐(0)

2022年8月21日 #

摘要: ![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 超级无敌美少男战士 阅读(19) 评论(0) 推荐(0)

2022年8月20日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220820165226145-510581131.png) 阅读全文
posted @ 2022-08-20 16:53 超级无敌美少男战士 阅读(101) 评论(0) 推荐(0)

2022年8月19日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220819163005438-1406763797.png) 阅读全文
posted @ 2022-08-19 16:31 超级无敌美少男战士 阅读(25) 评论(0) 推荐(0)

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220819161217794-1201096530.png) 阅读全文
posted @ 2022-08-19 16:13 超级无敌美少男战士 阅读(23) 评论(0) 推荐(0)

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

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

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

2022年8月16日 #

摘要: https://www.thosefree.com/web/ui https://daisyui.com/components/drawer/ 阅读全文
posted @ 2022-08-16 23:42 超级无敌美少男战士 阅读(188) 评论(0) 推荐(0)

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

2022年8月15日 #

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

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220815181243749-1585081476.png) 阅读全文
posted @ 2022-08-15 18:13 超级无敌美少男战士 阅读(63) 评论(0) 推荐(0)

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220815145044201-305887880.png) 阅读全文
posted @ 2022-08-15 14:51 超级无敌美少男战士 阅读(32) 评论(0) 推荐(0)

摘要: https://www.npmjs.com/package/vue-native-websocket-vue3 阅读全文
posted @ 2022-08-15 11:27 超级无敌美少男战士 阅读(577) 评论(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 超级无敌美少男战士 阅读(249) 评论(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 超级无敌美少男战士 阅读(75) 评论(0) 推荐(0)

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 阅读全文
posted @ 2022-08-14 14:50 超级无敌美少男战士 阅读(2928) 评论(0) 推荐(0)

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220814112630781-1624227078.png) 阅读全文
posted @ 2022-08-14 11:27 超级无敌美少男战士 阅读(35) 评论(0) 推荐(0)

2022年8月13日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220813222934861-1626919913.png) 阅读全文
posted @ 2022-08-13 22:30 超级无敌美少男战士 阅读(75) 评论(0) 推荐(0)

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

摘要: https://blog.csdn.net/donnieliu/article/details/119925802 阅读全文
posted @ 2022-08-13 20:42 超级无敌美少男战士 阅读(129) 评论(0) 推荐(0)

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

摘要: ts 的 type 和 interface 两者作用 (简单案例) interface 只能定义对象数据结构类型 对象类型 泛型 // 简单案例1 interface User { name: string; age: number; sex?: string; } let user: User = 阅读全文
posted @ 2022-08-13 16:07 超级无敌美少男战士 阅读(71) 评论(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 超级无敌美少男战士 阅读(211) 评论(0) 推荐(0)

摘要: 安装 使用 阅读全文
posted @ 2022-08-13 10:10 超级无敌美少男战士 阅读(22) 评论(0) 推荐(0)

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220813093403745-2046742728.png) 阅读全文
posted @ 2022-08-13 09:34 超级无敌美少男战士 阅读(18) 评论(0) 推荐(0)

2022年8月12日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202208/1222814-20220812113828515-617853862.png) 阅读全文
posted @ 2022-08-12 11:39 超级无敌美少男战士 阅读(19) 评论(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 超级无敌美少男战士 阅读(412) 评论(0) 推荐(0)

2022年8月10日 #

摘要: Vue插槽 slot 阅读全文
posted @ 2022-08-10 10:33 超级无敌美少男战士 阅读(31) 评论(0) 推荐(0)

2022年8月9日 #

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

2022年8月8日 #

摘要: 按键设置 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 超级无敌美少男战士 阅读(67) 评论(0) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页