查了一下怕忘記紀錄一下
- y = f(t) 是一般常見的函式,代表給定一個t值,丟到f函式中會回傳一個值給y。
- y = max f(t) 代表:y 是f(t)函式所有的值中最大的output。
- y = arg max f(t) 代表:y 是f(t)函式中,會產生最大output的那個參數t
原文:http://kevingo75.blogspot.tw/2009/04/arg-arg-max.html
org.apache.jasper.JasperException:絕對URI:http://java.sun.com/jsp/jstl/core不能在web.xml或使用該應用程序的jar文件部署解決
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:410)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:117)