使用Chrome debug attachment upload page:从local laptop上选择一个file之后,断点触发: 前端取得user选中的file name: 点Attach button后,触发Application server 的event handler: 从Chrom ...
分类:
其他好文 时间:
2020-02-19 18:57:36
阅读次数:
59
CRM WebUI的text determination logic: https://blogs.sap.com/2014/03/07/ui text label determination logic/ 优先级从高到低: Text Repository Design layer ABAP Dic ...
分类:
其他好文 时间:
2020-02-19 18:57:22
阅读次数:
69
标准功能操作事物代码VA02 操作后计划行被删除 需求是:实现批量操作,用户不需要一个一个的点,程序批量释放 参考地址:http://www.abapcookbook.com/sap-abap-code-sample/function-module-change-cancel-confirmed-q ...
分类:
其他好文 时间:
2020-02-15 15:05:22
阅读次数:
239
网上有很多的open OCX控件,down下来之后可以集成到ABAP后台,借助OCX实现很多强大的功能. 这是一个LED显示的例子. Run这个report之前,首先要把ocx文件注册到系统里去: (1) 以administrator的role运行cmd: 打开注册表,搜ledtest.ocx,找到 ...
分类:
其他好文 时间:
2020-02-15 13:19:05
阅读次数:
68
simple版本nn模型 训练手写数字处理 import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data #载入数据集 mnist=input_data.read_data_sets("MNIST ...
分类:
其他好文 时间:
2020-02-15 09:59:32
阅读次数:
81
一:安装JDK hadoop2.x最低jdk版本要求是:jdk1.7 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u80-o ...
分类:
其他好文 时间:
2020-02-13 21:03:47
阅读次数:
73
Early attempts at explaining this phenomenon focused on nonlinearity and overfitting. We argue instead that the primary cause of neural networks’ vuln ...
分类:
其他好文 时间:
2020-02-13 00:15:25
阅读次数:
92
0. 1. Array Its size is fixed; The size must be known at compile-time; 2. Examples ...
分类:
编程语言 时间:
2020-02-11 09:32:18
阅读次数:
53
废话不多说,直接上图,表示了两种不同物种之间随年龄增长竞争关系。 https://www.echartsjs.com/examples/zh/editor.html?c=heatmap-cartesian 代码如下: var faw = ['1st', '2nd', '3rd', '4th', '5 ...
分类:
其他好文 时间:
2020-02-10 12:01:52
阅读次数:
546
1.pytorch中给出的例子 https://github.com/pytorch/examples/blob/master/vae/main.py 实现过程非常简单: class VAE(nn.Module): def __init__(self): super(VAE, self).__ini ...
分类:
其他好文 时间:
2020-02-10 09:29:36
阅读次数:
132