摘要: https://www.bilibili.com/video/BV1NG4y1p74h 查看帮助文档:normal 模式下输入 :help 字符 插入模式下 ctrl + h删除上一个字符,相当于 backspace 删除键 ctrl + w 如果光标所在位置为空格,则删除本行中当前光标左边最近的一 阅读全文
posted @ 2023-09-28 23:37 egu0o 阅读(21) 评论(0) 推荐(0) 编辑
摘要: https://uniapp.dcloud.net.cn/ 使用 Vue.js 开发所有前端应用的框架 开发者编写一套代码,可发布到iOS、Android、Web(响应式)、以及各种小程序(微信/支付宝/百度/头条/飞书/QQ/快手/钉钉/淘宝)、快应用等多个平台。 周边生态丰富 发送请求 meth 阅读全文
posted @ 2023-09-28 12:50 egu0o 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 实战:使用 Flex 布局构建如下界面 分析: 竖向:使用 flex 布局将页面分为三部分,即头部、主体和底部。其中头部和底部需要固定高度,其余的高度分配给主体部分(使用 flex-direction=column; 和 flex-grow: 1;) 主体部分:使用 flex 布局排列多个卡片,这里 阅读全文
posted @ 2023-09-27 19:49 egu0o 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 重要属性 flex-direction flex-wrap flex-flow justify-content align-items align-content 其他属性 order flex-grow flex-shrink flex-basis flex align-self 学习地址 htt 阅读全文
posted @ 2023-09-27 16:11 egu0o 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Machine Learning Common Lifycycle Import the Data Clean the Data Split the Data into Training/Test Sets Create a Model Train the Model Make Prediction 阅读全文
posted @ 2023-09-24 16:10 egu0o 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Get Started React Tutorials, Mosh, Youtube Source Code, Gitee 1. 创建项目 npm create vite@latest 2. 通过 npm 安装 bootstrap npm i bootstrap@5.2.3 main.tsx 引入全 阅读全文
posted @ 2023-09-23 23:41 egu0o 阅读(3) 评论(0) 推荐(0) 编辑
摘要: CPP Tutorials for Beginners, Mosh, Youtube IDE: CLion Env: C++20 #include <iostream> #include <cmath> #include <cstdlib> void const_var(); void create 阅读全文
posted @ 2023-09-23 23:38 egu0o 阅读(4) 评论(0) 推荐(0) 编辑
摘要: # 达梦 8 使用记录 ## 安装记录 ```sh # 环境:CentOS7, X86_64 # 创建用户 & 组 groupadd dinstall useradd -g dinstall -m -d /home/dmdba -s /bin/bash dmdba passwd dmdba # 挂载 阅读全文
posted @ 2023-05-25 16:31 egu0o 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 脚本:将电报频道机器人的消息转发到钉钉上 步骤: 1. 创建电报机器人,将感兴趣的消息分享给机器人 2. 使用**本程序**监听机器人的消息,收到消息时转发 markdown 到钉钉 ```py # encoding: utf-8 import json import time import hma 阅读全文
posted @ 2023-05-21 17:41 egu0o 阅读(745) 评论(1) 推荐(0) 编辑
摘要: # 安装模块 $ pip3 install edge-tts # 查看使用 $ edge-tts usage: edge-tts [-h] [-t TEXT] [-f FILE] [-v VOICE] [-l] [--rate RATE] [--volume VOLUME] [-O OVERLAPP 阅读全文
posted @ 2023-03-11 20:52 egu0o 阅读(466) 评论(0) 推荐(0) 编辑