从根目录开始查找所有扩展名为.log的文本文件,并找出包含”ERROR”的行find/-typef-name"*.log"|xargsgrep"ERROR"例子:从当前目录开始查找所有扩展名为.in的文本文件,并找出包含”thermcontact”的行find.-name"*.in"|xargsgrep"thermcontact"找到以dat结尾的文件并找到
分类:
其他好文 时间:
2018-09-19 19:41:47
阅读次数:
336
事件是电脑输入设备与页面交互的响应。 事件的注册又分为静态注册和动态注册两种 事件一、onclick(下面是静态注册单击事件示例) 事件二、onload(下面是静态加载)事件 是在页面被浏览器加载完成之后。自动触发的响应 《2》动态注册onload 和 onclick 事件(单击事件 加载完成事件) ...
分类:
Web程序 时间:
2018-09-19 16:17:29
阅读次数:
216
字体属性:(font) 大小 {font-size: x-large;}(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以,单位: PX、PD 样式 {font-style: oblique;}(偏斜体) italic;(斜体) normal;(正常) 行高 {line-heig ...
分类:
Web程序 时间:
2018-09-19 14:48:01
阅读次数:
208
一、内外边距 1.外边距(margin):margin-top、margin-left、margin-right、margin-bottom 如图: 2.内边距(padding):padding-left|padding-top、padding-left、padding-buttom 如图所示 二、 ...
分类:
其他好文 时间:
2018-09-19 00:36:35
阅读次数:
208
jquery的输入框自动补全功能+ajax 2017年05月10日 18:51:39 辣姐什么鬼 阅读数:1461 标签: web前端 更多 个人分类: web前端 jquery的输入框自动补全功能+ajax 2017年05月10日 18:51:39 辣姐什么鬼 阅读数:1461 标签: web前端 ...
分类:
Web程序 时间:
2018-09-16 20:53:15
阅读次数:
223
BaoBao and DreamGrid are playing a game using a strange button. This button is attached to an LED light (the light is initially off), a counter and a ...
分类:
其他好文 时间:
2018-09-16 18:37:19
阅读次数:
221
一、语句覆盖 概念:语句覆盖是一个比较弱的测试标准,它的含义是:选择足够的测试用例,使得程序中每个语句至少都能被执行一次 测试用例:A=2,B=0,X=3 缺陷:如果代码中第一个if条件中,“A>1&&B=0”错写成“ A>1 || B=0”。该错误语句覆盖是测试不出问题 二、判定覆盖 概念:程序中 ...
分类:
其他好文 时间:
2018-09-16 15:57:28
阅读次数:
242
Jessie has a magic mirror. Every morning she will ask the mirror: 'Mirror mirror tell me, who is the most beautiful girl in the world?' If the mirror ...
分类:
其他好文 时间:
2018-09-15 20:00:54
阅读次数:
399
红帽企业或CentOS的Linux上安装MongoDB的社区版: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/ 一、安装 1、配置yum源,在yum源目录下创建一个文件 mongodb-org-4.0.rep ...
分类:
数据库 时间:
2018-09-14 19:55:49
阅读次数:
259
/// /// 类说明:Assistant /// 编 码 人:苏飞 /// 联系方式:361983679 /// 更新网站:http://www.sufeinet.com/thread-655-1-1.html /// using System.Collections; using System.... ...