Brian B. Williams

Results 5 issues of Brian B. Williams

成功部署前后端,访问也正常,但是样式乱了 样式异常 ![image](https://github.com/oddfar/campus-imaotai/assets/131435470/c3b5a8ac-31a0-4d2b-ad45-cc89492af771) 资源正常加载 ![image](https://github.com/oddfar/campus-imaotai/assets/131435470/e19c0dd3-927a-476f-8bfb-fc7a7f301aa3) 怀疑是这个乱码 ![image](https://github.com/oddfar/campus-imaotai/assets/131435470/2a337985-4e1a-4024-9fc3-4e9490c75cff) 下面是我的nginx配置(openresty的) `server { listen 38433 ssl http2; listen [::]:38433 ssl http2; server_name xxxxxx; ssl_certificate xxxxx ssl_certificate_keyxxxx ssl_session_cache shared:SSL:1m; ssl_session_timeout 10m; ssl_prefer_server_ciphers on; ssl_ciphers...

bug

### Is your question request related to a specific component? _No response_ ### Describe the question in detail create snap and delete right now. root@localhost-Standard-PC-i440FX-PIIX-1996:/home/localhost/workspace/localhost/vec# ./vicbackup/utils/vmbackup-prod -storageDataPath=/home/localhost/workspace/localhost/vec/data -snapshot.createURL=http://localhost:8428/snapshot/create -dst=fs:///home/localhost/workspace/localhost/vec/backtmp 2024-05-30T08:56:44.465Z...

question
need more info
vmbackup

gen功能不能完全贴合业务逻辑,需要在特殊情况下使用原生SQL,就和gorm里面的exec一样。 例如希望支持下面的. ![image](https://github.com/user-attachments/assets/4c6fea66-e6db-4962-9fd1-d8b3f7e6d301)