We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0018412 commit 37f8724Copy full SHA for 37f8724
README.md
@@ -252,13 +252,13 @@
252
253
38. 导出时本地启动客户端引出模板不可用如何解决?
254
255
-> 答: 示例:Q:\yq205\runtime\server\profiles\server1\config/里的name="DebugOptions"里
+> 答: 示例:Q:\yq205\runtime\server\profiles\server1\config/bosconfig.xml里的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方法内增加这句代码
+> 并在onload方法内增加这句代码
262
> System.setProperty("EAS_HOME", "Q://yq205//runtime");
263
> 备注: 这句代码测试后请注释掉
264
aResourse/Images/bug4.png
6.79 KB
aResourse/Images/bug5.png
112 KB
0 commit comments