lsblk可以查看磁盘的分区和挂载情况
lsblk所有的参数
-a, --all 显示所有设备
-b, --bytes 以bytes方式显示设备大小
-d, --nodeps 不显示 slaves 或 holders
-D, --discard print discard capabilities
...
分类:
其他好文 时间:
2014-10-21 21:36:27
阅读次数:
198
ExampleLanguageDescriptionAsyncTriggerExC++Demonstrates some of the basic asynchronous trigger capabilities of compatible PGR Imaging Products.AsyncTr...
分类:
其他好文 时间:
2014-10-21 06:42:36
阅读次数:
220
在开发工具上进行struts的配置1)新建项目,为项目添加Struts开发支持2)为项目添加Struts开发支持,在项目点击右键,myeclipse->Add Struts Capabilities。选择支持的struts版本3)在项目下的WebRoot下新建一个jsp文件。在Template to...
分类:
其他好文 时间:
2014-10-17 01:39:53
阅读次数:
386
1. 问题描述和起因
在使用Appium1.7.0及其以下版本的时候,我们可以直接使用如下代码来创建一个AppiumDriver实例进行对安卓设备的操作。
driver = new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);但在把Appium包升级到当前最新的2.0.0版本的时候,这段代码会引发如下...
分类:
移动开发 时间:
2014-10-01 15:41:31
阅读次数:
391
微软近期Open的职位:Senior SDECome lead the way in developing Linux, Unix, and Open Source Software (OSS) capabilities for Windows Server and Windows Azure, M...
分类:
其他好文 时间:
2014-09-23 16:20:04
阅读次数:
264
Desired Capabilities是由客户端发送给Appium服务器端的用来告诉服务器去启动哪种我们想要的会话的一套键值对集合。当中也有一些键值对是用来在自动化的过程中修改服务器端的行为方式的。比如,我们可以把键为platformName的capability的值设置成iOS来告诉服务器我们想要开启的是一个iOS的会话,而非Anddroid的会话。或者我们可以把键为safariAllowPo...
分类:
移动开发 时间:
2014-09-20 16:11:09
阅读次数:
336
Source:http://support.apple.com/kb/HT6331Each of these diagnostic capabilities requires the user to have unlocked their device and agreed to trust ano...
分类:
移动开发 时间:
2014-09-18 14:39:53
阅读次数:
201
1、Window -> Open Perspective -> MyEclipse Database Explorer 到DB Broswer界面2、右键 -> New,新建一个数据库连接3、创建一个java项目4、给项目添加Hibernate Capabilities项目 -> 右键 -> MyE...
分类:
编程语言 时间:
2014-09-14 16:33:17
阅读次数:
237
错误如图 我解决的方法是把项目src下面的 hibernate.cfg.xml 文件删除了 重新生成,生成步骤如下:在项目上点击右键,选择MyEclipse-->add Hibernate Capabilities然后下一步选中一个目录存放自动生成hibernate.cfg.xml文件,一般毫无例外...
分类:
数据库 时间:
2014-09-09 17:42:49
阅读次数:
213
What Is a Servlet?
A servlet is a Java programming language class used to extend the capabilities of servers that host applications accessed by means of a request-response programming model. Although...
分类:
编程语言 时间:
2014-08-26 09:55:46
阅读次数:
218