qokelate
qokelate
library: `libcurl-7.64.1-openssl-1.1.1b-nghttp2-1.37.0` ``` Undefined symbols for architecture x86_64: "_RTMP_Alloc", referenced from: _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o) "_RTMP_Close", referenced from: _rtmp_disconnect in libcurl.a(libcurl_la-curl_rtmp.o) "_RTMP_Connect1", referenced from: _rtmp_connect in libcurl.a(libcurl_la-curl_rtmp.o) "_RTMP_ConnectStream", referenced from: _rtmp_do...
版本: commit 223aabced0431525c7d45196f9409fc505d58ac8 症状: CALL无效地址导致异常 x86_64-w64-mingw32-gcc: gcc version 10.1.0 (GCC) ``` debug037:0000000000350020 pushfq debug037:0000000000350021 sub rsp, 8 debug037:0000000000350028 sub rsp, 80h debug037:000000000035002F mov [rsp], rax debug037:0000000000350033 mov [rsp+8], rbx debug037:0000000000350038...
请按照一下格式提交issue,谢谢! 你当前使用的是哪个版本的 BookStack? https://github.com/TruthHun/BookStack/releases/download/v1.7/BookStack.V1.7_linux_amd64.zip 你当前使用的是什么操作系统? centos-amd64 你是如何操作的? Nginx反向代理为HTTPS 你期望得到什么结果? 建议从当前URL读取 当前遇到的是什么结果? 项目设置/访问令牌 生成的链接是HTTP而且不能更改
请按照一下格式提交issue,谢谢! 你当前使用的是哪个版本的 BookStack? https://github.com/TruthHun/BookStack/releases/download/v1.7/BookStack.V1.7_linux_amd64.zip 你当前使用的是什么操作系统? centos-amd64 你是如何操作的? 你期望得到什么结果? 当前遇到的是什么结果? 如题
请按照一下格式提交issue,谢谢! 1. 你当前使用的是哪个版本的 BookStack? https://github.com/TruthHun/BookStack/releases/download/v1.7/BookStack.V1.7_linux_amd64.zip 2. 你当前使用的是什么操作系统? centos-amd64 3. 你是如何操作的? 进入个人项目 4. 你期望得到什么结果? fix 5. 当前遇到的是什么结果? 浏览器不断显示加载状态,F12显示为static/images/book.png加载失败并不断重复请求 BTW: 存在static/images/book.jpg, 但请求的是static/images/book.png
left drag for Background/right for Foreground
**用文字描述你遇到的问题** 服务起不来 **重现方法** `docker run --rm --name=cmdb -d -p 8081:8090 ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:latest` ``` logs --v=3 --regdiscv=127.0.0.1:2181 --enable-auth=false process count should be: 12 , now: 14 ./run.sh: line 27: ./init_db.sh: Permission denied...
``` https://frippery.org/busybox/ https://github.com/rmyorston/busybox-w32 ```
``` #import @protocol Ponies, Foo; @interface BasicName : NSObject //decode error - (NSString *)basicMethodOne:(NSInteger)argOne AndArgTwo:(NSString *)argTwo; //decode error - (int *)demo1:(NSInteger)argOne AndArgTwo:(NSString *)argTwo; - (NSInteger)basicMethodOne; @end ```