ZooKeeper 秘诀 与解决方案A Guide to Creating Higher-level Constructs with ZooKeeperOut of the Box Applications: Name Service, Configuration, Group Membership...
分类:
其他好文 时间:
2014-11-23 18:52:51
阅读次数:
339
/** A new configuration where the behavior of reading from the default
* resources can be turned off.
*
* If the parameter {@code loadDefaults} is false, the new instance
* will no...
分类:
其他好文 时间:
2014-11-23 16:10:02
阅读次数:
186
Hbase支持的Hadoop版本http://hbase.apache.org/book/configuration.html#hadoop解压文件后,配置conf目录下的3个文件:hbase-env.sh(设定JAVA_HOME)regionserver(将slaves相应的IP加入)hbase-...
分类:
其他好文 时间:
2014-11-22 20:12:55
阅读次数:
264
=================================================================客户端检查站点的时候报错,如图。原因是SCCM没有对配置好的站点边界做如下的勾选,如图。总结:在没有勾寻将此边界组用于站点分配”之前,使用SCCM依然是可以成功推送安装客户端代理的,但是客户端代理会报..
分类:
其他好文 时间:
2014-11-22 19:01:27
阅读次数:
429
PL/SQL配置大小写转换等快捷键
Tools(工具) --> Preferences(首选项) --> Key Configuration(键配置)
然后修改自己需要的快捷键方式...
分类:
数据库 时间:
2014-11-21 23:17:46
阅读次数:
24393
SQL>startup 报错ora-00119 ora-00130 出现上述错误应该是数据库的监听文件出了问题,修改listener.ora文件: # listener.ora Network Configuration File: D:\app\WCWEN\product\11.2.0\clien...
分类:
数据库 时间:
2014-11-21 14:03:36
阅读次数:
171
Redhat/Centos 安装oracle11gR2时出现以下错误: [INS-20802] Oracle Net Configuration Assistant failed 查看对应日志文件,信息如下: INFO: Oracle Net Services Configuration: INFO...
分类:
数据库 时间:
2014-11-21 14:00:46
阅读次数:
180
开始菜单--Oracle - OraClient10g_home1--配置和移植工具--Net Configuration Assistant 打开窗口如下: 选择 本地Net服务名配置 点 下一步 选择添加 点 下一步 输入服务名以开发部门的开发服务器为例:246为orcl, 245为v7dev,...
分类:
数据库 时间:
2014-11-21 13:57:03
阅读次数:
186
在spring的<task:*> XML名字空间功能一样,使用在Configuration类如下: ?? ?@Configuration ?? ?@EnableScheduling ?? ?public class AppConfig { ?? ??? ?//@Bean 定义 ?? ?} ?? ?在sprin...
分类:
其他好文 时间:
2014-11-21 06:59:16
阅读次数:
220
mvc使用JsonResult返回Json数据
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Configuration;
using System.Data.SqlClient;
using ...
分类:
Web程序 时间:
2014-11-21 01:31:50
阅读次数:
207