首页 / 词典 / good

init

  • 初始化;系统初始化;初始化函数
initinit
  1. Then we need to init a word module .

    然后需要用init初始化一个word模块。

  2. Next , we need to init the comment module for Blahg .

    接下来,需要用init为Blahg初始化comment模块。

  3. I also had to declare my init () method as public .

    我还必须把init()声明为public。

  4. The following line runs the init function on the initial page load

    下一行在初始页面加载时运行init函数

  5. , because the init () method belongs to an object .

    ,因为init()方法属于一个对象。

  6. Run Level : Execute when the system has entered the init level .

    RunLevel:在系统进入init级别时执行。

  7. My init () method is neither static nor public .

    我的init()方法既不是static,也不是public。

  8. With either case , deploying a new init system can require some risk .

    不管怎样,部署新的init系统都会有一些风险。

  9. This data is dynamically loaded in the init function .

    将在init函数中动态加载此数据。

  10. The init () function is called when the Web page is loaded .

    当加载这个Web页面时就会调用这个init()功能。

  11. Also notice the presence of a Boolean variable named init .

    另外还要注意名为init的Boolean变量的存在。

  12. It is the job of init to start up the rest of the system .

    启动系统的其余部分是init的工作。

  13. Constructors are also easy using the init block .

    构造函数也可以方便地使用init块。

  14. Next , the kernel will start the system initialization process init which will become process number one .

    接下来,内核将启动系统初始化进程init,这将成为第一个进程。

  15. The init process is Linux 's first process , parent to all the other processes .

    init进程是Linux的第一个进程,它是所有其他进程的父进程。

  16. Within each security context , a new init is started for the private server instance .

    在每个安全上下文中,会为专用服务器实例启动一个新的init。

  17. Download the latest BASE SOURCE file for INIT .

    下载INIT的最新BASESOURCE文件。

  18. All init parameters are treated as String objects .

    所有init参数都是String对象。

  19. Updating the init script to support job processing servers

    修改init脚本以支持任务处理服务器

  20. The ? init ? method provides an initialization routine for rule bean .

    “init”为规则bean提供了初始化程序。

  21. CHUser : : init will be called the first time it 's used .

    首次使用时,将会调用CHUser::init。

  22. When the container loads the filter for the first time , the init () method is called .

    当容器第一次加载该过滤器时,init()方法将被调用。

  23. At the end of the kernel boot sequence , the init process starts .

    在内核引导序列的结尾,会启动init进程。

  24. The body element specifies an init function is to be called once the body loads .

    这个body元素规定:一旦这个body加载,就会调用一个init()函数。

  25. The init method initializes a set of parameters for the servlet instance .

    这个init方法为Servlet实例初始化了一套参数。

  26. Linux uses the init process to initialize the services and applications that make Linux useful .

    Linux使用了init进程来对组成Linux的服务和应用程序进行初始化。

  27. Initializing the portlet and putting it into service ( init method )

    初始化Portlet并将其放入服务中(init方法)

  28. For a servlet-based implementation bean , the init method is called .

    对于一个基于servlet的实现bean,调用init方法进行初始化。

  29. There are two methods available through the ServletConfig interface for working with init parameters .

    通过ServletConfig接口提供了两个处理init参数的方法。

  30. Init will wait until this command completes before doing anything else .

    init将等待直至该命令完成,然后再执行其他操作。