现在还是有点病急乱投医的感觉,不知道到底该从何学起,到底怎么学手头上有的资料是《零成本实现Web自动化测试-基于Selenium和Bromine》《Selenium测试实践-基于电子商务平台》《Selenium.2.Testing.Tools.Beginners.Guide.2012..pdf》《s...
分类:
其他好文 时间:
2014-12-27 00:11:29
阅读次数:
168
1、首先需要下载安装jdk1.7,网上有很多下载及安装方法,各位请自行查阅安装,我就不再一一叙述。 2、观察problems视图中的报错,我是使用刚刚所说的前一个特性: 我们看到它报两个错,一个是让我们使用jdk1.7,一个是编译版本不匹配的问题。 现在我们引入jdk1.7,右键我们开发中的工程-....
分类:
系统相关 时间:
2014-12-23 19:08:38
阅读次数:
311
Really interesting O(n) problem. Just like playing.. so actually working on algorithm problems is like playing games!class Solution {public: int ma...
分类:
其他好文 时间:
2014-12-23 06:43:36
阅读次数:
173
Given an array of size n, find the majority element. The majority element is the element that appears more than ?
n/2 ? times.
You may assume that the array is non-empty and the majority element al...
分类:
Web程序 时间:
2014-12-22 19:39:06
阅读次数:
303
Filename Extensions in Delphihttp://delphi.about.com/od/beginners/a/aa032800a.htmTry building a small test project ... whoa ... a typical Delphi appli...
题目地址:https://oj.leetcode.com/problems/compare-version-numbers/
题目描述:
Compare two version numbers version1 and version1.
If version1 > version2 return 1, if version1 version2 return -1, ot...
分类:
其他好文 时间:
2014-12-20 23:29:26
阅读次数:
236
说关于分配器allocator, 如果有MALLOC 这个 环境变量, 会有用这个环境变量的 去建立Redis。
而且libc 并不是默认的 分配器, 默认的是 jemalloc, 因为 jemalloc 被证明 有更少的 fragmentation problems 比libc。...
分类:
其他好文 时间:
2014-12-19 12:14:00
阅读次数:
134
http://www.spoj.com/problems/FTOUR2/先前看了一会题解就自己yy出来了。。。对拍过后交tle。。。。。。。。。。。。。。。。。。自己造了下大数据。。。。。。。。tle。。。。。。。。。。。。。。。。。。。。。。。。。what?明早更新吧。。调到吐了。。#includ...
分类:
其他好文 时间:
2014-12-19 01:50:07
阅读次数:
296
启动WebLogic服务器时出现以下异常:weblogic.descriptor.DescriptorException:VALIDATIONPROBLEMSWEREFOUND在网上查阅了相关资料,好多人都说是版本问题,需要更改web.xml头文件(调整版本3.0为2.5等诸如此类办法),在此不排除存在此问题;但是经过检查发现web.xml一切正常,..
分类:
Web程序 时间:
2014-12-18 15:34:53
阅读次数:
285