摘要: private端:InvocationInfoProxy.getInstance().getBizDateTime()ncc client端:SessionContext.getInstance().getClientInfo().getBizDateTime() 阅读全文
posted @ 2023-03-01 19:23 一锤定音 阅读(27) 评论(0) 推荐(0) 编辑
摘要: -Dnc.exclude.modules=${FIELD_EX_MODULES} -Dnc.runMode=develop -Dnc.server.location=${FIELD_NC_HOME} -DEJBConfigDir=${FIELD_NC_HOME}/ejbXMLs -DExtServi 阅读全文
posted @ 2022-10-27 21:02 一锤定音 阅读(172) 评论(0) 推荐(0) 编辑
摘要: java版本代码 //传入拼接好的xml字符串public String addOrUpdateBill(String xml){ Logger.error("输入参数xml:" + xml); String result = null; String url = getUrl("datasourc 阅读全文
posted @ 2021-07-01 10:58 一锤定音 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/g710710/article/details/21166453/ 导致“文件格式与扩展名指定格式不一致”这个问题,是因为大多数人在导出excel文件的时候,都是默认保存excel的格式, 也就是直接workbook.Save(path)或者work 阅读全文
posted @ 2020-07-04 21:07 一锤定音 阅读(2378) 评论(0) 推荐(0) 编辑
摘要: oracle忘记sys,system密码 1、 找到oracle的安装目录: 找到此路径(D:\app\Administrator\product\11.2.0\dbhome_1\BIN),通过sqlplus.exe执行操作命令.(如果提示sqlplus /nolog不是内部命令, 可以先用此方法. 阅读全文
posted @ 2020-05-10 17:27 一锤定音 阅读(220) 评论(0) 推荐(0) 编辑
摘要: case when Expendunit is null then (case when Expendunit1 is null then (case when Expendunit2 is null then (case when Expendunit3 is null then Expendunit4 else Expendunit3 end) else Expendunit2 end) e... 阅读全文
posted @ 2019-08-27 16:07 一锤定音 阅读(783) 评论(0) 推荐(0) 编辑
摘要: EMIP根目录下index.html 阅读全文
posted @ 2019-08-02 15:33 一锤定音 阅读(203) 评论(0) 推荐(0) 编辑
摘要: string Businessdate= Convert.ToString(Context.Current.FormDataSet["Dailyfundreport.Businessdate"]);string Unit= Convert.ToString(Context.Current.FormD 阅读全文
posted @ 2019-08-01 16:41 一锤定音 阅读(385) 评论(0) 推荐(0) 编辑
摘要: delete from BPMInstProcSteps;delete from BPMInstRouting;delete from BPMInstTasks;delete from BPMSysMessagesFailed;delete from BPMSysMessagesSucceed;de 阅读全文
posted @ 2019-08-01 16:39 一锤定音 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Context context = Context.Current; string query1 = "delete from Dailyfundreport_B where TaskID={0}"; query1 = String.Format(query1,context.Task.TaskID 阅读全文
posted @ 2019-08-01 16:38 一锤定音 阅读(309) 评论(0) 推荐(0) 编辑