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 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
屏幕共享非常简单。我自己就使用过 Team Viewer 来处理此类事情。即使连接不是最佳的,也能很好地工作。
Screen sharing is pretty straight forward. I have used Team Viewer myself for such things. Works very well, even across less than optimal connections.
您可以使用某种桌面共享,例如 TeamViewer。
You could use some kind of desktop sharing, like TeamViewer.
如果您想要更像演示而不是屏幕共享会话的内容,GoView 是一个选项。
GoView is an option, if you want something that's more like a presentation and less like a screen-sharing session.
对于代码之间的导航,使用 IntelliJ IDEA 的内部信使 IDETalk(使用 jabber)会很有用。您可以在那里轻松共享代码链接 - 即发送“代码指针”。
另外,如果您想查看并进行实时更改 - 在共享 Dropbox 文件夹(或类似的云文件托管)中工作可能是个好主意。对于此工作流程,IDEA 比 Eclipse 更受青睐,因为它支持实时文件更新(在 Eclipse 中,您需要每次按 F5)。
华泰
For navigating between code It would be useful to use IntelliJ IDEA's internal messenger IDETalk (which uses jabber). You can easily share code links there - i.e. send 'Code pointers'.
Also If you want to see and make live changes - may be it would be good idea to work within shared Dropbox folder (Or similar cloud file hosting). For this workflow IDEA is preferred than Eclipse because it supports live file update (in Eclipse you need to press F5 each time).
HTH