通过HBase client访问HBase时,配置如下:Configuration conf = HBaseConfiguration.create();// Zookeeper地址 conf.set(HConstants.ZOOKEEPER_QUORUM, "master.hadoop");//....
分类:
其他好文 时间:
2014-07-07 00:38:13
阅读次数:
250
使用前说明1.安装mysql数据库,安装数据库管理器EMS(SQL Manager Lite for MySQL),将数据库导入数据库管理器; 注意对配置文件my.ini的修改。2.启动resin WEB服务器,如果提示错误的话,注意检查resin.conf所使用的端口号是否被系统服务或者别的服务....
分类:
Web程序 时间:
2014-07-06 23:30:40
阅读次数:
360
界面虽然被我弄的很难看,但功能还可以里边注册表的路径自己设置一下,或者加一个创建注册表的语句,不然会报错前台:Html代码无标题页后台:C#代码usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSy...
分类:
Web程序 时间:
2014-07-06 20:26:21
阅读次数:
291
打开VMware系统时,出现错误“Invalid configuration file. File "I:/My Virtual Machines/Windows XP english Professional/Windows XP Professional.vmx" was created by ...
分类:
其他好文 时间:
2014-07-06 19:06:08
阅读次数:
175
using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:
其他好文 时间:
2014-07-05 19:57:56
阅读次数:
126
Oracle GoldenGate管理包针对OGG提供企业级的监控和管理,包含有如下模块:Oracle Enterprise Manager Plug-in. 利用OEM框架查看、管理和预警OGGOracle GoldenGate Monitor. 一个独立查看、管理、预警OGG的产品,同时提供点对...
分类:
其他好文 时间:
2014-07-05 19:54:22
阅读次数:
246
目标:使用ldap做为系统用户的数据目录,基于web管理ldap数据。安装使用YUM安装方式,由于要使用web方式管理LDAP服务器,也要安装APACHE、PHP和ldap相关的软件包。web管理使用ldap-account-manager或phpldapadmin,lam和phpldapadmin可以直接用rpm包安装。centos6.5使用openlda..
分类:
其他好文 时间:
2014-07-04 00:52:11
阅读次数:
294
Slave crash-safe replication
mysql的slave启动时,error.log中出现Warning警告:
[Warning] Slave SQL: If a crash happensthis configuration does not guarantee that the relay log info will beconsistent, Error_code: 0...
分类:
移动开发 时间:
2014-07-03 18:15:13
阅读次数:
278
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem解决办法:...
分类:
其他好文 时间:
2014-07-03 18:11:39
阅读次数:
213
简述用于windows客户端的一个异步http模块的实现
1.需要实现的feature
1.1 很容易地发起异步http请求,然后回调。
1.2 能够管理http并发数。
1.3 能够支持http超时:不依赖于curl中实现的连接超时及其它超时。
1.4 请求可以取消。
2.参与者和简要分析:
Manager:接收http请求,调用curl。
Request:封装htt...
分类:
其他好文 时间:
2014-07-03 17:33:32
阅读次数:
316