1. Installing 1. Install firefox 38.5.1 2. Install SeleniumIDE After installing, I set the view of toolbox, then we can see this 3. Install Selenium C ...
分类:
其他好文 时间:
2017-03-26 00:07:20
阅读次数:
247
一、Object类 说明:Object类是Java中所有的类的直接或者间接的父类(基类)。 该类中定义的是所有的类中的都有的的功能。 位置:可以从API中查找。 二、Object类之 equals 方法 表象:boolean equals(Object obj){} 作用:比较两个对象的哈希值是否相 ...
分类:
其他好文 时间:
2017-03-25 22:41:48
阅读次数:
162
C. Mahmoud and a Message Mahmoud wrote a message s of length n. He wants to send it as a birthday present to his friend Moaz who likes strings. He wro ...
分类:
其他好文 时间:
2017-03-25 13:18:47
阅读次数:
208
1.1. 线程池用于定时器 线程池用于定时器调度时,只能指定某个时间段后执行任务,而不能指定具体的时间点。 1.2. 只运行一次的定时器 5秒钟后运行指定任务的定时器,定时器任务只会被执行1次。 1.3. 固定比率的定时器 固定比率的定时器会在指定时间段之后首次运行任务,并在之后每隔固定时间段后重复 ...
分类:
编程语言 时间:
2017-03-24 22:05:34
阅读次数:
359
关于FPM的介绍https://docs.google.com/present/view?id=0Aa9liCTsAyzRZGNtd3dkOTRfMTdmczY2azlkcg&hl=enFPM功能简单说就是将一种类型的包转换成另一种类型。支持的源类型包:“dir”:将目录打包成所需要的类型,可以用于源码编译安装的软件包“rpm”:对rpm进行转换“gem..
分类:
系统相关 时间:
2017-03-24 20:59:43
阅读次数:
355
本文内容,为博主在网上看到资料总结整合而来 一、stl格式简介 .stl文件是在计算机图形应用系统,来表示封闭的面或者体,用来表示三角形网格的一种文件格式。为STereo Lithography的缩写,由3D Systems公司于1987年开发而来,利用三角片离散近似表示三维模型,近年来已经成为快速 ...
分类:
编程语言 时间:
2017-03-24 20:00:30
阅读次数:
159
Given an m x n matrix of positive integers representing the height of each unit cell in a 2D elevation map, compute the volume of water it is able to ...
分类:
移动开发 时间:
2017-03-22 23:00:11
阅读次数:
324
前言 系统弹窗这个是很常见的场景,有时候它不弹出来去操作的话,会抛异常。那么又不知道它啥时候会出来,那么久需要去判断弹窗是否弹出了。 本篇接着Selenium2+python自动化42-判断元素(expected_conditions)讲expected_conditions这个模块 一、判断ale ...
分类:
编程语言 时间:
2017-03-22 22:36:50
阅读次数:
4600
Awesome Torch This blog from: A curated list of awesome Torch tutorials, projects and communities. Table of Contents Tutorials Model Zoo Recurrent Net ...
分类:
其他好文 时间:
2017-03-22 20:55:58
阅读次数:
295
Java NIO Channel to Channel Transfers In Java NIO you can transfer data directly from one channel to another, if one of the channels is a FileChannel. ...
分类:
编程语言 时间:
2017-03-21 12:50:00
阅读次数:
182