zoukankan      html  css  js  c++  java
  • 基于配置文件的查询,xml文件sample


    <?xml version="1.0" encoding="GB2312"?>      
    <query title="箱量查询">      
      
    <statements>      
       
    <statement name="querysdsmpf" database="DB2">      
        
    <titles>      
           
    <title>代码</title>      
           
    <title>20f</title>      
        
    </titles>      
       
    </statement>      
       
    <content>      
          
    <![CDATA[select smcode,20f from sdflib.sdsmpf       
          where smcode=@smcode and       
                smdate>=@fromdate and      
                smdate<=@todate 
    ]]>      
       
    </content>      
      
    </statements>      
      
    <conditions>      
         
    <condition name="smcode" title="代码类型" type="String" length=3  pairtype="None"/>      
         
    <condition name="fromdate" title="起始日期" type="Interger" length=8  pairtype="OneMonth"/>      
         
    <condition name="todate" title="结束日期" type="Interger" length=8  pairtype="OneMonth"/>      
      
    </conditions>      
    </query>      
          

  • 相关阅读:
    贝叶斯公式推导
    三种常量池
    SpringCloud使用Feign实现服务间通信
    springCloud配置本地配中心SpringCloudConfig
    SpringApplication执行流程
    调用shutdown.sh后出现could not contact localhost8005 tomcat may not be running报错问题
    TCP协议详解
    web.xml配置说明
    第一份offer
    博客CSS
  • 原文地址:https://www.cnblogs.com/wildfish/p/106149.html
Copyright © 2011-2022 走看看