minhyannv

Results 6 issues of 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 ![17177558185904](https://github.com/wagslane/go-rabbitmq/assets/39992651/57e5c1e8-6abd-43c7-8761-080b4ece7567) ### go client err log ![17177559445286](https://github.com/wagslane/go-rabbitmq/assets/39992651/71188866-ed2d-4c6d-9a9c-011997e00dc7) 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 文件。 能否提供下,想改改基础镜像,感谢🙏