摘要: // 判断id是否在数据库中存在,若存在,则非新增,不判断; // 1.onload方法中判断是否新增 // 2.actionCopy_actionPerformed方法 public void onLoad() throws Exception { super.onLoad(); judgeIsN 阅读全文
posted @ 2022-02-09 23:10 明明很有才 阅读(208) 评论(0) 推荐(0)
摘要: 1. 服务端调用方法 2. 客户端编写通用调用方法 3. 保存事件调用服务端方法 4、提交事件调用服务端方法 @Override protected String _cusCoding(Context ctx, IObjectValue model) throws BOSException { IC 阅读全文
posted @ 2022-02-09 23:05 明明很有才 阅读(288) 评论(0) 推荐(0)
摘要: @Override protected IQueryExecutor getQueryExecutor(IMetaDataPK pk, EntityViewInfo viewInfo) { EntityViewInfo botpFilter = getBOTPFilter(); SorterItem 阅读全文
posted @ 2022-02-09 22:48 明明很有才 阅读(395) 评论(0) 推荐(0)
摘要: [https://wenku.baidu.com/view/bdda581db7360b4c2e3f6437.html] 阅读全文
posted @ 2022-02-09 22:44 明明很有才 阅读(122) 评论(0) 推荐(0)
摘要: ###1、删除分录 this.kdtOtherEntrys.removeRows(); this.kdtSettleEntry.removeRow(i); ###2、新增行 this.kdtOtherEntrys.addRow(); this.kdtEntrys.getCell(0, "period 阅读全文
posted @ 2022-02-09 22:38 明明很有才 阅读(905) 评论(0) 推荐(0)
摘要: 工艺路线 阅读全文
posted @ 2022-02-09 17:03 明明很有才 阅读(1943) 评论(0) 推荐(0)
摘要: 独立需求和相关需求的概念和联系 阅读全文
posted @ 2022-02-09 16:20 明明很有才 阅读(2797) 评论(0) 推荐(0)