码迷,mamicode.com
首页 >  
搜索关键字:mdt rules    ( 1776个结果
leetcode527 - Word Abbreviation - hard
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. 1. Begin wit ...
分类:其他好文   时间:2018-09-09 15:16:18    阅读次数:155
Fiddler如何添加ServerIP显示
使用Fiddler工具抓包时,显示Server IP会很直观,现备注下配置Fiddler主页面显示Server IP的方法。 在主页面选择“Rules->Custom Rules”,打开它的ScriptEditor 在Static function Main()函数里,增加一行代码,之后保存。它是: ...
分类:其他好文   时间:2018-09-07 20:13:09    阅读次数:163
在Linux服务器上添加ip白名单允许ssh登录访问
vi /etc/hosts.allow # hosts.allow This file contains access rules which are used to # allow or deny connections to network services that # either use ...
分类:系统相关   时间:2018-09-06 20:04:16    阅读次数:928
Hadoop分布式环境搭建
作者:gqk: 使用多个服务器访问hadoop的各个进程; Hadoop分布式环境搭建准备工作: 克隆三个虚拟机: 机器规划: 更改两个机器的MAC的地址 更改网卡并配置: 1)修改网卡:克隆的机子网卡默认为eth1 改为eth0,,MAC改为本机的 vim /etc/udev/rules.d/70 ...
分类:其他好文   时间:2018-09-06 19:59:30    阅读次数:217
Fiddler查看接口响应时间
有时候,某些接口访问过慢,我们需要测试接口查看响应时间,从而进行优化。(由于fiddler自带的没有进行响应时间的统计,所以我们需要给他添加新的规则) 首先打开Fiddler,在菜单栏上面找到Rules->CustomRules 默认是记事本打开,我是通过复制,用vs打开 我们把下面的代码复制到 c ...
分类:其他好文   时间:2018-09-06 12:33:40    阅读次数:1163
HDU - 5973 Game of Taking Stones (威佐夫博弈 高精度)
题目描述: Two people face two piles of stones and make a game. They take turns to take stones. As game rules, there are two different methods of taking st ...
分类:其他好文   时间:2018-09-06 03:00:49    阅读次数:212
[mess] [chez] 通过 define-syntax 定义 let*
```scheme (define-syntax let* (syntax-rules () [(_ () e1 e2 ...) (let () e1 e2 ...)] [(_ ((i1 v1) (i2 v2) ...) e1 e2 ...) (let ([i1 v1]) (let* ([i2 v2... ...
分类:其他好文   时间:2018-09-03 22:00:28    阅读次数:206
vue中简单的修改密码校验的代码
<el-form :inline="true" :model="ruleForm" ref="ruleForm" :rules="rules" label-width="120px" size="medium"> <el-row class="text-center"> <el-col :span= ...
分类:其他好文   时间:2018-09-03 13:53:07    阅读次数:2139
PAT 1014 Waiting in Line
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules ...
分类:其他好文   时间:2018-09-02 15:30:11    阅读次数:171
MDT2013客户端部署报错
mdt 2013 0xc0000001
分类:其他好文   时间:2018-09-02 11:57:04    阅读次数:176
1776条   上一页 1 ... 40 41 42 43 44 ... 178 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!