xzxiaoshan
xzxiaoshan
修改方法的修饰符,为使用者提供更方便的扩展
### Issue description 当文档结构中 为空的封闭标签时,合并文档会出现内容重复问题 ``` 以上内容省略 (END) ``` ### poi-tl version 问题版本:当前最新 1.12.0 BUG测试文档:[testimg.docx](https://github.com/Sayi/poi-tl/files/8735724/testimg.docx) ### 代码修改建议 1、Bug 解决 文件 XmlXWPFDocumentMerge.java 中的 ridSectPr 方法,添加第一行代码 ```java private String ridSectPr(String appendString) {...
Decompile a single class file using the command line, which is very slow. It is recommended to increase the speed jadx -d . HelloWorld.class Relatively slow.
### Describe the feature request 1、服务端frps的UI管理界面是否有考虑新增更多的管理和维护功能,而不必手工修改ini配置文件 2、是否有考虑将多用户插件集成到frps中,并增加对应的UI用户管理功能。 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and...
SpringBoot 主配置文件application.properties 是不是无法托管? 因为SpringBoot 在启动的时候,Spring 的 applicationContext 还未初始化之前,就已经加载application配置文件了。而disconf的初始化在spring bean注册完成后。从而导致主配置文件不能被加载到。 想确认一下是否的确存在这个问题???
代理项目,为什么有的image会没有tag,如下图所示:  
1、开发环境有 Harbor 仓库一个,配置了一个代理项目,代理项目中缓存了很多镜像。 2、生成环境和开发环境是网络隔离的,且生产环境禁止联网。 3、一开始将开发环境的整个 Harbor 拷贝到了生产环境。 4、后来因为开发环境新增了一些缓存镜像,无法迁移到生成环境的 Harbor 仓库中。 因为目前版本: 》harbor 不支持 push 镜像到代理项目(建议能支持 push 功能)。 》harbor 的代理项目,UI界面上没有上传功能(比如可以上传一个 docker save 后的 tar 文件)。 或者针对代理项目的问题,有没有什么解决方案?
Bugfix: If there is no default, the new configuration file is included and cannot run normally, or include will be placed last. I try to add a server with the...
In the case of using a proxy (for example, the name of the proxy project is dockerhub -- docker.io), what can I do without adding an access proxy image to...
Take `docker.io/ranger/mirrored-pause: 3.6` as an example. Create a project agent named `dockerhub` in Harbor to `hub.docker.com`. The actual pull address is now `www.myharbor.com/dockerhub/ranger/mirrored-pause: 3.6`. If you can customize the sub...