Richard
Richard
插件非常实用,可以考虑一下通过pgm命令来进行批量的热部署么?示例代码如下 ```shell pgm -f host-name -b -A 'sudo su admin -c "cd ~ ; sudo curl -L http://xxxtai-arthas-hot-swap.oss-cn-beijing.aliyuncs.com/public/********************=x > HotSwapScript4OneClass.sh ; chmod +x HotSwapScript4OneClass.sh; yes | ./HotSwapScript4OneClass.sh xxx xxx "'...
请教
请问这个要怎么部署,需要注意些什么吗?我直接用mvn编译没有通过
what else needed ,just let me know
in the file `QTMWidget.cpp`,the function `inputMethodQuery` please change ``` c++ return QVariant (QRect (cursor_pos, QSize (5,5))); ``` into ``` c++ return QVariant (QRect (cursor_pos - backing_pos, QSize (5,5))); ``` otherwise...