Ubuntu
超级大neo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装sikuli报错:jnius/jnius_conversion.pxi:54:31: Casting temporary Python object to non-numeric non-Pyth
问题: Error compiling Cython file: ------------------------------------------------------------ ... if py_arg is None: j_args[index].l = NULL elif isinstanc原创 2017-04-19 17:59:01 · 1224 阅读 · 0 评论 -
ubuntu 安装sikuli ide报错,libml.so.2.1 找不到
问题:ubuntu 安装sikuli ide报错,libml.so.2.1 找不到 解决办法: cd sikuli-ide/libs ldd libVisionProxy.so | grep not libml.so.2.1 => not found libcvaux.so.2.1 => not found libhighgui.so.2.1 => not found libcv原创 2017-04-21 00:08:33 · 1017 阅读 · 0 评论 -
解决sikuli-ide NoClassDefFoundError: org/apache/commons/cli/ParseException
问题:~$ sikuli-ide -hException in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException at org.sikuli.ide.SikuliIDE.main(SikuliIDE.java:919)Caused by: java.lang.ClassNotFou原创 2017-05-09 10:21:52 · 3037 阅读 · 0 评论 -
sikuli-ide 问题:mismatched input '<EOF>' exception DEDENT return JRegion.observer(self,time)\n
mismatched input '' exception DEDENT return JRegion.observer(self,time)\n 原因: 解决:原创 2017-06-17 12:16:24 · 1910 阅读 · 0 评论 -
如何用vncview查看xvfb里面的画面呢
首先,在server机器上,启动xvfb,这个我不想说,网上很多 然后到client端,启动vncviewer查看画面 #ssh -L 5900:localhost:5900 root@172.16.10.26 'x11vnc -localhost -display :10' #vncviewer localhost:5900 说明: ssh -L 端口号:localhost:端口号原创 2017-06-17 12:25:03 · 2138 阅读 · 2 评论 -
解决:[16033:16033:0607/114040.917620:ERROR:browser_main_loop.cc(257)] GTK theme error: Unable to locat
#google-chrome-stable [16033:16033:0607/114040.917620:ERROR:browser_main_loop.cc(257)] GTK theme error: Unable to locate theme engine in module_path: "adwaita", 解决办法 sudo apt install gnome-th原创 2017-06-07 16:42:41 · 3351 阅读 · 0 评论
分享