zoukankan      html  css  js  c++  java
  • everything的使用

    https://www.voidtools.com/support/everything/searching/

    打开多个everything进程 

    https://www.voidtools.com/support/everything/multiple_instances/

    Multiple Instances

    By default there is only one instance of Everything.

    When you run Everything.exe it will check for an existing instance. If an existing instance is found the command line options are sent and processed by the existing instance. If no existing instance is found a new one is created.

    To run multiple instances of Everything use Named instances.

    Named instances

    By default Everything uses the unnamed instance.

    Assign unique names to Everything instances to use multiple instances.

    There can only be one instance for each unique name.

    To assign a name to the instance:

    Use the -instance command line option to specify the instance name when starting Everything.exe.

    For example:

    Everything.exe -instance "ETP Server"

    Named instances use unique settings and data.

    For example, the named instanced "ETP Server" will use Everything-ETP SERVER.ini as the settings file.

    The name of the instance is located in the Everything search window caption and in the tooltip when hovering over the tray icon with the cursor.

    在指定文件夹中进行搜索

    比如想要在E:GitHubKerryJiangSuperSocket-dotnetcore文件夹中搜索log4net

    log4net E:GitHubKerryJiangSuperSocket-dotnetcore

    如果路径中带有空格的话,需要加双引号

    SE_Point_File_mapping (1).xls "D:ChuckLuInstallation packages"

    右键菜单中增加everything

    忽略配置

     搜到不到sql文件或者vsdx文件

    确保搜索的是everything,而不是document或audio之类的

    仅搜索文件夹名字

    folder:"red gate"

    end with

    endwith:<text> Filenames (including extension) ending with text.

    通过正则来实现start with 和end with的组合

    regex:^al.exe$

    folder:regex:^powershell$

  • 相关阅读:
    公平锁,非公平锁,乐观锁,悲观锁
    需求分析
    需求的获取渠道
    php将中文字符串分割为数组
    面试题
    ecshop中错误
    应用上线前必须进行的10个QA测试
    资料1
    tp数据库配置
    Web开发思路
  • 原文地址:https://www.cnblogs.com/chucklu/p/8707216.html
Copyright © 2011-2022 走看看