zhuoshangyi

Results 5 issues of zhuoshangyi

position 选项只能指定轮子位置,但是界面上还是只是显示title ,如何在初始化的时候,posiion 对应的选项value 能展示出来

pycharm community edition 2017.2.3 can not code completion .any one of keyword can not hit.

help wanted

Proxy to 127.0.0.1:3000 REQ: http://127.0.0.1:3000/queryProductTargetUrl Proxy to 127.0.0.1:3000 REQ: http://127.0.0.1:3000/queryProductTargetUrl Proxy to 127.0.0.1:3000 REQ: http://127.0.0.1:3000/queryProductTargetUrl Proxy to 127.0.0.1:3000 REQ: http://127.0.0.1:3000/queryProductTargetUrl Proxy to 127.0.0.1:3000 REQ: http://127.0.0.1:3000/queryProductTargetUrl Proxy to 127.0.0.1:3000 REQ: http://127.0.0.1:3000/queryProductTargetUrl...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 如果告警阀值配置为超过3次才警告,当服务正常是,恢复通知应该发出一次通知就行,结果发出了3次 ![image](https://github.com/dromara/hertzbeat/assets/4798540/c1d58be8-7c92-4940-a8a6-43d16e4df643) ![image](https://github.com/dromara/hertzbeat/assets/4798540/4e2366b9-fcd3-4d57-b852-f8d8620ace31) ### Expected Behavior 恢复通知应该发出一次通知就行,结果发出了3次 ### Steps To Reproduce...

bug
good first issue

@johanhaleby Hi All: my code as below: CustOptr custOptr = new CustOptr(); custOptr.setCustId(1L); custOptr.setOptrCode("test1"); HashMap sa = new HashMap(); sa.put(SessionContainer.CUST_OPTR,custOptr); RestAssured.defaultParser = Parser.JSON; RestAssured.registerParser("null", Parser.JSON); given().contentType("application/json"). sessionId("1"). sessionAttrs(sa). when(). post("/account/getAccountInfo.ajax")....