- 当时
- 留影 tags:
- vocation
- Xi'an published: true comments: true
除了02年在北京打了几天酱油,我还没有因为打着去玩的旗号出过远门(到镇江这里就不算远门了)。今年五一痛下决心 …
除了02年在北京打了几天酱油,我还没有因为打着去玩的旗号出过远门(到镇江这里就不算远门了)。今年五一痛下决心 …
When calling Java with Jython, anonymous inner class might be an issue because there is no such equivalent in Python.
In GUI programming, jython made additional effort on AWT event processing. You can pass a python function as some types …
Actor是一种Continuation技术,可以在少量的线程运行大量Actor对象。Actor对象之间通过消息机制进行交互。而Actor本身线程安全,这样的模型使并发编程的复杂度降低,同时也在一定的 …