Skip to content

Commit 0018412

Browse files
committed
38. 导出时本地启动客户端引出模板不可用如何解决?
1 parent a37da4e commit 0018412

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,18 @@
250250
> --> 点中第一个 --> 选中某个按钮则对应某个方法Edit -->
251251
> ToolBarPanel --> 选用板 --> 拓展控件 --> KDWorkButton
252252
253+
38. 导出时本地启动客户端引出模板不可用如何解决?
254+
255+
> 答: 示例:Q:\yq205\runtime\server\profiles\server1\config/里的name="DebugOptions"里
256+
> 加入如下参数并重启BOS
257+
> <attribute key="criticalCollection" value="100000" />
258+
> <attribute key="criticalIDList" value="100000" />
259+
> <attribute key="criticalQueryPKs" value="100000" />
260+
> <attribute key="exceptionCellNumber" value="1000000" />
261+
> 并在getImportExportSolutionNumber方法内增加这句代码
262+
> System.setProperty("EAS_HOME", "Q://yq205//runtime");
263+
> 备注: 这句代码测试后请注释掉
264+
253265

254266
<!--### 灵魂N连问,大佬语录:
255267

0 commit comments

Comments
 (0)