zoukankan      html  css  js  c++  java
  • 如何查看现有项目SSH版本

    查看现有项目的struts和hibernate和spring版本

    1. 查看 struts.jar/META-INF/MANIFEST.MF
    再查看 Implementation-Version
    看后面的数字..

    Manifest-Version: 1.0
    Specification-Title: Struts Framework
    Class-Path:  commons-beanutils.jar commons-collections.jar commons-dig
     ester.jar commons-fileupload.jar commons-logging.jar commons-validato
     r.jar jakarta-oro.jar
    Created-By: 1.3.1_04-b02 (Sun Microsystems Inc.)
    Ant-Version: Apache Ant 1.6.1
    Implementation-Title: Struts Framework
    Specification-Version: 1.2.7
    Specification-Vendor: The Apache Software Foundation
    Implementation-Vendor-Id: org.apache
    Extension-Name: Struts Framework
    Implementation-Version: 1.2.7
    Implementation-Vendor: The Apache Software Foundation


    2.Spring的版本信息
    查看 Spring.jar/META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.5
    Created-By: 1.5.0_12-b04 (Sun Microsystems Inc.)
    Implementation-Title: Spring Framework
    Implementation-Version: 2.0.8
    Spring-Version: 2.0.8
    Premain-Class: org.springframework.instrument.InstrumentationSavingAgent


    2.hibernate3的版本信息
    查看 hibernate3.jar/META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Created-By: 1.4.2_11-b06 (Sun Microsystems Inc.)
    Ant-Version: Apache Ant 1.6.5
    Implementation-Title: Hibernate3
    Hibernate-Version: 3.2.3.ga
    Implementation-Version: 3.2.3.ga
    Implementation-Vendor: hibernate.org

    原文: http://blog.csdn.net/xiaxiaorui2003/article/details/4582778

  • 相关阅读:
    css3变换与过度
    之前做过的js练习题
    关于js中的array部分
    js复习内容
    关于js封装函数的一些东西
    html中padding和margin的区别和用法与存在的bug消除
    JS 实现百度搜索功能
    JS正则表达式的基础用法
    CSS3 动画及过渡详解
    JS的for循环小例子
  • 原文地址:https://www.cnblogs.com/vaer/p/4350835.html
Copyright © 2011-2022 走看看