码迷,mamicode.com
首页 >  
搜索关键字:abap screen design    ( 8971个结果
SAP ABAP报表依赖设计原理详解
In SAP note 1230076 “Generation of ABAP loads: Tips for the analysis”, a tool report RSDEPEND is introduced. It is explained in the note “An ABAP prog ...
分类:其他好文   时间:2020-09-02 16:48:52    阅读次数:41
眉脚项关联各自表格,添加新眉脚项,注意关联序号
一个任务中有多个表格,根据每个表格设置自己的页眉页脚,这种时候可以使用眉脚项关联表格。 眉脚项不会按照关联偏移值显示,也是固定位置显示,就是和表格关联一起显示。 后期修改模版的时候,如果需要给每个表格增加新的眉脚项,注意序号。 因为lodop中的序号是整个任务中的,增加新的眉脚项,会影响之前打印项的 ...
分类:其他好文   时间:2020-08-26 18:52:41    阅读次数:52
Material Design组件之CollapsingToolbarLayout
原文首发于微信公众号:jzman-blog,欢迎关注交流!CollapsingToolbarLayout主要用于实现一个可折叠的标题栏,一般作为AppBarLayout的子View来使用,下面总结一下CollapsingToolbarLayout的使用。MaterialDesign系列文章:MaterialDesign组件之FloatingActionButtonMaterialDesign组件之
分类:其他好文   时间:2020-08-26 18:39:03    阅读次数:52
Material Design组件之CollapsingToolbarLayout
原文首发于微信公众号:jzman-blog,欢迎关注交流!CollapsingToolbarLayout主要用于实现一个可折叠的标题栏,一般作为AppBarLayout的子View来使用,下面总结一下CollapsingToolbarLayout的使用。MaterialDesign系列文章:MaterialDesign组件之FloatingActionButtonMaterialDesign组件之
分类:其他好文   时间:2020-08-26 18:38:34    阅读次数:49
Material Design组件之NavigationView
原文首发于微信公众号:jzman-blog,欢迎关注交流!MaterialDesign系列文章:MaterialDesign组件之FloatingActionButtonMaterialDesign组件之AppBarLayoutMaterialDesign组件之CollapsingToolbarLayout今天来看一下NavigationView的使用,NavigationView是一个标准的导航
分类:其他好文   时间:2020-08-24 16:53:41    阅读次数:55
ant desgin pro 的表格组件中的 使用 之自动刷新
ant desgin pro https://pro.ant.design/docs/getting-started-cn pro components 表格组件 : https://procomponents.ant.design/ actionRef.current.reload(); 在次刷新 ...
分类:其他好文   时间:2020-08-19 19:43:43    阅读次数:149
Mac下使用brew
1 安装brew 参考:MAC下使用homebrew安装安装opencv,配置在Clion和Xcode上使用 2 简单使用 安装wget ? ~ brew install wget 安装screenfetch ? ~ brew install screenfetch ...
分类:系统相关   时间:2020-08-17 17:23:17    阅读次数:83
c++设计模式概述之状态
代码写的不够规范,目的是为了缩短篇幅,实际中请不要这样做 参看:https://www.runoob.com/design-pattern/state-pattern.html 1、概述 这个有点抽象,我的理解是: 行为受到状态的变化而变化。举一个例子,篮球员动员,如果运动员这会儿状态好,命中率(投 ...
分类:编程语言   时间:2020-08-15 23:52:10    阅读次数:77
响应式/rem
定义 相对于根元素(html)的相对长度单位 media-query 响应式 @media only screen and (max-width: 374px) { html { font-size: 86px } } @media only screen and (min-width: 375px ...
分类:其他好文   时间:2020-08-13 22:11:25    阅读次数:57
HTMLTestRunner.py 文件,已修改完成
""" A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simplest way to use th ...
分类:Web程序   时间:2020-08-13 12:21:33    阅读次数:72
8971条   上一页 1 ... 17 18 19 20 21 ... 898 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!