test/4-char-element-ids salih/put-api-key-in-copy-curl pr/290 shu/docker_public_container_setup feature/auto-completing ykeremy/fix-router-pass-empty-redis-password v0.1.12 v0.1.11 v0.1.10 v0.1.9 v0.1.8 v0.1.7 v0.1.6 v0.1.5 ...
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()
importorg.apache.directory.server.core.factory.DirectoryServiceFactory;//導入方法依賴的package包/類privatestaticvoidstartMasterLdapServer()throwsException{ masterWorkingDir = createWorkingDir(masterWorkingDir,"master"); DirectoryServiceFactory dsf =newInMemoryDirectoryServiceFactory(...
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:...
String baseDir = FileUtil.toSystemIndependentName(StringUtil.notNullize(configuration.getProject().getBasePath())); jarApplicationConfiguration.setWorkingDirectory(baseDir); } }publicRunConfigurationcreateTemplateConfiguration(Project project){returnnewJarApplicationConfiguration(project,this,""); ...
* i-MSCP - internet Multi Server Control Panel * Copyright (C) 2010-2011 by i-MSCP team * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 ...
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 别名]#...
$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 ...
+") is not 1."); } solverFactory =SolverFactory.createFromXmlResource(partitionSolverConfigResource); } 开发者ID:ge0ffrey,项目名称:santas-stolen-sleigh,代码行数:25,代码来源:ReindeerRoutingPartitioningCustomPhase.java 示例2: getScoreOnlySolver ...