我有一个REST Web服务API,需要在进行调用之前进行身份验证。 API适用于来自java程序的调用。
现在我需要从MySQL存储过程调用相同的服务。怎么做?
注意:在调用API之前,需要使用用户名和密码进行身份验证。
这是它在java程序中的使用方式。
-m NUM, --max-count=NUM
Stop reading a file after NUM matching lines. If the input is standard input
from a regular file, and NUM matching lines are output, grep ensures that the
standard input is positioned to just after the last matching line before
exiting, regardless of the presence of trailing context lines.