码迷,mamicode.com
首页 >  
搜索关键字:viewer    ( 724个结果
Uiautomator-UI Automator Viewer获取控件对象
1、出现两个或多个相同控件id的listview 怎么索引对象 UiScrollable us = new UiScrollable(new UiSelector().resourceId("android:id/list").instance(0)); instance(0)中,0是当前对象的索引。...
分类:其他好文   时间:2015-04-01 09:40:05    阅读次数:135
viewer.sh 20150314
#!/bin/bash ########################################################## #ThisScriptForGetHardSoftInformationToMySQL# ########################################################## LC_ALL=C HSVDIR=/data/hardfile TMPDIR=/data/tmp BAKDIR=/data/hdbak [!-d$TMPDIR]&a..
分类:其他好文   时间:2015-03-14 20:14:15    阅读次数:187
Cache&Session Viewer
用于查看和删除网站Cache https://github.com/sdf333/Aspy
分类:系统相关   时间:2015-03-12 22:21:39    阅读次数:146
HardSoft-Viewer PHP_index.php
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"> <head><title>HardSoft-Viewer</title></head> <body> <?..
分类:Web程序   时间:2015-03-12 15:17:44    阅读次数:149
HardSoft-Viewer MySQL table
--MySQLdump10.15Distrib10.0.17-MariaDB,forLinux(x86_64) -- --Host:localhostDatabase:HardSoft -------------------------------------------------------- --Serverversion10.0.17-MariaDB /*!40101SET@OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT*/; /*!40101SET@..
分类:数据库   时间:2015-03-12 15:17:30    阅读次数:172
jface viewer 全选
viewer.setSelection(new StructuredSelection(((List)viewer.getInput())));StructuredSelection有多个构造方法,可以看一下。
分类:其他好文   时间:2015-03-10 17:12:23    阅读次数:105
如何在Root的手机上开启ViewServer,使得HierachyViewer能够连接(转)
前期准备:关于什么是Hierarchy Viewer,请查看官方文档:http://developer.android.com/tools/debugging/debugging-ui.html。个人理解:Hierarchy Viewer能获得当前手机实时的UI信息,给界面设计人员和自动化测试人员带...
分类:移动开发   时间:2015-03-05 18:34:31    阅读次数:178
OpenSceneGraph基础:Helloworld
OpenSceneGraph的基本流程(main函数): int main() { Group *scene = startupScene(); osgViewer::Viewer viewer; viewer.setSceneData(scene); viewer.setCameraManipulator(new osgGA::TrackballManipulator); view...
分类:其他好文   时间:2015-03-01 17:11:09    阅读次数:345
DICOM:基于fo-dicom的简易DICOM Viewer
背景:正如段子所言,“春节”副本已通关,您的属性有如下变化:力量 0,智力 0,敏捷 0,体重 15,金钱-999。您已被传送回出发点,系统时间从“初八”切换到“周四”,请继续进行主线任务……怎奈假期配置测试的DCM4CHEE系列文章还未整理完成,既然到了月底了,就凑一篇水文吧,把春节帮网友写的一个基于fo-dicom的DICOM Viewer贴出来,抛砖引玉了。...
分类:其他好文   时间:2015-02-28 20:20:30    阅读次数:1341
spice客户端连接
1.Linux客户机安装yum install virt-viewer连接#remote-viewer spice://IP:PORTremote-viewer spice://localhost:5902#virt-viewer Domainvirt-viewer cos_v12.windows客...
分类:其他好文   时间:2015-02-26 18:13:06    阅读次数:800
724条   上一页 1 ... 60 61 62 63 64 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!