beykery
beykery
比如java -Dlaf=xxxxx
docker run -d --name registry -p 127.0.0.1:8761:8761 registry docker run -d --name monitor -p 127.0.0.1:8040:8040 -p 127.0.0.1:8041:8041 monitor 我启动两个容器分别跑registry和monitor,各自的ui界面都能打开,但是在eureka上发现,并没有monitor注册进来。 如果不使用docker分别java -jar xxx.jar 启动发现monitor的确是注册到了eureka上。为何? @zhangxd1989
执行mvn命令时发现有些依赖没有解决:ChinaFont.java和Html2Pdf.java有错误。
各种网络问题?
运行测试用例的时候经常这样: Collector: Network busy Retrying -> 1 times Collector: Network busy Retrying -> 2 times Collector: Network busy Retrying -> 3 times Collector: Network busy Retrying -> 4 times
eosio-cpp -o eosdayeosday eosdayeosday.cpp --abigen 我编译eosdayeosday的时候报错如下: In file included from eosdayeosday.cpp:1: ./eosdayeosday.hpp:2:10: fatal error: 'eosiolib/currency.hpp' file not found 什么情况?
enum为null
我们使用中发现,implements EnumReadable的enum类型,如果值为0,那么反序列化后这个enum居然为null,而不是我们定义好为0的那个enum。 @xiemalin
当我使用预编译的时候: ```xml com.baidu jprotobuf-precompile-plugin 2.0.1 true org.ngame.protocol compile precompile ``` 发现当enum为0的时候,还是有问题,protobuf2.5的enum为0的协议,jprotobuf仍然解析为null。。。。 请参考:#63 @jhunters
in blocks , those projects such as svg , there is wrong message when you build it using mvn clean install command.
the test case : programmable_transaction_builder_test.go --> TestTransferSui when ' txByte, err := bcs.Marshal(tx) ' , how can i unmarshal to TransactionData from txByte ?