我创建了一个名为mission-man的 multi-module-maven 项目。
右击任务人员或 mission-man-web >运行方式>在服务器上运行,欢迎页面 welcome.xhtml 会成功显示。
我的问题是:我希望在拖放任务人员耳后显示带有another method
的欢迎页面,该页面显示 welcome.xhtml wildfly 。
换句话说,我希望在将ear项目拖放到服务器上之后显示欢迎页面 welcome.xhtml A = [3 2 5 7 1 2 8 1]
BST.floor(i)+1
currentSS longestSSAfterB longestSSinC smallest BST
A[0]=3 1 0+1=1 max(1,0+1)=1 [3] [(3→1)]
A[1]=2 1 0+1=1 max(1,0+1)=1 [2] [(2→1)]
A[2]=5 2 (2→1)->1+1=2 max(2,1+1)=2 [2,5] [(2→1), (5→2)]
A[3]=7 3 (5→2)->2+1=3 max(3,2+1)=2 [2,5,7] [(2→1), (5→2), (7→3)]
A[4]=1 1 0+1=1 max(1,0+1)=1 [1,5,7] [(1→1), (5→2), (7→3)]
A[5]=2 2 (1→1)->1+1=2 max(2,1+1)=2 [1,2,7] [(1→1), (2→2), (7→3)]
A[6]=8 3 (7→3)->3+1=4 max(4,2+1)=4 [1,2,7] [(1→1), (2→2), (7→3)]
A[7]=1 1 0+1=1 max(1,0+1)=1 [1,5,7] [(1→1), (5→2), (7→3)]
Longest substring = max(longestSSinC) = 4
。
你有没有想过要解决我的问题?任何帮助将非常感激。
答案 0 :(得分:0)
Eclipse是开源的,JBoss Tools(假设您正在使用它)是开源的。
因此你可以: