Hadoop端口说明:默认端口 设置位置 描述信息8020 namenode RPC交互端口8021 JT RPC交互端口50030 mapred.job.tracker.http.address JobTracker administrative web GUI JOBTRACKER的HTTP服务...
分类:
其他好文 时间:
2014-09-19 15:26:05
阅读次数:
168
ios开发笔记----exc_bad_access(code=1, address=0x789870)野指针错误,假死debug状态2014-04-30 我来说两句 来源:ios开发笔记----exc_bad_access(code=1, address=0x789870)野指针错误,假死debug...
分类:
数据库 时间:
2014-09-19 11:34:55
阅读次数:
268
[root@testdb11b ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory.Adding read,write permissions for group.Removin...
分类:
数据库 时间:
2014-09-19 00:59:02
阅读次数:
363
/**
*获取本地ip
*@return
*/
privateStringgetLocalIpAddress(){
try{
Stringipv4=null;
List<NetworkInterface>nilist=Collections.list(NetworkInterface.getNetworkInterfaces());
for(NetworkInterfaceni:nilist){
List<InetAddress>iali..
分类:
移动开发 时间:
2014-09-18 16:47:14
阅读次数:
205
#include "ace/INET_Addr.h"
//"tango.cs.wustl.edu:1234"
//"128.252.166.57:1234"
explicit ACE_INET_Addr (const char address[], int address_family = AF_UNSPEC);
ACE_INET_Addr addr("221.226...
分类:
Web程序 时间:
2014-09-18 16:37:14
阅读次数:
220
1. 功能bMap.js 可根据地理位置调用出百度地图,采用弹出框形式2.用法var city = '青岛市';var address = '香港中路';bMap.init({ city : city, address : address });3.依赖需自行引入jquery以及layer.js(弹...
/* * BitSets are packed into arrays of "words." Currently a word is * a long, which consists of 64 bits, requiring 6 address bits. * The ...
分类:
编程语言 时间:
2014-09-18 16:08:04
阅读次数:
254
系统:centos6.5今天,在重启网卡的时候发现了如下的问题[root@localhost~]#servicenetworkrestart正在关闭接口eth0:[确定]关闭环回接口:[确定]弹出环回接口:[确定]弹出界面eth0:Determiningifipaddress192.168.100.201isalreadyinusefordeviceeth0...[确定]开始以为是IP地..
分类:
Web程序 时间:
2014-09-18 03:16:43
阅读次数:
360
ofibz登陆功能有通过电子邮件找会密码的功能,但找回密码功能需要配置一个发送email的邮箱账号和smtp服务器的配置,具体配置如下:1:在ofbiz数据库的表product_store_email_setting中找到from_address字段,将该字段中值全部修改成配置的默认发送账号2:在g...
分类:
其他好文 时间:
2014-09-18 00:39:12
阅读次数:
351
1、常用q-查询字符串,这个是必须的。如果查询所有*:*,根据指定字段查询(Name:张三 AND Address:北京)fq- (filter query)过虑查询,作用:在q查询符合结果中同时是fq查询符合的,例如:q=Name:张三&fq=CreateDate:[20081001 TO 200...
分类:
其他好文 时间:
2014-09-17 18:06:02
阅读次数:
423