目前我正试图利用索克特和ServerSocket课程创建一个聊天应用程序,但我遇到了一个路障。在从服务器或客户端收到信息时,我需要某种听众执行一定的代码块,但我似乎找不到。 当然,一个选项是检查每10ms或某样东西接收的信息,但是难道没有更聪明的解决方案吗?
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...