luckytao

Results 5 comments of luckytao
trafficstars

解决了吗,我也遇到了,handleContextMenu (data, event, position) 这个方法的位置属性也不知道有什么用

> 很抱歉,没看懂你的意思,可以帮构建能直接运行重现问题的testcase么? JSONObject jsonObject = new JSONObject(); jsonObject.put("endData", 1743004800000L); jsonObject.put("machineId", "6b69b21c178a8254dedfe031"); jsonObject.put("maxDeviceNum",1000); jsonObject.put("maxUserNum",1000); jsonObject.put("message","LIcense授权成功!"); jsonObject.put("sModes", "11111111"); jsonObject.put("startDate",1713456000000L); jsonObject.put("sucess",true); System.out.println(jsonObject.toString()); System.out.println(JSON.toJSONString(jsonObject)); 就是JSONObject 对象转字符串的时候,toString()和toJSONString() 的结果都是错误的, 是由于boolean类型的值转换的结果不对导致字符串的格式异常

> FDFS server要用最新版本,升级到 v6.08就没问题了。 FDFS server用最新版本v6.9.2, 指定tracker_server = 0.0.0.0:22122时,这个ip_addr返回的始终是127.0.0.1,tracker_server 必须指定固定ip地址,ip_add才能正确返回storage服务器地址。