码迷,mamicode.com
首页 >  
搜索关键字:configuration    ( 5921个结果
Hadoop AWS Word Count 例子
在AWS里用Elastic Map Reduce 开一个Cluster然后登陆master node并编译以下程序:import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; ...
分类:其他好文   时间:2014-07-22 23:01:32    阅读次数:405
连接Oracle数据库的OracleHelper.cs
using System;using System.Configuration;using System.Data;using System.Data.OracleClient;using System.Collections;namespace DBUtility { /// ///...
分类:数据库   时间:2014-05-12 16:09:43    阅读次数:493
ASP.NET:以域用户身份访问网络资源
using System;using System.IO;using System.Security.Principal;using System.ComponentModel;using System.Configuration;using System.Runtime.InteropServic...
分类:Web程序   时间:2014-05-05 22:58:48    阅读次数:516
JBPM学习(二):ProcessEngine与Service API
1.获取processEngine的方法: a) 方法一 private ProcessEngine processEngine = new Configuration().setResource("jbpm.cfg.xml").buildProcessEngine(); b) 方法二 // 获取单例的ProcessEngine对象,使用的是默认的配置文件(jb...
分类:Windows程序   时间:2014-05-05 13:05:16    阅读次数:337
穿越火线修改成宽屏模式
方法1 .1在开始运行输入regedit打开注册表 2.定位到HKEY_LOCAL_MACHINE------SYSTEM------ControlSet001-------Control------- GraphicsDrivers-------Configuration ...
分类:其他好文   时间:2014-05-04 11:50:46    阅读次数:246
Myeclipse svn 安装
方法一:在线安装 1.打开HELP->MyEclipse Configuration Center。切换到SoftWare标签页。   2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris.org/update_1.6.x 3.在左边栏中找到Personal Site中找到SVN展开。将Core ...
分类:系统相关   时间:2014-05-01 18:15:35    阅读次数:373
[转]sa不能远程连接sql server 2008的解决办法
本文转自:http://www.cnblogs.com/chendaoyin/archive/2012/08/25/2656900.html方法:开始->Microsoft SQL Server 2008->配置工具目录下,打开SQL Server Configuration Manager,展开“...
分类:数据库   时间:2014-05-01 06:01:08    阅读次数:421
hadoop生态系统默认端口集合
1 HDFS服务中,默认端口集合:  1. HDFS 端口 Service Servers Default Ports Used Protocol Description Need End User Access? Configuration Parameters NameNode WebUI Master Nodes (NameNo...
分类:其他好文   时间:2014-04-29 13:24:21    阅读次数:492
HDU-2850-Load Balancing(贪心)
Problem Description In the Wide Web World, Which web server was popular in web site? Apache, nginx, lighttpd? Baidu.com use Apache, and many web sites like 163.com use nginx. Why? Its configuration i...
分类:其他好文   时间:2014-04-29 13:24:20    阅读次数:355
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not...
分类:系统相关   时间:2014-04-29 13:15:20    阅读次数:411
5921条   上一页 1 ... 589 590 591 592 593 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!