classname造句
例句与造句
- You can serve servlets by classname or via a normal url alias
您可以通过类名或正常的url别名来提供servlet 。 - Recall that your servlet is in the servlets class , so its classname is
还记得servlet在servlets类中,所以它的类名是 - The component of the path after the base is assumed to be the classname for the servlet
假设基本路径后面的路径组件是servlet的类名。 - This document describes a mechanism to create instances of classes using their classname
这个项目演示了通过类名来创建类实例的一种方法。 - This feature makes it possible for anyone that knows the classname of any servlet to invoke it directly
这个功能使得任何人都知道任何servlet的类名,从而可以直接调用它。 - It's difficult to find classname in a sentence. 用classname造句挺难的
- Automatic factory from microsoft - this document describes a mechanism to create instances of classes using their classname
这个项目演示了通过类名来创建类实例的一种方法。 - The alias problem is further aggravated by the feature known as serve servlets by classname , which brings us to our next recommendation
通过类名提供servlet这一功能进一步加剧了别名问题,这就引出了我们的下一个推荐。 - We will take a closer look at those files later , but it is important to know that their filenames follow the pattern classname . hbm . xml
稍后我再深入介绍这些文件,但重要的是要清楚它们的文件名要遵守classname . hbm . xml这个模式。 - The list of classes that can be created using their classname happens automatically ( when new classes are defined , they automatically become part of the list of registered classes )
一列类可以根据其名字自动创建(当定义新类时,它自动地成为注册类的一部分) 。