导航

10 2020 档案

摘要:1 下载Windows 文件 pdi-ce-9.1.0.0-324.zip https://sourceforge.net/projects/pentaho/files/Data%20Integration/ 2 打开 “windows 找不到文件‘javaw.exe’。请确定文件名是否正确后,再试 阅读全文

posted @ 2020-10-30 17:28 yiyishuitian 阅读(5517) 评论(1) 推荐(1)

摘要:int pageSize = 500; int total = pageSize; DataTable _dt = new DataTable(); //循环调用 webservice 直至取完所有数据. for (int i = 1; i <= Math.Ceiling((double)(tota 阅读全文

posted @ 2020-10-28 21:15 yiyishuitian 阅读(1195) 评论(0) 推荐(0)

摘要:如上图指的是,通过 ribbon 点击 进入自定义的url 页面时,会出来 这几个按钮.隐藏有两种方式 1 JS :通过自定义的页面中加入JS进行隐藏. 缺点:会引起其他页面topbar 异常。(不建议使用此方法) window.parent.document.getElementById("crm 阅读全文

posted @ 2020-10-28 10:49 yiyishuitian 阅读(113) 评论(0) 推荐(0)