/********************************************************************** * Can't locate find.pl in @INC (@INC contains: /etc/perl xxxx) at perlpath.pl line 7. * 说明: * 在Ubuntu 18.04上编译Yocto,出现的find.pl找不到的问题,只需要将find.pl放在 * /etc/perl目录就行了. * * 2018-6-14…
以前自己也写过Windows下自动打开多个浏览器测试某个URI,提高浏览器兼容性测试效率. 但是写的browse.bat文件还是最基础简陋的 @echo off if '%1'=='-c' ( start /d "C:\Program Files\Google\Chrome\Application\" chrome.exe -new-tab %2 exit ) if '%1'=='-f' ( start /d "C:\Program Files\Mozilla Firefox…
##sample  test windows 调试存储过程, 总体指导思想使用pl/sql test windows 调试存储过程,存储过程调试 可以用  run  to next exception 按钮,找到绑定变量值,导入SQL 手工执行 #########sample 0 ---如何在 PL/SQL Block 端查看执行的SQL. The SQL statement within the PL/SQL block is actually stored separately, but y…
mha check的时候报错问题解决:   # masterha_check_ssh --conf=/data/mha/app1.cnf Can't locate Log/Dispatch.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/sh…
PL/SQL函数 examples:“ 构造一个邮件地址 v_mailing_address := v_name||CHR(10)||                                   v_address||CHR(10)||v_state||                                  CHR(10)||v_zip;转换员工姓名为小写 v_ename    := LOWER(v_ename); 转换函数:TO_CHAR.TO_DATE.TO_NUMBER…
Perl用很多默认操作和习惯用法,如果对某些代码不确定,perl编译器的真实理解方式,可以用Deparse模块反汇编看一下. 比如下面代码: while(<STDIN>){ print "hello\n"; } perl编译器会默认对<STDIN>加上defined关键词,来保证<STDIN>接收的不是空字符之类的代表假的布尔值.我们可以用反汇编手段验证一下: 1.把以上内容保存到t.pl文件中. fly@noi:~$ perl -MO=Depars…
简介 Nagios 是一款自动化运维工具,可以协助运维人员监控服务器的运行状况,并且拥有报警功能.本文章将介绍其安装方法和详细的配置方法. nagios 监控服务应用指南 本地资源:负载,CPU,磁盘,内存.IO,RAID,温度,passwd文件变化,本地所有文件指纹识别 网络服务:端口,URL,丢包,进程,网络流量 其他设备:交换机,打印机,windows等. 业务数据:用户登录失败次数,用户登录网站次数,输入验证码失败的次数,某个API接口流量并发,电商网站订单,支付交易的数量 nagios…
环境:AIX 6.1 + Oracle 10.2.0.4 现象:在做xtts测试时,源环境使用Oracle自带的perl执行xttdriver.pl报错如下: $ $ORACLE_HOME/perl/bin/perl xttdriver.pl Can't locate Getopt/Long.pm in @INC (@INC contains: /project/aix5l64/main/APACHE/perl/bin/AIX/Opt/lib/5.8.3/aix-thread-multi /pr…
Overview Oracle E-Business Suite Integrated SOA Gateway allows you to use PL/SQL application programming interfaces (APIs) to insert or update data in Oracle E-Business Suite. APIs are stored procedures that let you update or retrieve data from Oracl…
[root@openfire-x86v-app01 20141118-0931]# tsung_stats creating subdirectory data creating subdirectory gnuplot_scripts creating subdirectory images warn, last interval (8) not equal to the first, use the first one (10)No data for BoshNo data for Matc…