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

資源簡(jiǎn)介

含最新上海區(qū)劃地圖示例的Echart2最新版下載!老版本的echart2首先官網(wǎng)沒(méi)有地圖應(yīng)用了,其次矢量地圖已無(wú)法下載,我這邊有2018.5月最新修改的矢量地圖,含在項(xiàng)目包里:test子目錄里

資源截圖

代碼片段和文件信息

/*
?*?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.
?*/

/**
?*?RunRat?is?used?to?call?Apache?Rat.
?*
?*
?*?(1)?Usage:
?*
?*?Prepare?in?command?line:
?*?‘‘‘shell
?*?cd?${echartsbaseDir}/build/rat
?*?‘‘‘
?*
?*?Check?all:
?*?‘‘‘shell
?*?java?RunRat
?*?‘‘‘
?*
?*?Get?help:
?*?‘‘‘shell
?*?java?RunRat?--help
?*?‘‘‘
?*
?*?Notice?that?most?of?the?arguments?is?the?same?as?Apache?Rat
?*?only?‘--dir‘?and?‘--exclude‘?should?not?be?specified.
?*
?*?Ohter?feature?of?Apache?Rat:
?*?‘‘‘shell
?*?java?RunRat?[option]
?*?‘‘‘
?*
?*?Rebuild:
?*?‘‘‘shell
?*?javac?RunRat.java
?*?‘‘‘
?*
?*
?*?(2)?Why?call?Apache?Rat?via?‘RunRat‘?
?*
?*?Because?Apache?Rat?only?support?specifying?file?name?(in?regexp?or?wildcard)?in?its
?*?“exclude“?file?but?not?support?specifying?file?path?(in?regexp?or?wildcard)?which
?*?is?commonly?necessary?in?the?“ignore/exclude“?file?of?this?kind?of?features.
?*
?*?For?example:
?*?the?file?path?“aaa/lib“?(with?slash)?is?not?supported.?But?if?only?specifying?“l(fā)ib“
?*?all?of?the?directories?“l(fā)ib“?are?excluded?which?is?not?expected.
?*
?*?(See?‘org.apache.rat.walker.Walker#isIgnore‘?for?details?where?the?file?‘dir‘?is?not
?*?actually?used?by?‘org.apache.commons.io.filefilter.RegexFileFilter#accept‘?and
?*?‘org.apache.commons.io.filefilter.WildcardFileFilter#accept‘.)
?*
?*?So?use?this?tool?as?a?workaround.
?*/

import?java.io.File;
import?java.lang.reflect.Method;
import?java.util.ArrayList;

import?javassist.ClassPool;
import?javassist.CtClass;
import?javassist.CtMethod;
import?javassist.Loader;

public?class?RunRat?{

????private?String?defaultRatMainClassName?=?“org.apache.rat.Report“;

????private?Method?ratReportMainMethod;

????private?File?ecbaseDir;

????private?ArrayList?ratArgList?=?new?ArrayList();

????public?static?void?main(String[]?args)?throws?Exception?{

????????RunRat?runRat?=?new?RunRat();

????????runRat.prepareArgs(args);

????????runRat.prepareLibs(args);

????????runRat.callRat();
????}

????private?void?prepareArgs(String[]?args)?throws?IllegalArgumentException?{
????????boolean?reportTplSpecified?=?false;
????????for?(int?i?=?0;?i?????????????String?argStr?=?args[i];

????????????if?(argStr.equals(“--dir“)
????????????????||?argStr.equals(“-d“)
???

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\
?????文件?????????483??2018-05-07?17:54??incubator-echarts-master\.editorconfig
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\.github\
?????文件????????1080??2018-05-07?17:54??incubator-echarts-master\.github\CONTRIBUTING.md
?????文件?????????862??2018-05-07?17:54??incubator-echarts-master\.github\ISSUE_TEMPLATE.md
?????文件????????2102??2018-05-07?17:54??incubator-echarts-master\.gitignore
?????文件????????1340??2018-05-07?17:54??incubator-echarts-master\.jshintrc
?????文件????????1342??2018-05-07?17:54??incubator-echarts-master\.jshintrc-dist
?????文件??????????92??2018-05-07?17:54??incubator-echarts-master\.npmignore
?????文件?????????903??2018-05-07?17:54??incubator-echarts-master\.rat-excludes
?????文件?????????553??2018-05-07?17:54??incubator-echarts-master\DISCLAIMER
?????文件????????4059??2018-05-07?17:54??incubator-echarts-master\KEYS
?????文件???????13180??2018-05-07?17:54??incubator-echarts-master\LICENSE
?????文件?????????181??2018-05-07?17:54??incubator-echarts-master\NOTICE
?????文件????????5217??2018-05-07?17:54??incubator-echarts-master\README.md
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\asset\
?????文件????????7323??2018-05-07?17:54??incubator-echarts-master\asset\logo.png
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\bootstrap\
?????文件??????121260??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\bootstrap\bootstrap.min.css
?????文件???????36868??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\bootstrap\bootstrap.min.js
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\filesaver\
?????文件????????2849??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\filesaver\FileSaver.min.js
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\jquery\
?????文件??????257551??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\jquery\jquery-2.2.4.js
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\lodash\
?????文件??????522093??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\lodash\lodash.js
?????目錄???????????0??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\vue\
?????文件???????76807??2018-05-07?17:54??incubator-echarts-master\benchmark\dep\vue\vue.min.js
?????文件????????1138??2018-05-07?17:54??incubator-echarts-master\benchmark\gulpfile.js
............此處省略1104個(gè)文件信息

評(píng)論

共有 條評(píng)論