zoukankan      html  css  js  c++  java
  • xshell工具突出显示集设置

    xshell设置突出显示集

    1、文本为黑色、背景色为红色,强调的关键字的正则表达是为

    (((bad|wrong|incorrect|improper|invalid|unsupported|bad)( file| memory)? (descriptor|alloc(ation)?|addr(ess)?|owner(ship)?|arg(ument)?|param(eter)?|setting|length|filename)|not properly|improperly|(operation |connection |authentication |access |permission )?(false|no|ko|denied|disallowed|not allowed|refused|problem|failed|failure|not permitted)|no [A-Za-z]+( [A-Za-z]+)? found|invalid|unsupported|not supported|seg(mentation )?fault|corruption|corrupted|corrupt|overflow|underrun|not ok|unimplemented|unsuccessfull|not implemented|permerrors?|fehlers?|errore|errors?|erreurs?|fejl|virhe|greška|erro|fel|(ee)|(ni)))

    2、文本为绿色、背景色为黄色,强调的关键字的正则表达是为

    ((true|yes|ok|accepted|allowed|enabled|connected|erfolgreich|exitoso|successo|sucedido|framgångsrik|successfully|successful|succeeded|success))

    3、文本为黑色、背景色为黄色,强调的关键字的正则表达是为

    (([-w[A-Za-z-]+]|caught signal [0-9]+|cannot|(connection (to (remote host|[a-z0-9.]+) )?)?(closed|terminated|stopped|not responding)|exited|no more [A-Za-z] available|unexpected|(command |binary |file )?not found|(o)+ps|out of (space|memory)|low (memory|disk)|unknown|disabled|disconnected|deprecated|refused|disconnect(ion)?|advertencia|avvertimento|attention|warnings?|achtung|exclamation|alerts?|warnungs?|advarsel|pedwarn|aviso|varoitus|upozorenje|peringatan|uyari|varning|avertissement|(ww)|(??)|could not|unable to))

    4、文本为黑色、背景色为浅红色,强调的关键字的正则表达是为

    ((last (failed )?login:|launching|checking|loading|creating|building|important|booting|starting|notice|informational|informationen|informazioni|informação|oplysninger|informations?|info|información|informasi|note|(ii)|(!!)))

    5、文本为黑色、背景色为深蓝色,强调的关键字的正则表达是为

    ((localhost|([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-4]).[0-9]+.[0-9]+.[0-9]+|null|none))

    6、文本为黑色、背景色为橘黄色,强调的关键字的正则表达是为

    (http(s)?://[A-Za-z0-9_.:/&?=%~#{}()@+-]+)
  • 相关阅读:
    Golang理解-字符串拼接的几种方式
    Golang理解-匿名函数
    Golang理解-函数变量
    Golang理解-函数声明
    安全生产的规范和机制
    服务可用性指南
    c#中Class和Struct使用与性能的区别
    asp.net HTTP请求过程
    如何设置ASP.NET站点页面运行超时
    Nginx——在Windows环境下安装(一)
  • 原文地址:https://www.cnblogs.com/gavin11/p/14233913.html
Copyright © 2011-2022 走看看