1业务说明 此文档使用函数:ME_DIRECT_INPUT_SOURCE_LIST创建货源清单 2前台实现 事务代码:ME01 输入抬头信息 保存即可 3代码实现 3.1调用函数 定义参数 字段 调用函数 3.2问题解决 3.3源代码 DATA:LT_EORD TYPE TABLE OF EORDU ...
分类:
其他好文 时间:
2020-05-09 16:47:55
阅读次数:
116
一、什么是事件分发 所谓事件分发,就是将一次完整的点击所包含的点击事件传递到某个具体的View或ViewGroup,让该View或该ViewGroup处理它(消费它)。分发是从上往下(父到子)依次传递的,其中可能经过的对象有最上层Activity,中间层ViewGroup,最下层View。 二、Ac ...
分类:
移动开发 时间:
2020-05-08 23:10:09
阅读次数:
92
html中的head的meta元素中的keywords与description标签如下: <meta name="keywords" content="xxxx" > <meta name="description" content="xxxx"> xpath获取属性使用@属性名就行了,如 //me ...
分类:
Web程序 时间:
2020-05-07 01:07:58
阅读次数:
115
枚举一些随机图片的接口 http://lorempixel.com/1600/900 https://unsplash.it/1600/900?random 环境背景: https://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302 ...
分类:
其他好文 时间:
2020-05-06 21:44:37
阅读次数:
85
来源https://blog.csdn.net/qq_24147051/article/details/89879282 首先我们定义一个 child 组件,什么事件都不绑定,代码如下: Vue.component('child', { template: '<button>click me</bu ...
分类:
其他好文 时间:
2020-05-06 19:49:55
阅读次数:
71
由于小程序打包大小限制(小程序打包大小不得超过2M),小程序内所使用的图片均需使用外网图片 如果有自己的服务器最好是放至自己服务器然后调用,如果没有自己的服务器推荐使用 “土豆图床”(https://images.ac.cn/) 上传图片后下面会生成图片url外网链接,非常实用~ ...
分类:
微信 时间:
2020-05-06 10:26:26
阅读次数:
112
[TOC] 前端加解密 参考文档: SubtleCrypto: "https://developer.mozilla.org/zh CN/docs/Web/API/SubtleCrypto" RSA算法原理: "https://cjting.me/2020/03/13/rsa/" DH算法原理:ht ...
分类:
其他好文 时间:
2020-05-05 20:31:05
阅读次数:
69
IdentityServer document is not write clear on this part. so it really confuse me and put me on several hours to resovle this problem. 1. 我的Identity Se ...
分类:
其他好文 时间:
2020-05-05 17:37:21
阅读次数:
89
https://leetcode-cn.com/problems/validate-binary-search-tree/ 树题,没什么好说的,直接递归就完事了。 第一种,使用中序遍历将输出值保存在list中,然后检查这个list是否升序的就可以AC.不过这个方法比较慢,3ms,java上只击败了1 ...
分类:
其他好文 时间:
2020-05-05 11:01:33
阅读次数:
48
一、参考网址:https://baike.baidu.com/item/%E7%99%BE%E5%B9%B4%E5%AD%A4%E7%8B%AC/688708?fr=aladdin 二、源代码: import requestsdef A(): try: r=requests.get(url) r.r ...
分类:
其他好文 时间:
2020-05-03 20:58:08
阅读次数:
82