码迷,mamicode.com
首页 >  
搜索关键字:until    ( 1173个结果
Javascript随笔2(JQuery)
1.jQuery 语法 Tips: 通过 CDN(内容分发网络)引用JQuery:(link的引用最好放在script的引用之前) 获取CDN网址:http://cdn.code.baidu.com/ jQuery 语法是为 HTML 元素的选取编制的,可以对元素执行某些操作。 基础语法是:$(se ...
分类:编程语言   时间:2017-08-15 10:07:51    阅读次数:170
前端基础JQuery
JQuery对象是通过JQquery包装DOM对象后产生的对象。JQuery对象是JQuery独有的。如果一个对象是JQuery对象,那么它就可以使用JQuery中的方法。 选择器 基本选择器 层级选择器 基本选择器 属性选择器 表单选择器 筛选器 过滤选择器 查找筛选器 ...
分类:Web程序   时间:2017-08-14 20:02:27    阅读次数:230
jquery(一)
一 jQuery是什么? [1] jQuery由美国人John Resig创建,至今已吸引了来自世界各地的众多 javascript高手加入其team。 [2] jQuery是继prototype之后又一个优秀的Javascript框架。其宗旨是——WRITE LESS,DO MORE! [3] 它 ...
分类:Web程序   时间:2017-08-14 13:27:59    阅读次数:228
shell脚本for循环
Shell循环:for循环次数是固定的=====================Shell:for变量名[in取值列表]do循环体doneC语言:for((初值;条件;步长))do循环体done=====================Shell循环:whileuntil循环次数不一定是固定的可以固定可以不固定whi..
分类:系统相关   时间:2017-08-10 23:53:22    阅读次数:568
webdriver 的三种等待方式
1、显式等待 一个显式等待是你定义的一段代码,用于等待某个条件发生然后再继续执行后续代码。 from selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.support ...
分类:Web程序   时间:2017-08-10 11:39:10    阅读次数:249
8kyu Duck Duck Goose
题目: The objective of 'Duck, duck, goose' is to walk in a circle, tapping on each player's head until one is finally chosen. Task: Given an array of Pl ...
分类:其他好文   时间:2017-08-08 14:04:07    阅读次数:163
2. Instructions: Language of the computer (指令:计算机语言)
I speak Spanish to God, Italian to women, Franch to men, and German to my horse. Charles V, Holy Roman Emperor (1500-1558) 2.1 Introduce 2.2 Operation ...
分类:编程语言   时间:2017-08-08 09:27:51    阅读次数:137
leetcode 258. Add Digits
Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: ...
分类:其他好文   时间:2017-08-06 21:48:53    阅读次数:117
VBA学习笔记之循环
VBA 中Do while Loop用法如下:VBA中如果不知道重复多少次,使用 Do...Loop 语句。Do...Loop 语句重复执行某段代码直到条件是 true 或条件变成 true。重复执行代码直到条件是 true使用 While 关键字来检查 Do... Loop 语句的条件。 1 2 ...
分类:编程语言   时间:2017-08-05 20:36:09    阅读次数:167
Cow Bowling POJ - 3176
The cows don't use actual bowling balls when they go bowling. They each take a number (in the range 0..99), though, and line up in a standard bowling- ...
分类:其他好文   时间:2017-08-05 00:18:49    阅读次数:119
1173条   上一页 1 ... 56 57 58 59 60 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!