码迷,mamicode.com
首页 >  
搜索关键字:launch configuration    ( 7041个结果
indexcode
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:其他好文   时间:2014-08-23 16:45:21    阅读次数:326
SqlHelper
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; using System.Data.SqlClient; using System.Data; using System.Reflection; namespace LL...
分类:数据库   时间:2014-08-23 11:22:30    阅读次数:269
hadoop 读写 elasticsearch 初探
1、参考文档:http://www.elasticsearch.org/guide/en/elasticsearch/hadoop/current/configuration.htmlhttp://www.elasticsearch.org/guide/en/elasticsearch/hadoop...
分类:其他好文   时间:2014-08-23 09:58:30    阅读次数:213
【Nutch2.2.1源码分析之一】Nutch加载配置文件的方法
1、NutchConfiguration.java用于加载及获取Nutch的相关参数。 Utility to create Hadoop Configurations that include Nutch-specific  resources.  即它会加载hadoop及nutch中的参数文件。 关键是2个create()方法,它加载了参数文件的同时,又返回了Configuration对象...
分类:其他好文   时间:2014-08-22 22:34:26    阅读次数:359
[转]MySQL-Galera Cluster With HAproxy
When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single ent...
分类:数据库   时间:2014-08-22 21:04:19    阅读次数:527
sqlserver安装相关问题
最近在部署一个工程,数据库(sqlserver2005develop)遇到不少问题,下面将一一列出。 安装完毕后,无法连接到本地实例。 打开microsoft sql server 2005->配置工具->sql server configuration management,发现其中的sql .....
分类:数据库   时间:2014-08-22 19:31:39    阅读次数:252
20140822_BP神经网络
#include "cuda_runtime.h"#include "device_launch_parameters.h"#include "cublas_v2.h"#include "math.h"#include #include #include #include #include #if....
分类:其他好文   时间:2014-08-22 19:21:19    阅读次数:294
简单高效的asp.net目录树源代码
前台页面: 目录树 后台页面:using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using Sys...
分类:Web程序   时间:2014-08-22 15:56:58    阅读次数:245
使用ToolRunner运行Hadoop程序基本原理分析
为了简化命令行方式运行作业,Hadoop自带了一些辅助类。GenericOptionsParser是一个类,用来解释常用的Hadoop命令行选项,并根据需要,为Configuration对象设置相应的取值。通常不直接使用GenericOptionsParser,更方便的方式是:实现Tool接口,通过ToolRunner来运行应用程序,ToolRunner内部调用GenericOptionsPars...
分类:其他好文   时间:2014-08-22 13:04:18    阅读次数:693
.net操作AD域
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.DirectoryServices;namespace ...
分类:Web程序   时间:2014-08-22 10:43:16    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!