我有一个我实现的Web应用程序 Shiro Security 现在的问题是WebSocket无法正常工作。
我尝试告诉Shiro允许匿名使用 /设备运行WebSocket的设备。
Shiro urls part(shiro.ini文件):
Sub DeleteRow()
If ActiveCell.Row <= 8 Then
MsgBox "This macro should only be invoked if you are in a non-header row"
ElseIf MsgBox("Are you sure you want to delete this part?" & vbNewLine & _
vbNewLine & _
ActiveCell.EntireRow.Cells(1, "A").Value & vbNewLine & _
ActiveCell.EntireRow.Cells(1, "B").Value & vbNewLine & _
"QTY: " & ActiveCell.EntireRow.Cells(1, "M").Value, _
vbYesNo) = vbYes Then
ActiveCell.EntireRow.Delete
ActiveCell.EntireRow.Delete
ActiveCell.EntireRow.Delete
End If
End Sub