91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

javaweb快速開發(fā)框架

資源截圖

代碼片段和文件信息

package?com.iisquare.core.annotation;

import?java.lang.annotation.Documented;
import?java.lang.annotation.ElementType;
import?java.lang.annotation.Inherited;
import?java.lang.annotation.Retention;
import?java.lang.annotation.RetentionPolicy;
import?java.lang.annotation.Target;

@Documented?//?該注解將被包含在JavaDoc中
@Target({?//?應(yīng)用對象
ElementType.TYPE?//?類(接口、類、枚舉、注解)
ElementType.METHOD?//?方法
})
@Retention(RetentionPolicy.RUNTIME)?//?注解會(huì)在class字節(jié)碼文件中存在,在運(yùn)行時(shí)可以通過反射獲取到
@Inherited?//?子類可以繼承父類中的該注解
public?@interface?Permit?{
public?String?name()?default?““;?//?名稱
public?String?quote()?default?““;?//?引用同一控制器下的其他方法的權(quán)限配置
public?boolean?available()?default?true;?//?啟用權(quán)限驗(yàn)證
public?boolean?configurable()?default?true;?//?在權(quán)限配置中顯示該項(xiàng)
public?boolean?visible()?default?true;?//?在全局菜單中顯示該項(xiàng)
//?由于圖標(biāo)配置具有較大的自主性和不確定性,此處沒有提供該項(xiàng)支持
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????5670??2018-05-21?16:38??oa\.classpath

????.......???????315??2013-12-10?10:30??oa\.mymetadata

????.......??????1745??2013-11-15?18:40??oa\.project

????.......???????500??2013-11-18?11:42??oa\.settings\.jsdtscope

????.......??????1040??2013-11-18?11:42??oa\.settings\com.genuitec.eclipse.j2eedt.core.prefs

?????文件????????247??2018-05-21?16:38??oa\.settings\com.genuitec.eclipse.migration.prefs

?????文件????????144??2018-05-21?16:45??oa\.settings\org.eclipse.core.resources.prefs

?????文件????????598??2018-05-21?16:40??oa\.settings\org.eclipse.jdt.core.prefs

?????文件????????881??2018-05-21?16:38??oa\.settings\org.eclipse.wst.common.component

?????文件????????345??2018-05-21?16:38??oa\.settings\org.eclipse.wst.common.project.facet.core.xml

????.......????????49??2013-11-18?11:42??oa\.settings\org.eclipse.wst.jsdt.ui.superType.container

????.......?????????6??2013-11-18?11:42??oa\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件?????????25??2018-05-21?16:38??oa\src\meta-INF\MANIFEST.MF

????.......???????348??2013-11-18?11:53??oa\src\resources\config.properties

?????文件????????430??2018-05-23?11:28??oa\src\resources\jdbc.properties

????.......????????79??2013-11-15?18:38??oa\src\resources\log\commons-loggingproperties.properties

????.......???????498??2013-11-15?18:38??oa\src\resources\log\log4j.properties

????.......??????4653??2013-11-15?18:38??oa\src\resources\spring\applicationContext.xml

????.......??????2687??2013-11-25?11:21??oa\src\resources\struts\struts-controller.xml

?????文件????????590??2018-05-23?11:39??oa\src\resources\struts\struts-develop.xml

????.......???????324??2013-11-15?18:38??oa\src\resources\struts\struts.xml

????.......??????1128??2013-11-15?18:34??oa\src_core\com\iisquare\core\annotation\Permit.java

????.......?????15277??2013-11-25?13:46??oa\src_core\com\iisquare\core\component\CController.java

????.......???????554??2013-11-25?13:40??oa\src_frame\com\iisquare\frame\exception\CodeExpiredException.java

????.......???????504??2013-11-25?13:40??oa\src_frame\com\iisquare\frame\exception\NoLoginException.java

????.......???????532??2013-11-25?13:40??oa\src_frame\com\iisquare\frame\exception\PermitDeniedException.java

????.......???????602??2013-11-15?18:38??oa\src_frame\com\iisquare\frame\freemarker\EmptyFreemarkerModel.java

????.......???????514??2013-11-15?18:38??oa\src_frame\com\iisquare\frame\freemarker\EscapeHtmlFreemarkerModel.java

????.......???????810??2013-11-15?18:38??oa\src_frame\com\iisquare\frame\freemarker\LoadSkinResourceFreemarkerModel.java

????.......???????750??2013-11-15?18:38??oa\src_frame\com\iisquare\frame\freemarker\MillisToDateTimeFreemarkerModel.java

............此處省略921個(gè)文件信息

評論

共有 條評論