摘要:
错误信息如下: [INFO] [akkaDeadLetter][04/05/2022 00:02:44.179] [client-akka.actor.default-dispatcher-7] [akka://client/deadLetters] Message [com.m24.learn.a 阅读全文
摘要:
原使用配置如下: val config = ConfigFactory.parseString( s""" |akka.actor.provider="akka.remote.RemoteActorRefProvider" |akka.remote.netty.tcp.hostname=$clien 阅读全文
摘要:
Akka TCP编辑,启动报错如下: Exception in thread "main" java.lang.ClassNotFoundException: akka.remote.RemoteActorRefProvider 添加依赖如下: compile "com.typesafe.akka: 阅读全文
摘要:
1、编辑 IDEA 安装目录文件 bin/idea64.exe.vmoptions ,添加 -Dfile.encoding=UTF-8 2、修改 IDEA 文件编码 阅读全文