Chenshennan

Results 2 comments of Chenshennan

虽然看不懂Java,但是从文件里面看来。应该是爬的央视评。改了编译不就解决了么(不是)

I got black screen via vncdotool api: ```python from vncdotool import api import time class vnctest(object): def takescreenshot(self,in_host,in_password): vnc_host=in_host vnc_password=in_password vnc_session=api.connect(vnc_host,password=vnc_password) time.sleep(5) try: vnc_session.captureScreen('screenshot.png') except: print('Timeout when attempt to capuring...