2
results
for python
-
打印模块路径 import a_module print a_module.__file__ 编码问题 PYTHONIOENCODING=utf-8 python3 text_filter_controllers.py
-
Rpc https://msgpack.org/ if __name__ == "__main__": try: server = msgpackrpc.Server(NormalizeServer()) server.listen(msgpackrpc.Address("0.0.0.0", 8889)) server.start() except KeyboardInterrupt: print 'received, shutting down server'