I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
#函数input(),程序暂停运行,等待用户输入一些文本,获取输入后,将其存储在一个变量中 message = input("tell me") print(message) tell mehi hi name = input("Please enter your name:") print("He ...
分类:
编程语言 时间:
2020-09-17 17:35:22
阅读次数:
35
编译标志-flags DOTALL,S:使.匹配包括换行在内的所有字符 IGNORECASE,I:使匹配对大小写不敏感 LOCAL,L:本地化识别(local-aware)匹配.法语等 MULTILINE,M:多行匹配,影响^和$ >>> s = ''' hello python python he ...
分类:
其他好文 时间:
2020-09-17 17:35:02
阅读次数:
27
Recently I came across this very funny picture and I would like to share with you. This picture shows totally five different approaches to implement “ ...
分类:
其他好文 时间:
2020-09-08 20:39:18
阅读次数:
51
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:
Web程序 时间:
2020-09-03 16:28:26
阅读次数:
80
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
一、Reading Confucius is respected by most Chinese as the greatest teacher of all time. Perhaps the most important word he taught was "ren," which means ...
分类:
其他好文 时间:
2020-08-31 13:28:53
阅读次数:
75
论文阅读——Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation 原文地址:https://openaccess.thecvf.com/content_cvpr_201 ...
分类:
其他好文 时间:
2020-08-28 14:44:38
阅读次数:
60
org.apache.spark.scheduler.DAGScheduler#submitMissingTasks => org.apache.spark.scheduler.TaskSchedulerImpl#submitTasks // First figure out the indexes ...
分类:
其他好文 时间:
2020-08-28 14:42:00
阅读次数:
47
26. modsecurityzeroversioned.py脚本 使用带有数字0的注释(/*!00000 */--) 包围整个完整的查询 适用于mysql数据库 实战演示: 测试地址:python sqlmap.py -u http://106.54.35.126/Less-1/?id=1 --d ...
分类:
数据库 时间:
2020-08-26 18:36:06
阅读次数:
79