Using Prefix Instead of Infix Notation - macromedia COLDFUSION MX 7 Web Application Construction Kit [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

macromedia COLDFUSION MX 7 Web Application Construction Kit [Electronic resources] - نسخه متنی

Ben Forta, Raymond Camden, Leon Chalnick, Angela Buraglia

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید











  • Using Prefix Instead of Infix Notation


    You can specify all Verity operators except for the evidence operators (STEM, WILDCARD, and WORD) using prefix notation.

    For instance, suppose you have several search words on which you want to use the NEAR operator. Instead of sticking <NEAR> between each word, you can just specify NEAR once and then put the list of words in parentheses. The following two lines are equivalent:


    CRITERIA="sick <NEAR> days <NEAR> illness"
    CRITERIA="<NEAR>(sick,days,illness)"


  • / 281