'''logger =EspaLogging.get_logger(settings.PROCESSING_LOGGER)# Don't do anything if they matchifinput_format == output_format:return# Change to the working directorycurrent_directory = os.getcwd() os.chdir(work_directory)try:# Convert from our internal ESPA/ENVI format to GeoTIFFifinput_form...
server.Site(static.File('dist/')))# Advertise the node to the networkreactor.callLater(.1, self.advertise)# Create a taskbar iconOsSpecific.TaskbarApplet(self.stop, self, outbound_nodes)# Start Twistedreactor.run()
publicRedisServer(RedisConnection connection, string serviceQueue,IServiceFactoryserviceFactory) {this.connection = connection;this.serviceFactory = serviceFactory;this.serviceQueue = serviceQueue;this.receiveState =0; } 开发者ID:yonglehou,项目名称:ServiceProxy,代码行数:7,代码来源:RedisServer.cs 示例8:...
importcom.intellij.execution.configuration.ConfigurationFactoryEx;//導入依賴的package包/類@OverridepublicvoidcreateAndRunConfiguration(@NotNull ServerType<?> serverType, @Nullable RemoteServer<?> remoteServer){ DeployToServerConfigurationType configurationType = DeployToServerConfigurationTypesRegistrar.getDeployCo...
log.debug("Apache server started: [command] %s, [output] %s"% (php_start_command, output)) 开发者ID:AlmavivA,项目名称:stratos,代码行数:9,代码来源:PhpServerStarterPlugin.py 示例4: DefaultHealthStatisticsReader ▲点赞 2▼ # 需要导入模块: from modules.util.log import LogFactory [as 别名]#...
*/publicstaticsynchronizedCFMLEnginegetInstance(CFMLEngineFactoryfactory, BundleCollection bc){if(engine ==null) {if(SystemUtil.getLoaderVersion() <6.0D) {// windows needs 6.0 because restart is not working with older versionsif(SystemUtil.isWindows())thrownewRuntimeException("You need to update a...
$output->writeln('<error>'. $file .' is not readable.</error>');return1; }if(!is_writable($file)) { $output->writeln('<error>'. $file .' is not writable.</error>');return1; } $json =newJsonFile($file); $composer = $json->read(); ...
element = session.nav.wait_until_element((strategy, value % subnet_name))# Item is listed in 'All Items' list and not# 'Selected Items' list.self.assertIsNotNone(element) 开发者ID:anarang,项目名称:robottelo,代码行数:32,代码来源:test_location.py ...
Factory::getLog()->log(LogLevel::DEBUG,'Not removing processed file '. $filename); }if($post_proc->break_after && $result ===true) { $configuration->set('volatile.breakflag',true);returntrue; }// This is required to let the backup continue even after a post-proc failure$this->re...
self.assertGreaterEqual(json.count('"title":'),1,"Question api end point not working!") 开发者ID:atassumer,项目名称:django-public-project,代码行数:9,代码来源:api_test.py 示例4: test_project_part_end_point ▲点赞 1▼ # 需要导入模块: from fixtures.project_factory import Projec...