ChromeOptions options=new ChromeOptions(); //options.addExtensions(new File("C:\\Agent.crx")); //加载扩展 //options.addArguments("user...
分类:
Web程序 时间:
2014-09-06 21:12:53
阅读次数:
298
FirefoxProfile firefoxProfile=new FirefoxProfile(new File("/Users/zhangminjie/Library/Application Support/Firefox/Profiles/y1qo9afq.default"));driver....
分类:
Web程序 时间:
2014-09-06 21:12:03
阅读次数:
279
public void uploadFile(String path) { //File file = new File("C:\\jacob-1.18-M2-x64.dll"); // System.setProperty(LibraryLoader.JACOB_DLL...
分类:
编程语言 时间:
2014-09-06 21:10:43
阅读次数:
431
Going Home
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 18094
Accepted: 9225
Description
On a grid map there are n little men and n houses. In each unit...
分类:
其他好文 时间:
2014-09-06 12:29:53
阅读次数:
249
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.N...
分类:
其他好文 时间:
2014-09-06 05:27:22
阅读次数:
223
oracle11grac监听程序在调整过网络后出现监听进程offline,而且两台节点之间频繁切换,查看日志/var/log/message发现有频繁的注册撤销动作。监听日志/u01/app/oracle/diag/tnslsnr/rac1/listener/trace/listener.log监听文件/u01/app/11.2.0/grid/network/admin/listener.oraor..
分类:
数据库 时间:
2014-09-05 16:24:42
阅读次数:
235
oracle11grac监听程序在调整过网络后出现监听进程offline,而且两台节点之间频繁切换,查看日志/var/log/message发现有频繁的注册撤销动作。监听日志/u01/app/oracle/diag/tnslsnr/rac1/listener/trace/listener.log监听文件/u01/app/11.2.0/grid/network/admin/listener.oraor..
分类:
数据库 时间:
2014-09-05 16:24:22
阅读次数:
220
1.想要调整某一列在表格中的顺序,可以使用mapping(索引是从0开始的) var store = new Ext.data.ArrayStore({ data:data, fields:[ {name:'id',mapping:1}, ...
分类:
Web程序 时间:
2014-09-05 16:00:41
阅读次数:
247
#!/bin/bash
mkdir -p /u01/app/oracle
mkdir -p /u01/app/oraInventory
chown -R oracle:oinstall /u01
chmod -R 775 /u01
mkdir -p /u01/app/grid
chown -R grid:oinstall /u01/app/grid
chmod -R 775 /u01/...
分类:
其他好文 时间:
2014-09-04 23:47:20
阅读次数:
498
LeetCode: Word SearchGiven a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacen...
分类:
其他好文 时间:
2014-09-04 22:03:00
阅读次数:
191