会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sheizhuchenfu2
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2023年7月28日
【vue-video-player】局部注册视频播放插件并设置中文
摘要: 参考这个:https://blog.csdn.net/Web_chicken/article/details/127315525
阅读全文
posted @ 2023-07-28 13:40 谁主沉浮1226
阅读(116)
评论(0)
推荐(0)
2023年7月15日
TortoiseGit 文件夹状态图标不显示解决方式
摘要: https://blog.csdn.net/J_Devil/article/details/130970770
阅读全文
posted @ 2023-07-15 22:53 谁主沉浮1226
阅读(319)
评论(0)
推荐(0)
2023年6月30日
ubuntu ntp服务(时间同步服务)
摘要: apt install ntp 开启ntp服务器步骤编辑配置文件sudo vim /etc/ntp.conf增加内容 restrict 0.0.0.0 mask 255.255.255.255 nomodify notrap作用:允许外网所有client(0.0.0.0代表任意IP,如果限制局域网那
阅读全文
posted @ 2023-06-30 11:28 谁主沉浮1226
阅读(273)
评论(0)
推荐(0)
设置时区
摘要: cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 上面这个有问题,现在修改为这个: sudo timedatectl set-timez
阅读全文
posted @ 2023-06-30 09:44 谁主沉浮1226
阅读(11)
评论(0)
推荐(0)
2023年6月27日
Ubuntu将jar包部署为服务运行
摘要: 1、进入/etc/systemd/system目录cd /etc/systemd/system 之前没有在该目录放置时有时候汇报格式不正确,需要在头部加点东西,这边省事规范,我们就放在这个目录下就好了。 2、新建service文件sudo vim 服务名称.service内容大致如下: [Unit]
阅读全文
posted @ 2023-06-27 09:49 谁主沉浮1226
阅读(815)
评论(0)
推荐(0)
2023年6月26日
docker安装srs服务
摘要: 1.安装docker: curl -fsSL https://get.docker.com -o get-docker.sh $ sudo sh get-docker.sh systemctl enable docker systemctl status docker2.docker安装运行srs:
阅读全文
posted @ 2023-06-26 20:20 谁主沉浮1226
阅读(624)
评论(0)
推荐(0)
Ubuntu安装部署Docker
摘要: 一、安装Docker查看是否已经安装dockerdocker version(移除旧版本) apt-get remove docker docker-engine docker.io containerd runc更新软件列表sudo apt-get update允许apt命令可以使用HTTP访问D
阅读全文
posted @ 2023-06-26 14:33 谁主沉浮1226
阅读(225)
评论(0)
推荐(0)
Ubuntu开机自启动完整指南
摘要: 摘抄自:https://www.python100.com/html/107368.html Ubuntu开机自启动完整指南 更新:2023-05-21 01:56 一、Ubuntu开机自启动的意义 Ubuntu开机启动是一项非常重要的功能,可以自动启动用户需要的服务或程序,避免了手动启动工作,也提
阅读全文
posted @ 2023-06-26 09:45 谁主沉浮1226
阅读(8228)
评论(0)
推荐(0)
2023年6月21日
vue 视频隐藏controls功能按钮
摘要: /*video默认全屏按钮*/ video::-webkit-media-controls-fullscreen-button{ display: none !important; } /*video默认aduio音量按钮*/ video::-webkit-media-controls-mute-b
阅读全文
posted @ 2023-06-21 13:45 谁主沉浮1226
阅读(654)
评论(0)
推荐(0)
2023年6月20日
mysql随手记
摘要: grant all privileges on *.* to 'root'@'%' with grant option;GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '****' WITH GRANT OPTION; 修改root密码
阅读全文
posted @ 2023-06-20 17:32 谁主沉浮1226
阅读(8)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告