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
PHP快速入门第一讲:什么是PHP
PHP(“PHP: Hypertext Preprocessor”,超文本预处理器的字母缩写)是一种被广泛应用的开放源代码的多用途脚本语言,它可嵌入到 HTML中,尤其适合 web 开发。从这里大家可以GET到两点,一、PHP是脚本语言的一种。二、PHP特别适用于WEB开发。
Nov
24
2021