一. offset系列 1. offset系列的5个属性 2. 与style.(left/top/width/height)的区别: 二. scroll系列 1.scroll系列的4个属性 2. 兼容问题 (1) 兼容问题 (2) 兼容代码 三. client系列 1.client系列的4个常用属性 ...
分类:
编程语言 时间:
2017-06-12 00:47:33
阅读次数:
2064
须要安装putty,用到的命令是plink: [html] view plaincopy PuTTY Link: command-line connection utility Unidentified build, Jun 23 2015 11:43:58 Usage: plink [option ...
# -*- coding: utf-8 -*- import requests import js2xml from lxml import etree headers = { # 这边cookie替换成你的cookie 'Cookie':'9b', 'User-Agent': 'Mozilla/5... ...
分类:
编程语言 时间:
2017-06-11 17:28:59
阅读次数:
370
1.String是最基本的字符串类,用于表示字符串。 特点:对象内容不可变,但可以通过指向不同的对象来“表示”不同的内容。 使用场景:如果不涉及到内容改变,可以使用String。 注意:如果想将String作为输出型参数,抱歉,做不到。 方法返回后,内容还是没有赋上值。具体原因就得追究到内存原理上了 ...
分类:
其他好文 时间:
2017-06-11 14:57:53
阅读次数:
174
传送门 数据小的话贪心就行。 可以把这个串翻转再接到后面,再求后缀数组,求出 rank 数组就很简单了。 ——代码 1 #include <cstdio> 2 #include <iostream> 3 #define N 60001 4 5 int n, len, m = 256, sum; 6 ...
分类:
编程语言 时间:
2017-06-11 10:29:26
阅读次数:
267
Recently I transit to use scala to program. scala is a functional and objected oriented language, but it has seamless java Interoperability (they both ...
分类:
其他好文 时间:
2017-06-11 10:12:23
阅读次数:
150
前提 最近在学习python3,看到好多教程都是要求在Windows或者Ubuntu 平台上使用,安装比较方便。由于不在想Winddows上安装也没有Ubutnu系统 ,所以在自己的CentOS7上面装环境 准备工作 CentsOS 虚拟机一台,Minimal 最小化安装版 安装 1、下载Pytho ...
分类:
编程语言 时间:
2017-06-11 00:23:37
阅读次数:
274
红色的幻想乡 思路: 线段树+容斥原理; 代码: ...
分类:
其他好文 时间:
2017-06-10 20:25:33
阅读次数:
141
maven的tomcat插件部署web项目,我简单认为分两种,一种是部署到内置tomcat,另一种是部署到安装的tomcat。 ...
分类:
系统相关 时间:
2017-06-10 17:09:08
阅读次数:
281