上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 1. 安装依赖 apt update apt install -y gcc g++ build-essential mysql-client libmysqlclient-dev pkg-config libssl-dev perl libdbi-perl libdbd-mysql-perl lib 阅读全文
posted @ 2024-08-08 22:11 roverqqq 阅读(206) 评论(0) 推荐(0)
摘要: 显示在线用户 opensipsctl ul show 添加用户 opensipsctl add 1001@test.cc 12346 # 新增用户 删除用户 opensipsctl rm 1001@test.cc # 删除用户 修改密码 opensipsctl passwdd 1001@test.c 阅读全文
posted @ 2024-08-08 22:11 roverqqq 阅读(105) 评论(0) 推荐(0)
摘要: 修改/lib/systemd/system/rc-local.service 在最后添加以下内容 [Install] WantedBy=multi-user.target Alias=rc-local.service 复制文件 sudo cp /lib/systemd/system/rc-local 阅读全文
posted @ 2024-08-07 14:44 roverqqq 阅读(290) 评论(0) 推荐(0)
摘要: 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 阅读(279) 评论(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 阅读(472) 评论(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 阅读(264) 评论(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 阅读(34) 评论(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 阅读(78) 评论(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 阅读(221) 评论(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 阅读(122) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页