我遇到一个问题,在tomcate中配置ssl后我无法看到网页我在https://localhost:8443页面打开时收到404错误 所以请帮我解决问题。我试图找到解决方案很多。但我仍面临同样的问题。
的web.xml
Sub test()
'Assign a 2D array
Dim my2DArray() As Variant
my2DArray() = [{1,2,3;4,5,6;7,8,9}]
Const DESIRED_ROW As Long = 2
'Use the Worksheet.Index function to extract an individual row
Dim myRow() As Variant
myRow = Application.WorksheetFunction.Index(my2DArray, DESIRED_ROW, 0)
Debug.Print Join(myRow, ",") 'Prints 4,5,6
End Sub
这是我的屏幕短片: