场景描述:被测系统是发布在远程服务器上的,假设IP是10.10.10.10,端口是8066,那么访问地址是http://10.10.10.10:8066/,在control机器上我设置了IP欺骗。错误现象:在场景运行时出现大量Action.c(8):
Error -27796: Failed to ...
分类:
其他好文 时间:
2014-06-04 19:04:58
阅读次数:
1295
两种方式:1.IP+SID方式
2.配置链接方式1..IP+SID方式DbHelperOracle.connectionString = string.Format(@"Data
Source=(DESCRIPTION = ...
分类:
数据库 时间:
2014-06-04 18:20:09
阅读次数:
343
使用的是Philip Hazel的Perl-Compatible Regular
Expression库,参考:http://see.xidian.edu.cn/cpp/html/1428.html执行匹配的时:gcc
myreg.cip.pat 内容:ip.*[0-9]+\.[0-9]+\.[0-...
分类:
其他好文 时间:
2014-06-03 14:07:42
阅读次数:
473
Given a string containing only digits, restore
it by returning all possible valid IP address combinations.For
example:Given"25525511135",return["255.2...
分类:
其他好文 时间:
2014-06-03 14:06:24
阅读次数:
271
exp 用户名/密码@IP:端口/数据库名 file=文件路径 full=y;exp
scebm1/ebm@10.3.10.16:1521/scebm file=D:scebm20140527.dmp//如果报错 去掉
full=y试一试分享一个,oracle查询锁表SELECT object_na...
分类:
数据库 时间:
2014-06-03 13:57:51
阅读次数:
320
參考文章:http://blog.csdn.net/yang1982_0907/article/details/171004090. 用root账户登录系统1.
卸载iBusyum remove ibus2. 将RHEL 6.4的软件源更换为CentOS 6.4的软件源参考博文:http://blo...
分类:
其他好文 时间:
2014-06-03 13:56:35
阅读次数:
684
环境:CentOS 5.0
操作系统一.安装:1.安装Vsftpd服务相关部件:[root@KcentOS5 ~]# yum install vsftpd*Dependencies
Resolved===================================================...
分类:
其他好文 时间:
2014-06-03 13:18:20
阅读次数:
388
if(bHooked == FALSE){RtlInitUnicodeString
(&HookDriverName, L"\\FileSystem\\Ntfs");//获得\Driver\VolSnap驱动对象status =
ObReferenceObjectByName (&HookDrive...
分类:
其他好文 时间:
2014-06-03 12:06:08
阅读次数:
261
通过InetAddress.getLocalHost()得到始终是“127.0.0.1”,要想得到真正的网络ip地址要通过下面的方法:首先新建一个工程,修改AndroidManifest.xml文件增加用户权限,如下:
主要函数代码如下:// 得到本机ip地址 public Strin...
分类:
移动开发 时间:
2014-06-03 11:37:10
阅读次数:
273
最近应老板要求,测试了一下CloudStack
4.2的性能,先放出一下Server端的安装过程。硬件:Centos 6.3 64bit具体安装过程如下:1 配置yum源vi
/etc/yum.repos.d/cloudstack.repo 添加一下内容[cloudstack]name=clouds...
分类:
其他好文 时间:
2014-05-30 23:11:42
阅读次数:
405