摘要:
Asterisk Russell Bryant Asterisk1 is an open source telephony applications platform distributed under the GPLv2. In short, it is a server application 阅读全文
posted @ 2016-12-01 09:13
bonelee
阅读(355)
评论(0)
推荐(0)
摘要:
根源:出现“task not serializable"这个错误,一般是因为在map、filter等的参数使用了外部的变量,但是这个变量不能序列化。特别是当引用了某个类(经常是当前类)的成员函数或变量时,会导致这个类的所有成员(整个类)都需要支持序列化。 解决方法: Job aborted due 阅读全文
posted @ 2016-12-01 08:45
bonelee
阅读(12601)
评论(0)
推荐(0)