In this case they would have to either load the extensions manually or via a initialization script.
但如果这样的话,他们就不得不通过手工或者初始化脚本来装载扩展。
Therefore, the paper first discusses the influence of the initialization of FCM, then presents a initialization method based on Binarv MorPholcgy.
本文首先讨论了FCM算法初始化对聚类结果的影响,然后提出了一种基于形态处理的FCM初始化方法。
Similarly, you can create a pool of parsers-one per thread-at initialization time.
类似地,在初始化期间可以创建一个解析器池(每个线程创建一个)。
In every example thus far we've had a semicolon saying that's our initialization.
在每个例子中,有我们有一个分号来指明,那是我们的初始化。
To do this, run a workload's initialization workload; when it's finished, you can run the actual workload.
为此,要运行工作负载的初始化步骤;完成之后,就可以运行实际的工作负载。
The time for the first call to each method is not included in the average, so initialization time isn't a factor in the results.
平均值中不包括每种方法第一次调用的时间,因此初始化时间不是结果中的一个因素。
The example uses a lazy initialization approach and caches a reference to the Public Key from the CA Certificate to avoid the need to reload it each time the handler is invoked.
该实例使用滞后初始化的方案并缓存CA证书中的公共密匙的引用来避免每次处理程序调用时都要重新加载它。
You feel that a custom metaclasses is overkill for the simple job of class initialization, and you would rather use a simpler solution.
您觉得对于类初始化这类简单的工作使用自定义元类是杀鸡用牛刀,所以想要使用一种更为简单的解决方案。
As indicated in Figure 3, the client loads a customizable initialization file while launching (1).
如图3所示,客户机在启动时装载一个可定制的初始化文件(1)。
You can avoid this problem by performing application initialization from a high-priority RT thread.
您可以通过从一个高优先级rt线程执行应用程序初始化来避免这个问题。
This function performs a large amount of subsystem initialization.
这个函数执行了大量的子系统初始化操作。
Each STDLL must provide at least a token-specific initialization function.
每个STDLL必须至少提供一个特定于令牌的初始化函数。
A sample initialization script is provided by Michiel.
这里Michiel提供的一个示例初始化脚本。
As with the jcarousel method, a hash of initialization parameters allows you to customize the behavior of the tabs method.
与jcarousel方法一样,可以通过传递初始化参数的散列来定制tabs方法的行为。
Take a quick look at the initialization code in init.rb, shown in Listing 3.
快速浏览一下init . rb中的初始化代码,如清单3所示。
A data source can be thought of as a factory for a facade, providing configuration properties that enable the instantiation and initialization of a data source facade.
数据源可以看作是虚包(facade)工厂,它提供了各种配置属性,从而可以实现数据源虚包的实例化和初始化。
When you're done with a condition variable, you can release any resources allocated during initialization with a call to pthread_cond_destroy .
当不再使用条件变量时,应该调用pthread_cond_destroy释放它在初始化时分配的资源。
The Wicket team recommends the move to a ServletFilter for initialization as opposed to using the WicketServlet from 1.2.
Wicket团队推荐将ServletFilter用作初始化,而不是1.2里所使用的WicketServlet。
Add sysctl -p to a system initialization file to set kernel parameters after each reboot.
添加sysctl - p到一个系统初始化文件中,以便在每次重新启动时设置内核参数。
At initialization time, a device driver allocates a net_device structure and then initializes it with its necessary routines.
在进行初始化时,设备驱动程序会分配一个net _ device结构,然后使用必须的程序对其进行初始化。
One way to handle this is to provide a public static initialize method that throws a checked exception when initialization fails.
处理这个问题的一种方法是提供一个公共静态initialize方法,初始化失败时该方法将抛出一个检查到的异常。
In Listing 1, you saw several simple statements, including a variable initialization, a method invocation (the type method), and a multiplication operation.
在清单1中,您看到了几个简单的语句,包括一个变量初始化、一个方法调用(type方法)和一个乘法操作。
Make sure the initialization parameter config points to the struts configuration file, and then add a new initialization parameter named struts-servlet-mapping.
确保初始化参数config指向struts配置文件,然后添加一个新的名为struts - servlet - mapping的初始化参数。
Lazy initialization is quite useful in a number of scenarios when the initialization can occur as part of the first request to an object.
在很多情况下,当初始化可以作为针对对象的第一个请求的一部分发生时,惰性初始化很有用。
VM initialization starts trace with a small set of trace points that are captured to wrap around in-storage buffers.
VM初始化过程用一小组跟踪点启动跟踪,这些跟踪点被捕捉到回绕式存储内缓冲区中。
When the database is configured to retain logs, each time a log is filled, a request is issued for allocation and initialization of a new log.
当将数据库配置成保留日志,每当写满一个日志时,就会发出一个分配和初始化一个新日志的请求。
Normally, we would do as much initialization as possible in a lazy manner (delayed or when needed).
通常,我们尽可能多地以惰性方式(延迟或在需要时)执行初始化。
Last but not least, the BIOS does a fair amount of initialization work.
最后一点(但不是最不重要的一点),BIOS还需要做相当多的初始化工作。
Each section of executable code is run when a particular event becomes necessary, including events like the initialization of a library and the main starting entry point of the program itself.
每个可执行代码段将在需要特定的事件时执行,这些事件包括库的初始化和该程序本身主入口点。
Each section of executable code is run when a particular event becomes necessary, including events like the initialization of a library and the main starting entry point of the program itself.
每个可执行代码段将在需要特定的事件时执行,这些事件包括库的初始化和该程序本身主入口点。
应用推荐