Prepending the name of the current servlet context.
在前面附加当前servlet上下文的名称。
2
Next, edit the PATH environment variable by prepending the following to the existing value
接下来,将以下参数预先设置为现有值,以编辑 PATH 环境变量
3
You can delve deeper into how a query is written by prepending EXPLAIN to the query, which will return the query plan instead of the result set, as show in Listing 2.