Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上下文对于 Web 容器/Web 应用程序意味着什么?
Context cont = new InitialContext()初始化什么?
Context cont = new InitialContext()
通常,上下文将指定特定于您的环境的对象映射——您可能有一个生产context引用不同的 jdbc 配置而不是测试context
context
Context cont = new InitialContext() 初始化什么?
这将初始化一个空环境