码迷,mamicode.com
首页 >  
搜索关键字:fire    ( 562个结果
day12
一、awk文本处理。 1、打印uid在30-40范围内的用的用户名 答: [root@fire ~]# awk -F: '41>$3 && $3>29{print $1}' /etc/passwd 2、打印第5-10行的行号和用户名。 答: [root@fire ~]# awk -F: '11>NR ...
分类:其他好文   时间:2017-03-26 10:33:42    阅读次数:148
UVA11624(KB1-J)
Fire! Joe works in a maze. Unfortunately, portions of the maze have caught on fire, and the owner of the maze neglected to create a fire escape plan. ...
分类:其他好文   时间:2017-03-01 14:10:34    阅读次数:203
FZU2150(KB1-I)
Fire Game Accept: 1955 Submit: 6880Time Limit: 1000 mSec Memory Limit : 32768 KB Accept: 1955 Submit: 6880Time Limit: 1000 mSec Memory Limit : 32768 K ...
分类:其他好文   时间:2017-02-28 16:36:25    阅读次数:227
UVa 11624 Fire!(着火了!)
UVa 11624 - Fire!(着火了!) Time limit: 1.000 seconds Description - 题目描述 Joe works in a maze. Unfortunately, portions of the maze have caught on fire, and ...
分类:其他好文   时间:2017-02-21 01:15:49    阅读次数:344
FZU 2150 Fire Game(点火游戏)
FZU 2150 Fire Game(点火游戏) Time Limit: 1000 mSec Memory Limit : 32768 KB Problem Description - 题目描述 Fat brother and Maze are playing a kind of special ( ...
分类:其他好文   时间:2017-02-12 00:00:06    阅读次数:413
jq Deferred的源码实现
Deferred的实现主要是依靠jq的callbaks方法的,他是对callbacks的封装,先来看看callbacks的一段小代码 可以看出cb在调用fire方法时就会执行回调函数,那么他是怎么实现的呢,其实是这样的,callbacks里面有一个数组list用来存储回调函数,而Callbacks通 ...
分类:其他好文   时间:2017-01-22 19:12:38    阅读次数:184
selenium1(转)
Selenium IDE 测试创建 涉及使用IDE Selenium创建测试,如下面的步骤 记录和测试添加命令 保存测试记录 保存测试程序 执行测试记录 在测试中记录和添加命令 为了演示目的,我们将利用www.ncalculators.com,了解selenium的特点。 步骤 1 : 启动Fire ...
分类:其他好文   时间:2017-01-19 12:08:52    阅读次数:222
python 爬照片 模拟浏览器 先登录账号
# -*- coding: utf-8 -*-"""Created on Mon Mar 7 10:53:40 2016 @author: root"""import urllib2import sslfrom selenium import webdriver sel=webdriver.Fire ...
分类:编程语言   时间:2017-01-16 13:57:15    阅读次数:184
(FZU 2150) Fire Game (bfs)
题目链接:http://acm.fzu.edu.cn/problem.php?pid=2150 Problem Description Fat brother and Maze are playing a kind of special (hentai) game on an N*M board ( ...
分类:其他好文   时间:2017-01-12 19:00:36    阅读次数:237
centos7 关闭firewall安装iptables并配置
一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable fire ...
分类:其他好文   时间:2017-01-12 12:44:31    阅读次数:208
562条   上一页 1 ... 18 19 20 21 22 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!