資源簡介
此代碼可以導入Eclipse中,運行tomcat7源碼,包含tomcat7運行時所要添加的jar包,運行環(huán)境JDK1.7,導入即可立即運行使用
代碼片段和文件信息
/*
?*?Licensed?to?the?Apache?Software?Foundation?(ASF)?under?one?or?more
?*?contributor?license?agreements.??See?the?NOTICE?file?distributed?with
?*?this?work?for?additional?information?regarding?copyright?ownership.
?*?The?ASF?licenses?this?file?to?You?under?the?Apache?License?Version?2.0
?*?(the?“License“);?you?may?not?use?this?file?except?in?compliance?with
?*?the?License.??You?may?obtain?a?copy?of?the?License?at
?*?
?*??????http://www.apache.org/licenses/LICENSE-2.0
?*?
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
?*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
?*?See?the?License?for?the?specific?language?governing?permissions?and
?*?limitations?under?the?License.
?*/
package?javax.annotation;
import?java.lang.annotation.ElementType;
import?java.lang.annotation.Retention;
import?java.lang.annotation.RetentionPolicy;
import?java.lang.annotation.Target;
@Target({ElementType.ANNOTATION_TYPE?ElementType.CONSTRUCTOR?
????ElementType.FIELD?ElementType.LOCAL_VARIABLE?ElementType.METHOD?
????ElementType.PACKAGE?ElementType.PARAMETER?ElementType.TYPE})
@Retention(RetentionPolicy.SOURCE)
public?@interface?Generated?{
????public?String[]?value();
????public?String?date()?default?““;
????public?String?comment()?default?““;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-25?16:41??tomcat7\
?????文件?????????716??2017-12-25?16:38??tomcat7\.classpath
?????文件?????????383??2017-12-25?15:58??tomcat7\.project
?????目錄???????????0??2017-12-25?15:58??tomcat7\.settings\
?????文件?????????670??2017-12-25?16:40??tomcat7\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2017-12-25?16:44??tomcat7\bin\
?????文件???????11963??2017-12-25?16:00??tomcat7\bin\catalina.policy
?????文件????????5506??2017-12-25?16:00??tomcat7\bin\catalina.properties
?????文件????????1428??2017-12-25?16:00??tomcat7\bin\context.xm
?????目錄???????????0??2017-12-25?16:40??tomcat7\bin\javax\
?????目錄???????????0??2017-12-25?16:40??tomcat7\bin\javax\annotation\
?????文件?????????637??2017-12-25?16:40??tomcat7\bin\javax\annotation\Generated.class
?????文件?????????396??2017-12-25?16:40??tomcat7\bin\javax\annotation\PostConstruct.class
?????文件?????????390??2017-12-25?16:40??tomcat7\bin\javax\annotation\PreDestroy.class
?????文件????????1201??2017-12-25?16:40??tomcat7\bin\javax\annotation\Resource$AuthenticationType.class
?????文件?????????903??2017-12-25?16:40??tomcat7\bin\javax\annotation\Resource.class
?????文件?????????427??2017-12-25?16:40??tomcat7\bin\javax\annotation\Resources.class
?????目錄???????????0??2017-12-25?16:40??tomcat7\bin\javax\annotation\security\
?????文件?????????433??2017-12-25?16:40??tomcat7\bin\javax\annotation\security\DeclareRoles.class
?????文件?????????393??2017-12-25?16:40??tomcat7\bin\javax\annotation\security\DenyAll.class
?????文件?????????409??2017-12-25?16:40??tomcat7\bin\javax\annotation\security\PermitAll.class
?????文件?????????447??2017-12-25?16:40??tomcat7\bin\javax\annotation\security\RolesAllowed.class
?????文件?????????418??2017-12-25?16:40??tomcat7\bin\javax\annotation\security\RunAs.class
?????目錄???????????0??2017-12-25?16:40??tomcat7\bin\javax\ejb\
?????文件?????????629??2017-12-25?16:40??tomcat7\bin\javax\ejb\EJB.class
?????文件?????????398??2017-12-25?16:40??tomcat7\bin\javax\ejb\EJBs.class
?????目錄???????????0??2017-12-25?16:40??tomcat7\bin\javax\el\
?????文件????????5113??2017-12-25?16:40??tomcat7\bin\javax\el\ArrayELResolver.class
?????文件?????????943??2017-12-25?16:40??tomcat7\bin\javax\el\BeanELResolver$1.class
?????文件????????2995??2017-12-25?16:40??tomcat7\bin\javax\el\BeanELResolver$BeanProperties.class
?????文件????????2416??2017-12-25?16:40??tomcat7\bin\javax\el\BeanELResolver$BeanProperty.class
............此處省略4979個文件信息
- 上一篇:java_圖書管理系統(tǒng).zip
- 下一篇:高校設備管理系統(tǒng)
評論
共有 條評論