获得徽章 0
- ### uploadRbKeyExcel
POST {{host}}/admin/page/uploadRbKeyExcel
x-ss-userinfo:
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="RbKeyExcelTemplate.xlsx"
Content-Type: application/octet-stream
< D:\下载\RbKeyExcelTemplate.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="requestDto"
Content-Type: application/json
{
"tenantId": "B2B"
}
------WebKitFormBoundary7MA4YWxkTrZu0gW--展开评论点赞 - soffice --headless --convert-to png:"impress_png_Export:PixelWidth=1920,PixelHeight=1080" --outdir D:\study\ai\trae\wx-resource-tools\data D:\study\ai\trae\wx-resource-tools\data\【26页PPT】用友融入知识图谱的大模型以及应用方案.pptx展开评论点赞
- Perfect! The development server is now starting successfully. The output shows the webpack compilation is in progress and the server is building. The fix worked - adding the --openssl-legacy-provider flag resolved the OpenSSL compatibility issue with Node.js 25.3.0 and Vue CLI 4.4.6.
The browserlist warning has also been fixed by updating the database.
Summary of fixes applied:
1. Fixed OpenSSL error: Added set NODE_OPTIONS=--openssl-legacy-provider && to the npm scripts in package.json to enable legacy OpenSSL provider for Node.js compatibility
2. Updated browserslist: Ran npx update-browserslist-db@latest to update the outdated browserslist data
The development server should now be accessible at http://localhost:80 once compilation completes. The server is currently building all the Vue modules and dependencies.展开评论点赞 - 真的遇到并发问题了,哈哈
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 11 out of bounds for length 10
at java.base/java.util.ArrayList.add(ArrayList.java:455)
at xxx.event.jvm.handler.AbstractUpdateEventHandler.lambda$collectUpdateSourceMap$1(AbstractUpdateEventHandler.java:398)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)展开赞过11 - 来看看这个配置有什么问题
management.endpoints.web.base-path=/
management.endpoints.web.path-mapping.health=/health
management.endpoint.health.probes.enabled=true
management.health.defaults.enabled=false展开2点赞