摘要: If you can't take it, don't dish it out.己所不欲,勿施于人。 阅读全文
posted @ 2019-01-31 10:25 苗士军 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 1.1、事件: 用于捕获某类对象状态的改变来触发事件的方法,并进行处理 1.2、定义:可以在类或接口中进行声明 EVENTS|CLASS-EVENTS evt EXPORTING … VALUE(p1) TYPE type|LIKE f [OPTIONAL|DEFAULT g] ... 实例事件中包 阅读全文
posted @ 2019-01-30 17:02 苗士军 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: 1、定义接口INTERFACE intf [PUBLIC]. [components] ENDINTERFACE. 2、注意点: 2.1、接口中所定义的所有东西默认都是公共的,所以不用也不能写PUBLIC SECTION。 2.2、只有在接口中定义的常量(CONSTANTS)才可以使用 VALUE 阅读全文
posted @ 2019-01-30 16:22 苗士军 阅读(906) 评论(0) 推荐(0) 编辑
摘要: 监听textarea数值变化 阅读全文
posted @ 2019-01-30 13:20 苗士军 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: The first step in solving any problem is recognizing there is one.解决问题的第一步是要承认确实存在问题。 阅读全文
posted @ 2019-01-30 08:57 苗士军 阅读(757) 评论(0) 推荐(0) 编辑
摘要: Wrinkles should merely indicate where smiles have been. 皱纹应该只是微笑留下的印记。 阅读全文
posted @ 2019-01-29 17:15 苗士军 阅读(245) 评论(0) 推荐(0) 编辑
摘要: God made relatives.Thank God we can choose our friends. 神决定了谁是你的亲戚, 幸运的是在选择朋友方面他给了你留了余地 阅读全文
posted @ 2019-01-29 17:10 苗士军 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Home is where your heart is.心之所在即为家。 阅读全文
posted @ 2019-01-29 17:05 苗士军 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1、call transaction语句跳转屏幕 、 2、调用函数 阅读全文
posted @ 2019-01-29 16:40 苗士军 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: REPORT mine_clearance NO STANDARD PAGE HEADING LINE-SIZE 125. INCLUDE . CONSTANTS: " >> board cell values blank_hidden TYPE c VALUE '0', blank_marked TYPE c VALUE 'm', blan... 阅读全文
posted @ 2019-01-29 14:38 苗士军 阅读(585) 评论(0) 推荐(0) 编辑