<?xml?version="1.0"?encoding="utf-8"?>
<configuration>
??<configSections>
????<section?name="entityFramework"?type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection,?EntityF...
分类:
数据库 时间:
2014-11-11 19:24:52
阅读次数:
192
1、IP地址配置不正确:打开 Microsoft SQL Server 2005配置工具下的SQL Server Configuration Manager,选择MSSQLSERVER协议, 然后双击右边窗口的TCP/IP,在弹出窗口中检查IP配置。2、可能是因为VIA协议启用造成的。解决方法如下:...
分类:
数据库 时间:
2014-11-11 18:45:14
阅读次数:
175
1、在“Solution Explorer”中找到要调试的dll项目,点击右键,选择Set as StartUp Project,将dll设置为调试启动项目;然后选择dll项目,点击右键,选择Properties,打开属性页设置页面;
2、在Properties 页面的中,选择Configuration Properties下拉菜单,然后选择Debugging;
3、在Debuggin...
分类:
编程语言 时间:
2014-11-11 16:44:14
阅读次数:
183
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Configuration;using System.CodeDom;using System.CodeDom.C...
分类:
Web程序 时间:
2014-11-11 15:50:21
阅读次数:
266
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下: ...
分类:
其他好文 时间:
2014-11-11 12:20:22
阅读次数:
197
选择 run configuration -> target -> Automatic -> 在 launch a new Android Virtual Device 选择你需要的版本启动,等待启动完成如果启动后,Choose a running Android device里没有出现选择项运行 ...
分类:
移动开发 时间:
2014-11-10 23:06:38
阅读次数:
487
Registering DbProviderFactories Each .NET Framework data provider that supports a factory-based class registers configuration information in theDbProv...
分类:
数据库 时间:
2014-11-10 19:34:48
阅读次数:
373
ubuntu14.04,eclipse下操作hbase。下面是一个利用hbase java api操作hbase,查看hbase中表student1列族情况的example:
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseCo...
分类:
系统相关 时间:
2014-11-10 15:33:33
阅读次数:
182
上传两个文件到hdfs上的input文件夹下
代码如下:
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io...
分类:
系统相关 时间:
2014-11-10 13:47:40
阅读次数:
179
环境:
Linux系统centOS6.3(64bit)
hadoop1.1.2
Linux下Eclipse版本
最大值算法代码:
package yunSave;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop....
分类:
编程语言 时间:
2014-11-10 12:11:39
阅读次数:
269