APPLIES TO: Oracle Application Object Library - Version 12.1.3 to 12.1.3 [Release 12.1] Information in this document applies to any platform. Checked ...
分类:
其他好文 时间:
2014-10-29 21:23:53
阅读次数:
456
APPLIES TO: Navigation: Help > Diagnostics > Custom Code > Personalize or Help > Diagnostics > Examine The Issue can occur from any form or from any r...
分类:
其他好文 时间:
2014-10-29 21:21:31
阅读次数:
186
Error:Servicehasnohostsand/orservice_description今天配置nagios的时候,遇到一个报错,颇为头疼了一段时间,特此记录。环境:centos6.5nagiso4.0.8故障现象:#/usr/local/nagios/bin/nagios-v/usr/local/nagios/etc/nagios.cfgNagiosCore4.0.8Copyright(c)2009-presentNagio..
分类:
移动开发 时间:
2014-10-29 19:38:29
阅读次数:
510
在使用fedora系统的yum源的时候出现了...
分类:
系统相关 时间:
2014-10-29 19:24:19
阅读次数:
281
$h = Get-SPServiceHostconfig$h.Provision()$services = Get-SPServiceApplicationforeach ($service in $services) { $service.provision(); write-host $serv...
分类:
移动开发 时间:
2014-10-29 19:19:03
阅读次数:
365
在OpenWRT SDK 编译 hello demo的时候出现错误:Package hello is missing dependencies for the following libraries: libc.so.6发现以前可以编译通过,现在编不过了,奇怪。后来在网上找原因,有的说改libc.p...
1 nohup./redis-server 1>log.log 2>error.log &2 nohup./elasticsearch -f &3 nohup ./bin/logstash -f redis.conf &4
分类:
其他好文 时间:
2014-10-29 18:57:35
阅读次数:
963
问题:
在eclipse 4.4(luna)版本,安装veloeclipse 2.0.8时,在即将完成的时候出现以下错误提示:
An error occurred while installing the items session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.int...
分类:
系统相关 时间:
2014-10-29 17:12:03
阅读次数:
204
测试批量插入mysql
<?php
set_time_limit(0);
$st= microtime(true);
$con = mysql_connect("localhost","root","111");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("test", ...
分类:
数据库 时间:
2014-10-29 17:10:38
阅读次数:
186
这个只是一点点经验,总结一下,其中前两个对应第一个Error,后两个对应第二个Error,如果heap space还不够,可以再改大些。...
分类:
编程语言 时间:
2014-10-29 17:07:42
阅读次数:
226