We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
以下是 net 包 的官方 API 文档。
关于如何编译:参见安装指南。到目前为止,似乎还没有明显的方法在 VS 中进行编译:
因此,为了在 Windows 上进行开发,最简单的途径是使用 cygwin。
Here's the official API docs for the net package.
Regarding how to compile: See the installation guide. As of yet there doesn't seem to be an obvious way to compile in VS:
So in order to develop on Windows, the easiest route would be to use cygwin.
根据分布式软件的需求,您可能还需要查看 rpc 包,它使得注册对象的公共方法并远程调用它们非常容易。
Depending on the needs of your distributed software, you may also want to check out the rpc package which makes it quite easy to register an object's public methods and call them remotely.