jQuery.parent(expr) 找父亲节点,可以传入expr进行过滤,比如$("span").parent()或者$("span").parent(".class") jQuery.parents(expr),类似于jQuery.parents(expr),但是是查找所有祖先元素,不限于父元 ...
分类:
Web程序 时间:
2017-11-01 16:31:23
阅读次数:
186
House Man Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2056 Accepted Submission(s): 811 Probl ...
分类:
其他好文 时间:
2017-11-01 16:31:15
阅读次数:
226
private class Test { const string abc = "dddd";const string abc = "dddd";const string abc = "dddd";const string abc = "dddd";const string abc = "dddd"... ...
分类:
其他好文 时间:
2017-11-01 16:31:07
阅读次数:
142
1.选取的是4399小游戏的网址http://www.4399.com/gamehw.htm 2.网络上爬取的相关数据 import requests from bs4 import BeautifulSoup def get(gameurl): res = requests.get(gameurl ...
分类:
其他好文 时间:
2017-11-01 16:30:57
阅读次数:
201
int long float complex boolean 列表,元组 列表:list [] 增删改查 name.append[]追加到最后一个, name.insert(1,"xxxxx")增加xxxxx到下标1 name.remove['xxx'], del name[1], name.pop ...
分类:
编程语言 时间:
2017-11-01 16:30:50
阅读次数:
163
https://www.cs.toronto.edu/~hinton/ Geoffrey E. Hinton I am an Engineering Fellow at Google where I manage Brain Team Toronto, which is a new part of ...
分类:
其他好文 时间:
2017-11-01 16:30:41
阅读次数:
366
Python 字典(Dictionary) 字典是另一种可变容器模型,且可存储任意类型对象。 字典的每个键值(key=>value)对用冒号(:)分割,每个对之间用逗号(,)分割,整个字典包括在花括号({})中 ,格式如下所示: d = {key1 : value1, key2 : value2 } ...
分类:
编程语言 时间:
2017-11-01 16:30:30
阅读次数:
266
#html 霓虹 - 点击打开你的视野 WELCOME 登录页面 登录 忘记密码 注册 #jsfunction fnLogin() { ... ...
分类:
其他好文 时间:
2017-11-01 16:30:21
阅读次数:
144
容器Container 主要内容: 1 初步了解概念 2构建image镜像 3 Service 4 Swarm 5 Stack 初步了解概念 先大致了解几个概念:image镜像、container容器、 Repository库、 Service服务、Task任务、stack堆叠、swarm群集 im ...
分类:
其他好文 时间:
2017-11-01 16:29:56
阅读次数:
222
1、新增一张互联网开户预约表 pre_web_cust_no 名称 简称 类型 是否主键 预约日期 yy_date CDate 主键 不能为空 客户号 cust_no VARCHAR (16) 主键 不能为空 客户名称 cust_full_name VARCHAR (100) 不能为空 证件类型 c ...
分类:
其他好文 时间:
2017-11-01 16:29:37
阅读次数:
182
推荐小微企业做宣传视频或产品视频时用酷播云,免费,无广告! 适用的网站:小微型企业、学校、政府部门等 最大优势:免费、不会有优酷那种60秒、70秒的广告啦。 ...
分类:
Web程序 时间:
2017-11-01 16:29:29
阅读次数:
242
Python 数据结构 主要有:list 列表, 1、list 列表 (1)基本方法 【注意】类似 insert, remove 或 sort 等修改列表的方法没有返回值。 结果为: (2)list 列表可作为堆栈(后进先出)使用 用 append() 方法可以把一个元素添加到堆栈顶。 用不指定索引 ...
分类:
编程语言 时间:
2017-11-01 16:29:20
阅读次数:
195
官网:https://github.com/rholder/guava-retrying Maven:https://mvnrepository.com/artifact/com.github.rholder/guava-retrying 下面示例是基于Spring Boot的,但是都可以用于Spr ...
分类:
编程语言 时间:
2017-11-01 16:29:09
阅读次数:
346
批量分发脚本内容 #!/bin/bash. /etc/rc.d/init.d/functions # 创建密钥\rm ~/.ssh/id_rsa* -fssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q# 分发公钥for ip in 31 41 8dosshpas ...
分类:
系统相关 时间:
2017-11-01 16:29:00
阅读次数:
207
使用QueryRunner 结合c3p0进行数据库操作时候, 需求:list<bean>进行插入数据库中,但是QueryRunner 仅仅支持batch():批处理; package com.htzq.dbutil; import java.lang.reflect.Field; import ja ...
分类:
其他好文 时间:
2017-11-01 16:28:52
阅读次数:
158