minhyannv
minhyannv
The file "system.dbf" dbf come from oracle 11G by using sql "SELECT tablespace_name, file_name FROM dba_data_files WHERE tablespace_name = 'SYSTEM';" The godbf tool get error "end-of-field marker missing from field...
Hello: When I accept nessus's api continuously, the api return "Authorization required" after 2 hours, does the sssion have expire time? If it is, then how to modify the config...
### rabbitmq server err log  ### go client err log  Will reconnection fail when handshake timeout occurs ? Thanks for your answer.
**api server code:** ``` package main import ( "context" "fmt" "net/http" "github.com/gin-gonic/gin" "github.com/rookie-ninja/rk-boot/v2" "github.com/rookie-ninja/rk-gin/v2/boot" ) // @title Swagger Example API // @version 1.0 // @description This is a sample rk-demo...
大佬好!用了项目的 Docker 镜像很给力,但找不到 Dockerfile 文件。 能否提供下,想改改基础镜像,感谢🙏