DimonHo
DimonHo
api/connection/datasource/list interface,the user name and password of the shared connection in the return list are removed from the return to avoid the disclosure of sensitive information.
拉取最新代码编译后打jar包运行,本地localhost访问调试一切正常,但发布到服务器上后,通过域名或ip访问,页面数据无法被复制:  打开控制台发现报错:  通过多方打听,这个问题可能是浏览器禁用了非安全域的 navigator.clipboard 对象导致,所以除了https,127.0.0.1,localhost之外的地址都是禁用的。这也就解释了在本地调试可以,一旦发布到生产,就无法使用的原因。 **解决办法:用https访问**
容器环境:k8s 服务器:  注意:pod有可能没有curl命令,需要先安装curl,这个查看自己的pod是用的什么linux,`cat /etc/os-release`,然后找到这个系统的安装命令,我这个的安装命令是`apk install curl`。 `sudo echo "curl -L http://xxxtai-arthas-hot-swap.oss-cn-beijing.aliyuncs.com/public/UT7NYEevxT6MebpsIjSoDXWixqZxDKTehhTQshsHz3k=x > HotSwapScript4OneClass.sh ; echo '7c00337266cb091322ea6353c91a896f HotSwapScript4OneClass.sh' > HotSwapScript4OneClass.md5sum; md5sum --status -c ./HotSwapScript4OneClass.md5sum; if [[ \$? -eq 0 ]];...
比如我希望过滤与《逮捕》语意相关的词 如果我的敏感词列表中已经有《逮捕》这个敏感词,那么《拘捕》,《拘役》,《逮bu》等语意相似的词都要过滤,应该怎么实现?