首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
It-Tools
随笔
归档
动态
留言
关于
过客
累计撰写
442
篇文章
累计创建
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
以下是
过客
的文章
Intellij IDE 代码太长解决
可以尝试修改intellij IDE安装目录下的bin/idea.properties, 将其中的 idea.max.intellisense.filesize=2500 改成大一些,比如 idea.max.intellisense.filesize=99999
2020-01-21
6
0
0
Java
SSH提示 Permissions for 'key.pem' are too open.
在Win中OpenSSH使用密钥登录时全出现权限错误 C:\>ssh root@192.168.1.55 -i key.pem @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTE
2020-01-18
7
0
0
软件使用
frp内网穿透搭建远程桌面
一、 前提 有一台远程服务器,然后用Win的远程桌面连接到公司内网电脑中 二、环境 公网服务器1台,CentOS 7 内网客户端1台,Win10 三、服务器安装frp 下载地址https://github.com/fatedier/frp/releases下载linux版本 wget https:/
2020-01-11
13
0
0
软件使用
Win 2008 r2 安装SSH服务器
1. 下载微软开源的openssh 下载最新的二进制版本: https://github.com/PowerShell/Win32-OpenSSH/releases 2. 解压到C:\Program Files并重命名为OpenSSH 3. 启动Window PowerShell 并进入C:\Pro
2020-01-05
9
0
0
Windows
Win 2008 r2 安装Nginx
1.下载nginx 先去官网下载最新稳定版本的Nginx: http://nginx.org/en/download.html 2.下载winsw 先去官网下载最新版本的Windows Service Wrapper: http://repo.jenkins-ci.org/releases/com/
2020-01-01
92
0
0
Windows
Win 远程桌面多个用户同时使用Chrome浏览器
最近在玩Windows Server 2008r2,发现一个很奇怪的问题,就是在用Chrome浏览器的时候,一个用户开了,其他的用户点击是没有任何反应的。 1. 为Chrome另外创建一个新的快捷方式 2. 右击打开新创建的快捷方式 3. 在目标栏中的chrome.exe后面添加参数 "C:\Pro
2020-01-01
9
0
0
Windows
Go配置GOPROXY
在go版本大于1.13后,可以用go env -w来设置环境变量 阿里配置: go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/ 七牛云配置: go env -w GOPROXY=https://goproxy.c
2019-12-30
6
0
0
Go
CentOS7 中安装Go开发环境
下载 去go官网找到最新的版本(或需要的版本)下载 wget https://dl.google.com/go/go1.21.9.linux-amd64.tar.gz 解压 tar -C /usr/local -xzf go1.21.9.linux-amd64.tar.gz 加入环境变量配置 c
2019-12-30
6
0
0
Go
Docker 中安装 Redis
创建Redis配置文件 mkdir -p /data/redis vim /data/redis/redis.conf redis配置 # Redis configuration file example # Note on units: when memory size is needed,
2019-12-30
9
0
0
Docker
查看端口占用
Windows 环境中 1. 开始---->运行---->cmd,或者是window+R组合键,调出命令窗口 2. netstat -ano | findstr 端口号 C:\Users\Administrator>netstat -ano | findstr 18388 TCP 0.0.
2019-12-28
31
0
0
软件使用
1
...
36
37
38
...
44