We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37da4e commit 0018412Copy full SHA for 0018412
README.md
@@ -250,6 +250,18 @@
250
> --> 点中第一个 --> 选中某个按钮则对应某个方法Edit -->
251
> ToolBarPanel --> 选用板 --> 拓展控件 --> KDWorkButton
252
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
265
266
<!--### 灵魂N连问,大佬语录:
267
0 commit comments