摘要: 选择教程 最简单、最直接的方法,就是React官方文档,这是其他教程的源头。 React官方文档,已重新设计,内容以Function component、Hook为主线,旧文档已不再推荐使用。 React是什么 React是一个JavaScript前端库,以**组合(composition)**的方 阅读全文
posted @ 2023-04-02 15:51 MicroAx 阅读(14) 评论(0) 推荐(0) 编辑
摘要: C# 方法默认访问级别 : private C# 类默认访问级别 : internal 阅读全文
posted @ 2012-09-12 21:13 MicroAx 阅读(279) 评论(0) 推荐(0) 编辑
摘要: journalNum = NumberSeq::newGetNum(ProdParameters::numRefProdJournalId()); static NumberSequenceReference numRefProdJournalId() { return NumberSeqRefer 阅读全文
posted @ 2012-09-12 15:16 MicroAx 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Ledger相关资料 There are two methods to consider when posting transactions to the ledger: 1. Use the LedgerVoucher class and sub-classes, which is the mor 阅读全文
posted @ 2012-09-11 14:20 MicroAx 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Date Expected and Date Physical are different in concept wise but the values may or may not be same. Date Expected will be generally Shipment date in 阅读全文
posted @ 2012-09-11 12:18 MicroAx 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 涉及到的相关class为: ledgerVoucherObject,ledgerVoucher,ledgerVoucherTransObject , 其关系如下: ledgerVoucher.addVoucher(ledgerVoucherObject); ledgerVoucherTransObject ledgerVoucher.addTrans(ledgerVoucherTra... 阅读全文
posted @ 2012-09-10 16:55 MicroAx 阅读(185) 评论(0) 推荐(0) 编辑
摘要: datasourceAllowEdit(boolean _b){ DictTable dt = new DictTable(tablenum(JaxDisassembleTable)); int i; ; for(i=1; i<=dt.fieldCnt() ;i++ ) { if (dt.field 阅读全文
posted @ 2012-08-31 17:42 MicroAx 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 销售发票 过账时候调用的class 以及 方法执行的顺序 阅读全文
posted @ 2012-07-27 11:14 MicroAx 阅读(169) 评论(0) 推荐(0) 编辑