上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: linux版本:ubuntu18.04server 1. 安装编译环境 sudo apt install -y curl libcurl4-openssl-dev pkg-config libssl-dev libtool cmake autoconf 2. 创建相关目录 USER=your_use 阅读全文
posted @ 2024-08-05 10:33 roverqqq 阅读(106) 评论(0) 推荐(0) 编辑
摘要: cpe url连接地址:http://ip:port/openacs/acs openacs web管理地址:http://ip:port/openacs/ 默认openacs不进行连接认证 连接上之后,会自动执行Configuration scripts下的Default脚本,注意是大写,下图为小 阅读全文
posted @ 2024-08-05 10:33 roverqqq 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 环境准备: linux:ubuntu18.04 jdk安装包:https://roverq.lanzouw.com/iW7T926kjc1g jboss安装包:https://roverq.lanzouw.com/i3Cwx26kg9ed mysql服务端安装包:https://roverq.lan 阅读全文
posted @ 2024-08-05 10:32 roverqqq 阅读(91) 评论(0) 推荐(0) 编辑
摘要: EXE = main.exeOBJ := $(EXE:.exe=.o)SRC := $(EXE:.exe=.c)RC := $(EXE:.exe=.rc)RES := $(EXE:.exe=.res) all:$(OBJ) $(RES) x86_64-w64-mingw32-gcc -o $(EXE 阅读全文
posted @ 2023-04-23 09:43 roverqqq 阅读(23) 评论(0) 推荐(0) 编辑
摘要: x86_64-w64-mingw32-gcc -o test.exe test.c -s -lgdi32 -luser32 -lkernel32 -lcomctl32 -mwindows 阅读全文
posted @ 2023-04-23 09:34 roverqqq 阅读(63) 评论(0) 推荐(0) 编辑
摘要: #if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include <tchar.h> #in 阅读全文
posted @ 2023-04-21 16:15 roverqqq 阅读(170) 评论(0) 推荐(0) 编辑
摘要: #if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include <tchar.h> #in 阅读全文
posted @ 2023-04-21 16:02 roverqqq 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 在ubuntu10.4server下安装nginx并支持上传和https功能环境:ubuntu18.04server在root权限下操作1. 安装编译环境 cd apt -y install make gcc libpcre3 libpcre3-dev openssl libssl-dev zlib 阅读全文
posted @ 2023-01-16 14:18 roverqqq 阅读(848) 评论(0) 推荐(0) 编辑
摘要: curl http://icanhazip.com 阅读全文
posted @ 2022-01-28 15:12 roverqqq 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 生成公钥对 ssh-keygen -t rsa -c "注释" 连接主机 ssh user@host 将公钥发送到主机 ssh-copy-id user@host 配置快速登录 Host 自定义名称 Hostname ip地址 User 用户名 测试gitee ssh -T git@gitee.co 阅读全文
posted @ 2022-01-28 15:10 roverqqq 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页
点击右上角即可分享
微信分享提示