联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
老白_White
博客园
首页
新随笔
联系
订阅
管理
随笔 - 11
文章 - 0
评论 - 0
阅读 -
6470
04 2022 档案
【Linux】树莓派永久强制修改VNC分辨率 蓝牙连接 如何在启动后自动运行sh脚本
摘要:1.在/home/pi/下建立sh文件,命名为start.sh #此文件的功能:设置VNC分辨率,并自动连接蓝牙,且支持断线重连 #!bin/bash vncserver -geometry 1920x1080 while [ 1 ]do while [ ! -e "/dev/rfcomm1" ]
阅读全文
posted @
2022-04-27 14:50
老白_White
阅读(196)
评论(0)
推荐(0)
编辑
公告
昵称:
老白_White
园龄:
2年10个月
粉丝:
0
关注:
0
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
Linux(1)
随笔档案
2024年4月(6)
2024年3月(1)
2024年2月(1)
2024年1月(2)
2022年4月(1)
阅读排行榜
1. mybatis-plus的配置文件中mapper-locations失效的导致Property 'mapperLocations' was not specified的问题解决(2146)
2. Docker mysql 配置文件读取失败 [Warning] World-writable config file '/etc/mysql/conf.d/my.cnf' is ignored.(1345)
3. springboot整合redis报错:链接失败;org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis(1048)
4. Docker Redis 启动失败 Fatal error, cant open config file '/etc/redis/redis.conf'(561)
5. @FeignClient @Resource 无法注入Bean Springboot无法启动(362)
点击右上角即可分享