01.代码如下: *& * *& Report Z_TIANPAN_20190716_HELLO *& * *& *& * * 此条为系统自动生成,为程序名 REPORT z_tianpan_20190716_hello . FIELD-SYMBOLS <fs1>."不想定义太多的类型,可以用这个很 ...
分类:
其他好文 时间:
2020-05-25 00:25:25
阅读次数:
85
01.比如我们的se38的一个模块被其他地方占用,点击编辑时,效果如下: 02. 输入事务代码SM12, 并输入使用者,然后点击左上角的这个列表按钮 03. 显示列表如下: 04.删除这个就可以解锁了 原创不易,如果您认为这篇文章有价值,认同作者的付出,可以微信二维码打赏任意金额给作者(微信号:38 ...
分类:
其他好文 时间:
2020-05-24 23:55:55
阅读次数:
478
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/rendering-to-multiple-subwindows/ Before we start lets recall our callback definitions, as de ...
分类:
其他好文 时间:
2020-05-23 18:12:39
阅读次数:
38
unity shader 变种(多重编译 multi_compile) https://www.jianshu.com/p/f34d896dde5d Unity Shader - Making multiple shader program variants 制作shader程序多变体 https: ...
分类:
其他好文 时间:
2020-05-23 13:17:39
阅读次数:
65
记录一下自己平时调试蓝牙的命令,后续学习到再添加 sdptool命令: sdptool add SP - 添加SPP: sdptool add --channel=1 DID SP DUN LAN FAX OPUSH FTP HS HF SAP NAP GN PANU HID CIP CTP A2S ...
分类:
其他好文 时间:
2020-05-21 14:39:28
阅读次数:
286
You are given an undirected graph without self-loops or multiple edges which consists of nn vertices and mm edges. Also you are given three integers n ...
分类:
其他好文 时间:
2020-05-19 00:53:03
阅读次数:
67
Implementing JavaScript inheritance using and Prior to ES6, implementing a proper inheritance required multiple steps. One of the most commonly used s ...
分类:
其他好文 时间:
2020-05-18 18:17:12
阅读次数:
60
Android 7以上通知采用了通道的概念代码也有所不同,下面提供一个工具类,适配不同版本通知的生成; public class NotificationUtils extends ContextWrapper { private NotificationManager manager; publi ...
分类:
移动开发 时间:
2020-05-16 20:24:53
阅读次数:
133
[TOC] 概述 设计模式 单例模式 + 这是一个创建型的设计模式 + 它保证某一个类只会有一个实例,实际用途就是比如说我要写一个全局的配置类,或者数据库操作类,全局可能都会访问到,但是需要保证信息同步。 + 而在使用这种设计模式之前,我的解决方案就是通过继承的方式解决,或者大量的全局静态变量,尤其 ...
分类:
其他好文 时间:
2020-05-16 16:44:17
阅读次数:
65
2.5 Use ALV as Hierarchy 本实例展示如何让ALV显示层次表结构,以及标准表如何表示层次表结构。 1.创建项目,使用ALV组件 声明使用ALV Component 2.修改MAIN视图组件 Properties页签 声明MAIN视图组件使用ALV组件及接口控制器 Layout页 ...
分类:
其他好文 时间:
2020-05-16 12:08:55
阅读次数:
78