摘要:
在webvr.xml里删除这个layer<layer name="webvr_setupbutton" keep="true" vr="true" style="webvr_button_style" html="VR Setup" align="bottom" y="24" autoalpha=" 阅读全文
摘要:
krpano version="1.19" pr161、在tour.xml里加入<plugin name="soundinterface" url.flash="%SWFPATH%/plugins/soundinterface.swf" url.html5="%SWFPATH%/plugins/so 阅读全文
摘要:
在vtour/plugins/webvr.xml里加入以下代码<action name="entervr" autorun="onstart" device="mobile">delayedcall(2.0,webvr.enterVR());</action> 阅读全文
摘要:
运行:free -m,可查询物理内存大小和swap空间大小,swap空间通常应为物理内存两倍大。增加swap空间步骤:1、dd if=/dev/zero of=/home/swap bs=1024 count=5120000这样就会创建/home/swap分区文件。文件的大小是512000个bloc 阅读全文
摘要:
1、创建/etc/apt/sources.list.d/clickhouse.list文件, 2、在clickhouse.list文件里写入deb http://repo.yandex.ru /clickhouse/deb/stable/ main/ 3、一定要在clickhouse.list文件的 阅读全文
摘要:
由于本人失误,没有修改clickhouse的默认数据目录,导致把数据保存到了系统盘,现在系统盘空间不够,决定移动到数据盘,步骤如下:原目录:/var/lib/clickhouse目标目录:/test/clickhouse1、复制数据cp /var/lib/clickhouse/data -r /te 阅读全文