应用程序连接测试数据库时报ORA-12516:TNS:listener could not find
available handler with matching protocol stack 检查监听日志文件,发现大量的TNS-12516错误 cd
/u01/app/oracle/product...
分类:
其他好文 时间:
2014-05-16 18:23:03
阅读次数:
247
1:what is computer networks? network core
:routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer
:FTP、电子邮件、DNS、P2P app...
分类:
其他好文 时间:
2014-05-16 06:51:19
阅读次数:
259
HTTP协议HTTP(HyperText Transfer
Protocol)协议是应用层协议,是一个基于请求(request)/响应(response)模式的、无状态的(stateless)协议HHTP
URLhttp://hostname[:port][abs_path]浏览器与服务器连接的一般...
分类:
编程语言 时间:
2014-05-15 16:34:34
阅读次数:
384
1、简介
目前,在IP网络中实现实时语音、视频通信和应用已经成为网络应用的一个主流技术和发展方向,本文详细介绍IP协议族中用于实时语音、视频数据传输的标准协议RTP(
Real-time Transport Protocol)和RTCP(RTP Control Ptotocol)的主要功能。 2.....
分类:
其他好文 时间:
2014-05-15 10:19:54
阅读次数:
259
最小化安装OracleEnterpriseLinux6.5新建虚拟机开始安装系统安装完成后查看虚拟机大小查看内存资源占用情况修改网卡设置:配置网卡vi/etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0TYPE=EthernetUUID=d6a9eff4-4273-4681-a93f-4b43110d2365ONBOOT=yesNM_CONTROLLED=yesB..
分类:
其他好文 时间:
2014-05-15 00:50:43
阅读次数:
416
vi/etc/sysconfig/network-scripts/ifcfg-eth0ONBOOT=no改成ONBOOT=no然后重启网络service
network restart
分类:
其他好文 时间:
2014-05-14 22:24:24
阅读次数:
251
算了下复杂度好像是n^3 就感觉不大好做。结果n^31a。。。
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define eps 1e-9
#define PI acos(-1.0)
#define N 1005
#define inf ...
分类:
Web程序 时间:
2014-05-14 20:11:42
阅读次数:
309
物理机上的文件夹或盘符直接挂载到虚拟机上使用。VM--SettingsOptions--SharedFolders--勾选Alwaysenabled,勾选MapasanetworkdriveinWindowsguests在点击下面的添加来添加共享的文件夹选择路径可以看到虚拟机中的共享文件夹已经出现在Windows中了
分类:
其他好文 时间:
2014-05-14 17:03:58
阅读次数:
352
mysql_connect(): Connection using old (pre-4.1.1)
authentication protocol
refused解决方法有如下三种:1、服务器端升级启用secure_auth选项;2、客户端连接时off掉secure_auth,即连接时加上--sec...
分类:
数据库 时间:
2014-05-14 12:42:12
阅读次数:
528
Microsoft发布了他们自己对Apache
Avro通信协议的实现。Avro被描述为“紧凑的二进制数据序列化格式,类似于Thrift或者Protocol
Buffers”,同时还有像Hadoop这样的分布式处理环境所需要的额外功能。 为了让该协议尽可能地快,Microsoft Avro类库会在运...
分类:
其他好文 时间:
2014-05-14 10:59:37
阅读次数:
336