Chinaunix首页 | 论坛 | 博客
  • 博客访问: 87569
  • 博文数量: 19
  • 博客积分: 1863
  • 博客等级: 上尉
  • 技术积分: 205
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-20 13:58
文章分类
文章存档

2013年(2)

2012年(3)

2011年(12)

2010年(2)

我的朋友

分类: Java

2011-11-08 10:23:32

basic elements: istrue isfalse not and or xor available isset equals  filesmatch
    1、istrue isfalse:断言 真 假

   
       
                               
       

       
               
   

   
        is ture
   

   
        is false
   



    2、逻辑运算
    2.1、not 逻辑非 

   
       
            <not>
                                   
           
       

       
               
   

   
        is ture
   

   
        is false
   


    2.2、and 逻辑与

   
       
            <and>
               
                                   
           
       

       
               
   

   
        is ture
   

   
        is false
   


    2.3、or 逻辑或 xor异或 (语法上与and类似)

    3、available 是否可用

            
        
     

   
       
           
           
                       
           

       

       
               
   

   
        is ture
   

   
        is false
   



    4、isset 指定属性是否存在

   
       
   
       
           
           
       

       
               
   

   
        is ture
   

   
        is false
   


    5、equals 是否相等

   
       
   
       
           
           
       

       
               
   

   
        is ture
   

   
        is false
   

   
    6、filesmatch 比较文件
       
   
       
           
           
       

       
               
   

   
        is ture
   

   
        is false
   


阅读(1849) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~