首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
It-Tools
随笔
归档
动态
留言
关于
过客
累计撰写
439
篇文章
累计创建
57
个标签
累计收到
0
条评论
栏目
首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
It-Tools
随笔
归档
动态
留言
关于
目 录
CONTENT
以下是
软件使用
相关的文章
移动智能家庭网关H3-1s获取超级密码
智能家庭网关H3-1s默认背面贴的user的账号只是普通帐号,很多设置都没有。 1.使用光猫背后的普通用户名登录进光猫,浏览器复制以下链接打开 http://192.168.1.1/usr=CMCCAdmin ... md=1&telnet.gch 2.电脑启用 telnet 3. 通过telnet
2024-09-29
54
0
0
软件使用
websocket: the client is not using the websocket protocol: upgrade token not found in Connecti...
用nginx转发1Panel管理地址,结果在使用到终端的时候,连接不上,看日志提示出错 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' head
2024-05-09
13
0
0
软件使用
Redis数据迁移
好像redis默认有数据备份,打开redis的配置文,可以看到redis数据备份的默认触发条件为 save 900 1 #900秒内至少有1个key被更改,进行备份 save 300 10 #300秒内至少有300个key被更改,进行备份 save 60 10000 #60秒内至少有
2024-04-29
8
0
0
软件使用
VSCode设置中文语言显示
从官网上下载安装的VSCode,默认是英文的,安装选项中也没有简体中文选项。 1. 打开vscode 2. 按Crtl+Shift+P,在搜索框中输入“configure display language” 3. 选择,再弹出的下拉列表中选择中文(简体) 4. 重启
2024-04-28
30
0
0
软件使用
npm使用淘宝镜像
在国内使用npm安装镜像的时候非常的慢,而且有时还断网下不了。可能是npm官方镜像在国内可能不太稳定,可以切换npm的国内镜像 修改成淘宝镜像源 npm set registry https://registry.npmmirror.com/ 测试 npm config get registry
2024-03-07
10
0
0
软件使用
删除我的电脑里的wps云盘图标
个人比较喜欢干净清爽的页面,不喜欢我的电脑里有多余的网盘图标。 1. 按Win+R打开运行窗口,输入regedit打开注册表 2. 依次找到 \HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MyCompute
2024-03-05
44
0
0
Office
git: connect to host github.com port 22: Connection timed out
好几年没用github了,今天提交代码发现直接报错了connect to host github.com port 22: Connection timed out 后面看了一下github说明,他们https模式的提交,启用了ssh协议,但ssh协议使用的是443端口而不是默认的22端口。 1.
2024-02-02
7
0
1
软件使用
解决Selinux阻止Nginx访问服务
问题 开启Selinux后,Nginx非默认目录的时候会被Selinux阻止,看nginx日志为13: Permission denied 2022/11/12 01:18:19 [error] 8776#8776: *9 "/home/web/index.html" is forbidden (1
2022-11-12
31
0
0
Nginx
Ftp报错200 Switching to ASCII mode,227 Entering Passive Mode
用win自带的Internet Explorer 访问ftp的时候报错:200 Switching to ASCII mode,227 Entering Passive Mode 解决办法是,设置Internet Explorer 开启ftp被动模式。
2022-11-12
9
0
0
软件使用
SVN Cleanup报错:Failed to run the WC DB work queue associated with xxx
在使用svn过程中,删了本地文件+svn up冲突后,突然cleanup时报错Failed to run the WC DB work queue associated with xxx 解决版本就是清理svn的执行队列。 svn本地项目数据库为sqlite3,可以安装可视化工具SQLiteStud
2022-11-10
9
0
0
软件使用
1
...
4
5
6
...
16