概述 在oracle安装目录$HOME/network/admin下,,经常看到sqlnet.ora tnsnames.ora listener.ora这三个文件,除了tnsnames.ora,其他两个文件详细的用途很多人都不太了解。sqlnet.ora 用在oracle client端,用于配置连...
分类:
数据库 时间:
2014-07-03 09:52:46
阅读次数:
274
1.Bridged 桥接 会选择你电脑上的真实的网卡和你的计算机进行通信,设置成和你真实机同一网段的IP,就可以进行通信,并且可以和局域网内的其他用户进行通信。2.NAT 使用已共享的IP地址 会使用 VMware Network Adapter VMnet83.Host-only 与主机共享一.....
分类:
其他好文 时间:
2014-07-02 23:53:53
阅读次数:
357
照抄大牛的Demo,自己信心满满地建好个各种项,结果死活不让通过,遇到了以下几个问题(大部分是自己作出来的...)1.运行不起来,报错如下Error 26:SQL Server does not allow remote connections. (provider: SQL Network Int...
分类:
Web程序 时间:
2014-07-02 18:18:33
阅读次数:
226
[root@node4~]#cat/etc/sysconfig/network-scripts/ifcfg-bond0DEVICE=bond0ONBOOT=yesBOOTPROTO=staticIPADDR=10.240.217.104NETMASK=255.255.255.0GATEWAY=10.240.217.1USERCTL=noBONDING_OPTS="mode=0miimon=100"[root@node4~]#cat/etc/sysconfig/network-scripts/ifcfg-eth..
分类:
其他好文 时间:
2014-07-02 11:52:05
阅读次数:
194
全球范围来看,移动及互联网流量的增长速度是空前的,导致此现象的缘由包括云服务的增长及其宽带和基于互联网的视频点播服务的增长。Cisco预计,从2012至2017年,全球互联网IP流量将增至三倍,达到每月120艾字节,而移动数据流量将增长13倍,达到每月逾11艾字节...
分类:
其他好文 时间:
2014-07-02 11:28:06
阅读次数:
214
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
这段时间公司实行代理上网,不仅通过浏览器上网须要不停的输入username和password,在本地调试程序时候Eclipse居然也弹出框让输入username和password。如图:解决的方法:windows--preferences--general---Network Connection....
分类:
系统相关 时间:
2014-07-01 22:00:21
阅读次数:
400
系统环境:Centos6.5 x64虚拟机:vmware10网络连接:桥接,选好之后在选择网卡(本机实际上网走的网卡)设置网络: setup (网络这设置工具)service network restarts(重启网络)桥接用的是自己网卡的网络,想要虚拟机上网,必要要四个条件:ip地址,子网掩码,....
分类:
其他好文 时间:
2014-07-01 19:23:45
阅读次数:
326
题目链接:点击打开链接
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define inf 1152921504606846976
#define ll __int64
#define N 2005
ll n;
ll dp[...
分类:
其他好文 时间:
2014-06-30 19:16:06
阅读次数:
317