码迷,mamicode.com
首页 >  
搜索关键字:until    ( 1173个结果
苹果手机focus没有效果 键盘跳不出来
原因:In iOS, Safari is now apparently remembering that the element was focussed but not actually focussing it until a touch down event.It is then blindl ...
分类:移动开发   时间:2018-04-28 10:48:04    阅读次数:1311
jQuery
jQuery是一个一个优秀的Javascript框架 jQuery 对象就是通过jQuery包装DOM对象后产生的对象。 一、导入方式 二、选择标签 - ID选择器 $("#id的值")- 类选择器(class) $(".class的值")- 标签选择器(html标签) $("标签的名字")- 所有 ...
分类:Web程序   时间:2018-04-25 17:08:55    阅读次数:229
bash中选择结构、循环结构与break、continue
if两种选择结构 case选择结构 for循环结构 while循环结构 until循环结构 break与continue 终止从内向外数第n层循环,默认本层循环,感觉查done数目就好 结束当前从内向外数第n层循环,继续下次循环,默认本次循环 ...
分类:其他好文   时间:2018-04-21 19:39:48    阅读次数:166
shell 流程控制语句
case语句 for语句 select循环 until循环 while循环 使用实例 !/bin/bash i=1 sum=0 while [ $i le 100 ] do sum= i= done echo "the sum is : $sum" [root@ssgao shell] sh whi ...
分类:系统相关   时间:2018-04-17 20:49:00    阅读次数:200
N天学习一个linux命令之ip
用途 show / manipulate routing, devices, policy routing and tunnels 用法 通用格式 link格式(网卡) addr格式(IP地址) addrlabel格式 route格式 rule格式 neigh格式 tunnel格式 maddr格式 ...
分类:系统相关   时间:2018-04-16 20:38:39    阅读次数:239
linux神器strace
man strace: strace - trace system calls and signals DESCRIPTION In the simplest case strace runs the specified command until it exits. It intercepts a ...
分类:系统相关   时间:2018-04-15 12:09:18    阅读次数:274
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 ...
分类:其他好文   时间:2018-04-14 16:27:57    阅读次数:161
dx12 memory management
https://msdn.microsoft.com/en-us/library/windows/desktop/dn508285(v=vs.85).aspx Map with D3D11_MAP_WRITE_DISCARD, the runtime returns a pointer to a n ...
分类:其他好文   时间:2018-04-13 17:49:01    阅读次数:213
shell脚本编程学习笔记-while循环
1.当型循环和直到型循环While使用的不多,一般守护进程程序或始终循环执行会用,其他循环运算都用for代替。1.1当型和直到型循环语法(1)while条件语句语法:While条件do指令….done手机充值:发短信扣费,充值100,每次扣1角5,当费用低于1角5分就不能发了。(2)until条件语句语法:until条件do指令…Done提示:只循环一次,应用场景不多,了解就好。1.2当型和直到型
分类:系统相关   时间:2018-04-12 23:32:33    阅读次数:876
Linux Shell脚本 几种循环语句创建用户的方法
Linux 循环语句创建用户
分类:系统相关   时间:2018-04-10 11:42:16    阅读次数:205
1173条   上一页 1 ... 39 40 41 42 43 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!