#include #include #include #include #include #include #include #include #include #include osg::ref_ptr captureImage = new osg::Image; osg::ref_ptr tra... ...
分类:
其他好文 时间:
2017-10-30 14:52:38
阅读次数:
467
我们先放一张Hierarchy Viewer的图:(模拟器Android4.4) 看到数字6了吗,那个RelativeLayout是MainActivity的根ViewGroup, 而在RelativeLayout之前还有5层, 即系统默认的界面DecorView(FrameLayout) --> ...
分类:
移动开发 时间:
2017-10-28 00:30:25
阅读次数:
273
0. 引言 Virtual Network Computing (VNC) 是贝尔实验室研发的一款平台独立的桌面共享系统,由客户端(viewer)与服务端两部分构成。 服务端:安装在远程计算机上,启动后供客户端远程登录,有些系统自带vnc远程服务(如 Mac)。 客户端(viewer):安装在本机, ...
分类:
其他好文 时间:
2017-10-25 21:29:11
阅读次数:
384
jq的viewer插件可以实现对图片的放大,缩小,旋转,上下移动的操作,功能很是强大,在项目中需求是在一个新的弹窗框中对图片进行这些操作,过程是由点击放大和点击编辑功能到点击实现这些功能,因为用到了jq所以引入以下代码: <link rel="stylesheet" href="css/viewer ...
分类:
Web程序 时间:
2017-10-19 15:00:02
阅读次数:
173
安装RoboWare-Viewer-Bridge $ git clone https://github.com/tonyrobotics/RoboWare-Viewer-Bridge.git $ cd RoboWare-Viewer-Bridge $ npm install > kerberos@0 ...
分类:
其他好文 时间:
2017-10-14 21:03:48
阅读次数:
618
# 1:安装程序包 yum install -y libvirt virt-manager virt-viewer virt-install qemu-kvm # 2:启动libvirtd守护进程 systemctl start libvirtd.service systemctl enable l ...
分类:
其他好文 时间:
2017-10-12 21:43:11
阅读次数:
162
选择“工具”》“Nuget包管理器”》“程序包管理器控制台” 执行命令:Install-Package Microsoft.ReportingServices.ReportViewerControl.WinForms -Pre 然后在视图》工具箱中点右键,选择“选择项”,在.net framewor ...
分类:
编程语言 时间:
2017-10-12 12:12:04
阅读次数:
1063
Gerrit安装指南 Gerrit安装教程参考: https://www.baidu.com/link?url=mZcEH1Bofo7FvImX1xxcas46KOLE0oUl5K_YzfeIVMWZYR8a_BwB7bMr9jeFnGoPfbLH9QZTOe9MwenVeQ7rkq&wd=&eqi ...
分类:
其他好文 时间:
2017-10-11 15:35:19
阅读次数:
289
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp ...
分类:
其他好文 时间:
2017-10-11 14:07:39
阅读次数:
359
这个函数最近折磨了我很久很久,因为需要用osg截图保存到本地,但是这个图片要具有alpha值,也就是背景的alpha值全为0,但是在公司上用_image->readPixels(448, 28, 1024, 1024, GL_RGBA, GL_UNSIGNED_BYTE);截图出来的是成功有alph ...
分类:
其他好文 时间:
2017-10-09 15:29:16
阅读次数:
665