1、在无盘工作站向服务器申请IP地址时,使用的是( )协议。
A、ARP
B、RARP
C、ICMP
D、IGMP
ANSWER:B
解析:...
分类:
其他好文 时间:
2014-06-05 12:06:16
阅读次数:
228
生产环境提升rman备份速度----启动块跟踪
【环境】
AIX(5300-08)、oracle10g(10.2.0.1.0-64bit)
【目标】
由于生产环境数据量较大,欲加快rman备份的速度
【方法】
启动块跟踪
【操作】
SQL> alter database enable block changetracking using file '/home/oracle/blo...
分类:
其他好文 时间:
2014-06-05 01:15:36
阅读次数:
323
当我们创建Web Performance and Load Test
Project时,经常会遇到下面这些问题: 1. 当点击Add Recording时, 左边的record tree没有出现: 解决方法: 打开IE
Manage add-ons: Enable “Microsoft Web Te...
分类:
Web程序 时间:
2014-06-03 11:12:59
阅读次数:
369
实验平台:RHEL5.8实验拓扑:PHP配置部分:1、编译安装PHP./configure--prefix=/usr/local/php--with-mysql=mysqlnd--with-openssl--with-mysqli=mysqlnd--enable-mbstring--with-freetype-dir--with-gpg-dir--with-png-dir--with-zlib--with-libxml-dir=/usr--enable-sockets-..
分类:
数据库 时间:
2014-06-02 03:58:43
阅读次数:
296
Recently in one of my project I needed to have
an option to display the DateTimePicker allowing user to pick both the date and
the time. When I drag t...
分类:
其他好文 时间:
2014-05-29 17:46:20
阅读次数:
239
//ping.h#ifndef _CPING_H_#define
_CPING_H_#include #include #pragma pack(1)#define ICMP_ECHOREPLY 0#define
ICMP_ECHOREQ 8#define REQ_DATASIZE 32 // E....
分类:
其他好文 时间:
2014-05-28 16:59:02
阅读次数:
354
转自Joywii的博客,原文:Four Tips for Debugging in XCode
Like a Bro1.Enable NSZombie Objects(开启僵尸对象)Enable NSZombie
Objects可能是整个Xcode开发环境中最有用的调试技巧。这个技巧非常非常容易追踪...
分类:
其他好文 时间:
2014-05-28 12:03:30
阅读次数:
233
如果服务端的程序关闭后,端口不能马上释放掉,需要等一会才能小时,在这之间再启动服务程序是起不来的,但是可以用这个函数,边面这种情况,服务程序关闭后,可以马上再起一次,不会冲突了。listenfd
= socket(AF_INET, SOCK_STREAM, 0);/* Enable addres.....
分类:
其他好文 时间:
2014-05-27 23:42:16
阅读次数:
399
1、DETERMINISTIC函数-- Create deterministic PV
function.CREATE OR REPLACE FUNCTION pv( future_value NUMBER, periods NUMBER,
interest NUMBER )RETURN NUMBE...
分类:
数据库 时间:
2014-05-25 15:30:11
阅读次数:
625