java源文件 meaning in Chinese
java source file
Examples
- Jibx 2 . 0 takes a more flexible approach , initially adding new methods after existing user methods in a java source file , but then replacing code directly if the set of generated methods is modified by later binding compiles
Jibx 2 . 0采用一种更灵活的方式:开始时,在java源文件中已经存在的用户方法后添加新生成的方法,但是如果生成的方法被后来的绑定编译修改了,则直接替换掉原来的代码。 - In this scenario , instead of providing a fully - constructed j2ee application , you place in a directory the individual parts of the application , such as java source files that represent servlets or ejbs , static resources , xml files , and so on
在本例中,不提供完全构造好的j2ee应用程序,而将应用程序的各个部分(如表示servlet或ejb的java源文件、静态资源、 xml文件等等)放置的一个目录中。