会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Egu0
博客园
首页
新随笔
联系
订阅
管理
2025年9月12日
使用 conda 懒加载的方式减少 PowerShell 的启动时间
摘要: 使用 scoop 安装的 miniconda3,在 PowerShell 中进行了 conda init 初始化(注意:不是 Windows PowerShell,见下图,PowerShell 是在 Microsoft Store 中安装的,link) 问题:启动速度太慢,大概需要 4 秒 于是进行
阅读全文
posted @ 2025-09-12 13:23 EGU0
阅读(54)
评论(0)
推荐(0)
2023年9月28日
Vim进阶
摘要: https://www.bilibili.com/video/BV1NG4y1p74h 查看帮助文档:normal 模式下输入 :help 字符 插入模式下 ctrl + h删除上一个字符,相当于 backspace 删除键 ctrl + w 如果光标所在位置为空格,则删除本行中当前光标左边最近的一
阅读全文
posted @ 2023-09-28 23:37 EGU0
阅读(69)
评论(0)
推荐(0)
Uniapp学习笔记(vue3)
摘要: https://uniapp.dcloud.net.cn/ 使用 Vue.js 开发所有前端应用的框架 开发者编写一套代码,可发布到iOS、Android、Web(响应式)、以及各种小程序(微信/支付宝/百度/头条/飞书/QQ/快手/钉钉/淘宝)、快应用等多个平台。 周边生态丰富 发送请求 meth
阅读全文
posted @ 2023-09-28 12:50 EGU0
阅读(245)
评论(0)
推荐(0)
2023年5月25日
达梦 8 使用简单记录
摘要: # 达梦 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 EGU0
阅读(232)
评论(0)
推荐(0)
2023年5月21日
使用python-telegram-bot模块转发telegram机器人消息到钉钉平台
摘要: 脚本:将电报频道机器人的消息转发到钉钉上 步骤: 1. 创建电报机器人,将感兴趣的消息分享给机器人 2. 使用**本程序**监听机器人的消息,收到消息时转发 markdown 到钉钉 ```py # encoding: utf-8 import json import time import hma
阅读全文
posted @ 2023-05-21 17:41 EGU0
阅读(1520)
评论(1)
推荐(0)
2023年3月11日
微软文字转语音(Python)
摘要: # 安装模块 $ 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 EGU0
阅读(562)
评论(0)
推荐(0)
2023年3月1日
上传 jar 到本地仓库或 nexus maven 私服
摘要: 上传 jar 至本地 maven 仓库 mvn install:install-file \ -Dfile=/home/tongweb-embed-7.0.E.2_P1.jar \ -DgroupId=com.tongtech -DartifactId=tongweb-embed \ -Dversi
阅读全文
posted @ 2023-03-01 10:37 EGU0
阅读(190)
评论(0)
推荐(0)
2023年2月28日
Vue2 组件总结
摘要: 注册全局组件 使用 Vue.component(...) 的方式创建全局组件,注册属性,创建模版 props 属性:父组件传递数据到子组件。高级内容:Prop属性、Prop验证等 this.$emit:将事件传递给父级组件 <slot></slot>:插槽 <div id="app"> <butto
阅读全文
posted @ 2023-02-28 22:34 EGU0
阅读(97)
评论(0)
推荐(0)
2023年2月19日
使用 superagent 和 cheerio 爬取、解析网页(nodejs)
摘要: 安装依赖: npm install superagent cheerio --save 同步代码: const superagent = require('superagent') const cheerio = require('cheerio') const fs = require('fs')
阅读全文
posted @ 2023-02-19 23:01 EGU0
阅读(96)
评论(0)
推荐(0)
2023年2月14日
使用 vuepress + gitee-pages + gitee-go 搭建静态网站
摘要: 准备 创建 & 运行项目,请参考 VuePress(v1):https://v1.vuepress.vuejs.org/zh/guide/ 构建和推送静态网站 使用 npm 构建静态网站并将其推送到 Gitee Pages 页面服务托管的分支 方式一:shell 脚本 if [ ! -e packa
阅读全文
posted @ 2023-02-14 22:22 EGU0
阅读(124)
评论(0)
推荐(0)
下一页
公告