Nov
26
2021
让有价值的代码更“长寿” 阿里云X头条发布联合作者入驻计划发布
面向优质内容创作者,头条科技与阿里云开发者社区联合发起双向作者入驻计划, 共同助力技术博主高质量内容轻松实现海量曝光,让有价值的代码更“长寿”,不断应用到多行业的科技创新之中。
Nov
26
2021
Nov
26
2021
Nov
26
2021
Nov
25
2021
free text search - enterprise search
在UI的右上角,你选择Products-> Free Text之后,一样可以在右上角trigger search,得到的结果和你处理ticket里面的scenario是一样的。
Nov
25
2021
SSH代理连接JDBC数据库
创建代理会话
/**
* 创建代理会话。会话使用结束后,别忘了调用closeSession以关闭会话。
*/ public static Session getSession(String sshIp,
String sshUser, int sshPort,
String sshPwd,
String sshKeyPath) throws JSchException {
JSch jSch = new JSch(); if(sshKeyPath != null) jSch.addIdentity(sshKey...
Nov
25
2021
Nov
25
2021
ABAP动态编程的性能开销 - Overhead of ABAP dynamic programming
In Mytask offline performance improvement, it is necessary to support both two DDIC structure modelled in BP and Task, that is, crmt_odata_attachment_t and crmt_bp_odata_attachment_t. It is unknown which data type will be used since they are determined by runtime according to different urls passed
Nov
24
2021
基于HTML/CSS/JS的动态元素周期表
效果
演示地址
https://wanghao221.github.io/game/yuansuzhouqibiao/
(打不开的话刷新一下试试)
代码展示
HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Wanghao | 元素周期表</title> <link...
Nov
24
2021