//should set firefox path //FirefoxBinary binary=new FirefoxBinary(new File("C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe")); ...
分类:
其他好文 时间:
2014-09-07 02:12:24
阅读次数:
220
protected voidonAttachedToWindow()This is called when the view is attached to a window. At this point it has a Surface and will start drawing. Note th...
ps aux的功能是打印出所有进程
ps是最基本也是最强大的进程查看命令
aux都是参数
a = show processes for all users 显示所有用户的进程
u = display the process's user/owner 显示用户
x = also show processes not attached to a terminal 显示无控制终端的进程...
分类:
系统相关 时间:
2014-09-05 13:02:11
阅读次数:
475
1.DAS: 开放系统的直连式存储(Direct-Attached Storage),直连式存储与服务器主机之间的连接通道通常采用SCSI连接 //随着服务器CPU的处理能力越来越强,存储硬盘空间越来越大,阵列的硬盘数量越来越多,SCSI通道将...
分类:
其他好文 时间:
2014-09-04 17:13:40
阅读次数:
182
文章出处:http://blog.csdn.net/leshami/article/details/9232229 最近在卸载VirtualBox出现了无法卸载的错误。提示为Failed to install the extension. The installer failed with exit...
分类:
其他好文 时间:
2014-09-04 14:53:09
阅读次数:
211
Hmmm, there is an error possibly like this:build/core/base_rules.mk:130: *** external/wpa_supplicant_8/wpa_supplicant: MODULE.TARGET.ETC.wpa_supplican...
分类:
移动开发 时间:
2014-09-03 19:47:17
阅读次数:
1721
ListView的addHeaderView和setAdapter的调用顺序,以及爆出java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called异常的原因。...
分类:
其他好文 时间:
2014-09-03 11:17:56
阅读次数:
194
Mobile is no longer on the sidelines. If you’re not already thinking mobile first, you should at least consider it. Let’s go over compelling data that...
分类:
Web程序 时间:
2014-09-03 10:50:56
阅读次数:
235
The problem is that the folder is already under version control. Here's how I fix this type of problem when it comes up: In your local shell, make a c...
分类:
其他好文 时间:
2014-09-02 17:20:24
阅读次数:
179
This can be easily solved by allowing MARS in your connection string. AddMultipleActiveResultSets=trueto the provider part of your connection string (...
分类:
其他好文 时间:
2014-09-02 12:16:14
阅读次数:
178