首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
卫龙
掘友等级
公众号@小郭杂物铺
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
0
文章 0
沸点 0
赞
0
返回
|
搜索文章
卫龙
27天前
关注
PyQt5 实现打字机效果
使用 pyqt5 实现打字机效果, import sys, random from PyQt5.QtCore import QTimer...
0
评论
分享
卫龙
3月前
关注
RustFS 笔记
官网 https://rustfs.com/zh/ 下载 Ubuntu Windows https://dl.rustfs.com/artifacts/rustfs/rel...
0
评论
分享
卫龙
5月前
关注
Vue 隐藏 video 元素 控制栏 全屏,下载 等按钮
<video id="video" src="http://xxx.mp4" ref="video" controls disablePictureInPicture...
0
评论
分享
卫龙
5月前
关注
随机到什么吃什么
<template> <div class="random"> 在线演示地址: <https://gwt805.github.io/eatwhat>...
0
评论
分享
卫龙
5月前
关注
win11 还原 win10 右击
以管理员身份 打开 powershell, 然后输入如下代码 ```bash .\reg.exe a...
0
评论
分享
卫龙
5月前
关注
ubuntu 安装 mysql8
```bash # 安装 sudo apt-get install mysql-client-8.0 mysql-server-8.0 # 修改密码 # 用debian.c...
0
评论
分享
卫龙
5月前
举报
这编辑器 咋这么占用内存……
分享
2
点赞
卫龙
10月前
关注
github 搭建个人导航网
最近搭建了个个人的导航网,具体内容见下图,欢迎大家访问吖,点我访问导航网 点我访问项目源码 编辑具体实现是使用 vue3 编写,白嫖 github 的 page 部署 首先...
1
评论
分享
卫龙
10月前
关注
Robyn+Vue3+wangEditor打造个人笔记
Github:https://github.com/gwt805/MYNotes Gitee: https://gitee.com/gwt805/MYNotes GitC...
1
评论
分享
卫龙
11月前
关注
Ubuntu24 解决无声音问题(亲测有效)
sudo vim /etc/modprobe.d/alsa-base.conf # 在最后面添加如下...
1
评论
分享
卫龙
1年前
关注
pyqt5 限制应用窗口只能打开一次
```python from PyQt5.QtNetwork import QLocalServer, QLocalSocket app = QtWidgets.QAppl...
1
评论
分享
卫龙
1年前
关注
pyqt5 加载图片,拖拽和缩放
仓库地址 GitHub:https://github.com/gwt805/pyqt5_load_img Gitee:https://gitee.com/gwt805/...
1
评论
分享
卫龙
1年前
关注
解决 pyqt5 在窗口缩放时,界面混乱问题
```python # 在 app = QApplication(sys.argv) 上面添加如下代码即可解决 QApplication.setHighDpiScaleFa...
1
评论
分享
卫龙
1年前
关注
ubuntu 安装搜狗输入法
```BASH sudo apt-get update sudo apt-get install fcitx # 然后切换 fcitx,点击应用到整个系统 sudo cp ...
1
评论
分享
卫龙
1年前
关注
ubuntu 安装 ros
ROS 清华镜像站 - ros: https://mirror.tuna.tsinghua.edu.cn/help/ros/ - ros2: https://mirror....
2
评论
分享
卫龙
1年前
关注
vue3 + element-plus 的 upload + axios + django 文件上传并保存
在网上搜了好多教程,没有找到比较合适自己的,要么只有前端部分没有后端,要么就是写的不是很明白。还是得自己摸索一下 其实就是不要用默认的 action,要手动实现上传方式 h...
1
评论
分享
个人成就
文章被点赞
10
文章被阅读
1,659
掘力值
164
关注了
0
关注者
0
收藏集
0
关注标签
0
加入于
2020-07-01