oracle安装出现getproces,oracle安装问题

一.引入问题

帮朋友在CentOS上安装一个10g的Oracle,结果朋友的CentOS版本是6.2的版本,最新的一个版本,不过Linux上基本都差不多,所以按照以前的步骤,迅速的操作起来,结果遇到N多以前没有遇到过的错误。安装被迫中断,尝试忽略之前的错误,又会遇到其他的错误。

1.1

ins_ctx.mk 问题

[oracle@xd logs]$ tail installActions2012-05-05_01-20-00PM.log

INFO: collect2: ld returned 1 exit status

INFO: make: *** [ctxhx] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'install' of makefile

'/u01/app/oracle/product/10.2.0/db_1/ctx/lib/ins_ctx.mk'.See

'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'for

details.

Exception Severity: 1

[oracle@xd logs]$ yum install gcc

Loaded plugins: fastestmirror,refresh-packagekit, security

You need to be root to perform thiscommand.

[oracle@xd logs]$ rpm -qa

--queryformat"%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep

libgcc

libgcc-4.4.6-3.el6 (i686)

libgcc-4.4.6-3.el6 (x86_64)

1.2

ins_rdbms.mk 问题

[oracle@xd logs]$ tail installActions2012-05-05_01-20-00PM.log

INFO: make[1]: Leaving

directory`/u01/app/oracle/product/10.2.0/db_1/rdbms/lib'

INFO: make: *** [extproc32] Error 2

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'all_no_orcl' of

makefile

'/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'.See

'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'for

details.

Exception Severity: 1

1.3

ins_emdb.mk 问题

[oracle@xd logs]$ tail installActions2012-05-05_01-20-00PM.log

INFO: make[1]: Leaving directory

`/u01/app/oracle/product/10.2.0/db_1/sysman/lib'

INFO: make: *** [nmccollector] Error 2

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'collector' of

makefile'/u01/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'

fordetails.

Exception Severity: 1

1.4

ins_net_client.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

INFO:

/usr/bin/ar:/u01/app/oracle/product/10.2.0/db_1/lib32/nnfgt.o: No

such file or directory

INFO: make: *** [nnfgt.o] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'nnfgt.o' of

makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.5

ins_precomp.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

INFO: /bin/chmod: cannot

access`/u01/app/oracle/product/10.2.0/db_1/precomp/lib/proc': No

such file ordirectory

INFO: make:

***[/u01/app/oracle/product/10.2.0/db_1/precomp/lib/proc] Error

1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'relink' of

makefile'/u01/app/oracle/product/10.2.0/db_1/precomp/lib/ins_precomp.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.6

ins_plsql.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

collect2: ld returned 1 exit status

INFO: make: *** [wrap] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'install' of

makefile'/u01/app/oracle/product/10.2.0/db_1/plsql/lib/ins_plsql.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.7

ins_net_server.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

collect2: ld returned 1 exit status

INFO: make: *** [tnslsnr] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'install' of

makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_server.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.8

ins_nau.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

INFO: ld returned 1 exit status

INFO: make: *** [oklist] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'ioklist iokinit

iokdstry' of

makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_nau.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.9

ins_ldap.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

collect2: ld returned 1 exit status

INFO: make: *** [ldapadd] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'clientonlyinstall' of

makefile'/u01/app/oracle/product/10.2.0/db_1/ldap/lib/ins_ldap.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.10

ins_srvm.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

INFO: ld returned 1 exit status

INFO: make: *** [rawutl] Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target'install' of

makefile'/u01/app/oracle/product/10.2.0/db_1/srvm/lib/ins_srvm.mk'.

See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log'

fordetails.

Exception Severity: 1

1.11

ins_has.mk 问题

[oracle@xd logs]$

tailinstallActions2012-05-05_01-51-59PM.log

collect2: ld returned 1 exit status

INFO: make: ***

[/u01/app/oracle/product/10.2.0/db_1/racg/lib/racgmain]Error 1

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

因为之前没有在CentOS 6.2

上安装过Oracle,所以开始也是争对具体情况去分析,饶了一圈之后,最终定位是安装之前少包了,才导致在安装过程中一些Binary

Options不能进行link。用yum 把需要的包全部打上之后,再次安装就没有问题了。

这里要清楚一个概念,就是Binary Options, 其就是Oracle 的组件,我们在把Oracle

安装到系统上时,会对这些组件进行一个link的操作,我们这里因为少了包导致不能进行link。

这次是太大意了,安装之前没有去检查包是否安装全了,因为根据以往的经验,把没有的包打上就可以了,没想到还有其他的包少了。所以操作中务必小心,要按照文档步骤来。

其实在Linux

6平台下,可以使用oracle-rdbms-server-11gR2-preinstall包来操作,这个包会帮我们解决很多问题,包括前期包的依赖性和相关的参数配置工作,关于该包的使用,具体参考:

在Oracle Linux5中参考:

二.MOS

上部分解决方法

对第一部分列出的问题,这里从MOS上摘取2个的解决方案。

2.1

Ins_net_client.Mk 问题一

MOS 文章:

'Error In Invoking Target Ntcontab.o OfMakefile

Ins_net_client.Mk' [ID 341621.1]

2.1.1

Symptoms

A popuperror occurs during the

installation of the Oracle9i R2 Client (9.2.0.1)on Sun Solaris 5.9

(64-bit).

Popup error message:

Error in invoking target ntcontab.o of makefile

ins_net_client.mk

2.1.2

Cause

Expected defaultSun Solaris installed utilities (from Sun

Packages) not present in /usr/ccs/bindirectory.

Instead thefollowing utilities were symbolically linked to other

provider (packaged)utilities and/or renamed in the '/usr/ccs/bin'

directory:

/usr/ccs/bin/ar >> was symbolically linked to

/software/binutils/bin/ar(original ar was

moved ot a new name)

/usr/ccs/bin/as >> was moved to a new name

/usr/ccs/bin/ld >> was symbolically linked to

software/binutils/bin/ld(original ld was

moved ot a new name)

Investigation with System Administrator.

2.1.3 Solution

To implement the solution, please executethe following

steps:

1. Request the System Administrator remove the symbolic links and

restore theexpected default Sun Solaris installed utilities (at

least long enough tocomplete the Oracle Client installation and

relinking.

2. Once in place, run the Oracle9i R2 Client installation, or

manually relinkthe Oracle Client:

--手工relink Oracle

client

Run:

cd $ORACLE_HOME/network/lib

make -f ins_net_client.mk nnfgt.o

make -f ins_net_client.mk ntcontab.o

make -f ins_net_client.mk client_sharedlib

make -f ins_net_client.mk install

cd $ORACLE_HOME/sqlplus/lib

make -f ins_sqlplus.mk install

cd $ORACLE_HOME/bin

relink client

2.2

Ins_net_client.Mk 问题二

MOS 文章:

Installing OracleAS on a Linux 64bit: Errorin invoking target

ntcontab.o of makefile ins_net_client.mk [ID 400301.1]

2.2.1

Symptoms

While installingthe Application

Server 10.1.2.0.2 on a Linux 64 bit distribution

(e.g.RedHat 4.0 64bit) the following error may be

raised in a pop up windowwhen the Universal

Installer starts linking the binaries:

Error ininvoking target 'ntcontab.o' of

makefile'/myoraclehome/network/lib/ins_net_client.mk'

The error may beraised by any installation type (Infrastructure,

Metadata Repository, IdentityManagement, Midtiers).

2.2.2

Changes

Toinstall the Application Server 10.1.2.0.2 in

a Linux 64bit O/S we need totailor the environment so

the gcc compiler works as a

32bitcompiler. By default the gcc compiler

bundled with the Linux x86 64bitdistributions works in 64bit

mode.

2.2.3

Cause

There were 2 issues preventing thecompilation:

1) The /usr/bin/gcc compiler need to bewrapped to compile in

32bit mode and pick up the crt1.o file

2) The /usr/lib/crt1.o file was missing.

2.2.4

Solution

Firstly review the advice given in:

Note:377359.1 HandlingOracle

Application Server 10g Relinking Errors on Redhat and Suse 64-bit

Linux

If the advice in this note does not lead to a solution,try the

work-around steps given below.

1) Create ashell script

/usr/bin/gcc containing the following entries. Note the scriptwill

differ depending on the gcc version. Create a different shell

scriptdepending on the gccNN version:

For gcc32:

#!/bin/sh

exec /usr/bin/gcc32 -m32 -static -libgcc -B/usr/lib/ "$@"

For gcc33:

#!/bin/sh

exec /usr/bin/gcc33 -m32 -static -libgcc -B/usr/lib/ "$@"

For gcc34:

#!bin/sh

exec /usr/bin/gcc34 -m32 -static -libgcc

-B/usr/lib-L/usr/lib/gcc/x86_64-redhat-linux/3.4.3/32 "$@"

2) Install the glibc-devel-2.3.4-2.25(32bit) RPM and verify you

have /usr/lib/crt1.o afterwards

3) Verify libdb.so.2 is

installedin the system. The file should be there if

gnome-libs-1.4.1.2.90-34.1 (orlater) is installed:

rpm -qa |grep gnome-libs ==> Verifygnome-libs is there

rpm -ql gnome-libs-1.4.1.2.90-34.1| grep

libdb ==> Verify libdb.so.2 isincluded in the

rpm

4) Retry the failed relink and continue theinstallation.

2.3

ins_ctx.mk 问题

MOS 文章:

Error in Invoking Target 'Install' of Makefile

$ORACLE_HOME/ctx/lib/ins_ctx.mk [ID 362285.1]

2.3.1

Symptoms

While executingthe link phase of an Oracle Database Server

installation on LINUX x86-64 thefollowing error

occurs:

$ORACLE_HOME/bin/ctxhx fails to relink witherror

/usr/bin/ld: cannot find -lgcc_s_32

2.3.2

Cause

Missing required 32bit RPMs for:

libgcc

Per :

Note851598.1 Linux OS

Requirements Reference List for Database Server

2.3.3

Solution

1. Check if you have the missing RPMinstalled. For example:

rpm -qa --queryformat"%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n"

| grep libgcc

libgcc-4.1.2-48.el5 (x86_64) <<<64bit

version

libgcc-4.1.2-48.el5 (i386) <<<32bit version

2. Install any missing RPM's per:

Note851598.1 Linux OS

Requirements Reference List for Database Server

In this case libgcc-4.1.2-48.el5 (i386) <<<32bit version

was missing.

3. Relink per

Note131321.1 How

to Relink Oracle Database Software on UNIX/LINUX

for example:

% relink all > /tmp/relink.txt2>&1

4. Check relink.txt for errors

三.Relink Oracle

Database 说明

MOS文章:

How to Relink Oracle Database Software on UNIX [ID 131321.1]

3.1

背景说明

Applicationsfor UNIX are generally not distributed as complete

executables.

Oracle,like many application vendors who create products for UNIX,

distributeindividual object files, library archives of object

files, and some sourcefiles which then get "relinked" at the

operating system level duringinstallation to create usable

executables. This guarantees a reliable

integration with functions provided by the OSsystem libraries.

UNIX平台下的应用通常不是作为一个完整的可执行文件来部署的。Oracle 分散部署单独的对象文件,对象文件的library archives 和一些源文件,然后在安装过程中,在系统级别获取这些对象的link,并用其创建可执行文件。

3.1.1 在以下情况下会自动进行Relink

Relinking occurs automatically under thesecircumstances:

(1)An Oracle product has beeninstalled with an Oracle provided

installer.

(2)An Oracle patch set has beenapplied via an Oracle provided

installer.

3.1.2 The

following information has been added to the 'Certify' section of

MyOracleSupport:

General Notes For Oracle

Database - Enterprise Edition:

O/S Information:

The vendors guarantee

operating systembinary compatibility; therefore, no reinstall or

relink of the Oracle software isrequired when upgrading these

operating systems unless specifically statedotherwise.

3.1.3

Relinking Oraclemanually is suggested under the following

circumstances(even though the OSvendor may not require

it):

--在以下情况下需要手工的Relinking

Oracle

(1)An OS upgrade has occurred.

(2)A change has been made to the OSsystem

libraries. This can occur duringthe application

of an OS patch.

(3)A new install failed during therelinking phase.

(4)Individual Oracle executables coredump during initial

startup.

(5)An individual Oracle patch has beenapplied (however, explicit

relink instructions are usually either included inthe README or

integrated into the patch install script)

3.2

Relinking Oracle

注意事项:

This note shouldnot be used for 11GR2 GI/ASM home's (GI: Grid

Infrastructure).

以下方法争对的是单实例,如果是RAC,参考:

How to Check Whether Oracle

Binary/Instance is RAC Enabled and Relink Oracle Binary in RAC [ID

284785.1]

手工Relink的步骤如下:

[Step 1] Log into theUNIX system as the

Oracle software owner:

=============================================================

Typically this is the user 'oracle'.

[STEP 2] Verify that your$ORACLE_HOME is

set correctly:

=============================================================

For all Oracle Versions and Platforms, perform this basic

environment check

first:

% cd $ORACLE_HOME

%

pwd Doing this will ensure that $ORACLE_HOME is set correctly in your

currentenvironment.

[Step 3] Verify and/or Configure theUNIX

Environment for proper relinking:

=============================================================

For all Oracle Versionsand UNIX

Platforms:

The Platform specific environment

variablesLIBPATH, LD_LIBRARY_PATH,

SHLIB_PATHtypically are already set to include

system library locations like

'/usr/lib'. In most cases, you

need only check what they are set to first, then addthe

$ORACLE_HOME/lib directory to them where appropriate.

i.e.: %setenv

LD_LIBRARY_PATH ${ORACLE_HOME}/lib:${LD_LIBRARY_PATH}

(see note:131207.1How to Set UNIX

Environment Variables for help with setting UNIX

environment variables)

If on AIX with:

--------------

NOTE: Beforerelinking, after stopping all required processes,

issue the

following

as root to detach all files frommemory that are not attached to an

active process:

# /usr/sbin/slibclean

Oracle 7.3.X:

- Set LIBPATH to include$ORACLE_HOME/lib

Oracle

8.0.X:

- Set LIBPATH to include$ORACLE_HOME/lib

- Set LD_LIBRARY_PATH to include$ORACLE_HOME/lib and

$ORACLE_HOME/network/lib (Requiredwhen using Oracle products that

use Java)

- Set LINK_CNTRL to L_PTHREADS_D7if using AIX 4.3. ('oslevel'

verifies  OSversion)

Oracle 8.1.X,

9.X.X, 10.X.X or 11.x.x:

- For 8.1.5, set LINK_CNTRL toL_PTHREADS_D7

- If not 8.1.5, ensure thatLINK_CNTRL is not set

- Set LIBPATH to include$ORACLE_HOME/lib

If on DATA GENERAL AVIION (DG)

with:

-----------------------------------

Oracle 7.3.X or 8.0.X:

- Set LD_LIBRARY_PATH to include$ORACLE_HOME/lib

- ensure TARGET_BINARY_INTERFACEis unset

Oracle 8.1.X:

- Set LD_LIBRARY_PATH

toinclude $ORACLE_HOME/lib:$ORACLE_HOME/JRE/lib/PentiumPro/native_threads

If on HP-UX with:

----------------

Oracle 7.3.X,8.0.X, 8.1.X;

- Set

SHLIB_PATH to $ORACLE_HOME/lib

If using 64bit 8i Oracle, also

- Set LD_LIBRARY_PATH to$ORACLE_HOME/lib64

- ensure LPATH is unset

Oracle 9.X.X,10.X.X or 11.x.x;

- ensure LPATH is unset

If on NCR with:

--------------

Oracle

7.3.X, 8.0.X or 8.1.X:

- Set LD_LIBRARY_PATH to include$ORACLE_HOME/lib:/usr/ccs/lib

If on SCO UNIXware with:

-----------------------

Oracle 7.3.X

or 8.0.X:

- Set LD_LIBRARY_PATH to include$ORACLE_HOME/lib

Oracle

8.1.X:

- Set LD_LIBRARY_PATH to include

$ORACLE_HOME/lib:$ORACLE_HOME/JRE/lib/x86at/native_threads

If on SGI with:

--------------

32bit Oracle

7.3.X or 8.0.X:

- Set LD_LIBRARY_PATH to include$ORACLE_HOME/lib

- Set SGI_ABI to -32 64bit Oracle

8.0.X or 8.1.X (8i isonly available in 64bit):

- Set LD_LIBRARY_PATH to include$ORACLE_HOME/lib

- Set SGI_ABI to -64

- If one does not already exist,create the file compiler.defaults

and

set the COMPILER_DEFAULTS_PATHvariable:

In the Oracle software owner's $HOMEdirectory, create a file called

'compiler.defaults':

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/365295.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

使用Java和JCEKS进行AES-256加密

总览 由于最近爱德华斯诺登 &#xff08; Edward Snowden&#xff09;发布了文件以及针对JC Penny &#xff0c; Sony和Target等在线商业商店的黑客入侵&#xff0c;安全性已成为近年来讨论的重要话题。 虽然本文不会为您提供帮助防止使用非法来源数据的所有工具&#xff0c;但…

Sequence.js 实现带有视差滚动特效的图片滑块

Sequence.js 功能齐全&#xff0c;除了能实现之前分享过的现代的图片滑动效果&#xff0c;还可以融合当前非常流行的视差滚动&#xff08;Parallax Scrolling&#xff09;效果。让多层背景以不同的速度移动&#xff0c;形成立体的运动效果&#xff0c;带来非常出色的视觉体验。…

【SQL Server 学习系列】-- sql 随机生成中文名字

【SQL Server 学习系列】-- sql 随机生成中文名字 原文:【SQL Server 学习系列】-- sql 随机生成中文名字1 DECLARE fName TABLE(Id INT IDENTITY(1,1) PRIMARY KEY, NAME NVARCHAR(20)) -- 姓氏2 DECLARE lName TABLE(Id INT IDENTITY(1,1) PRIMARY KEY, NAME NVARCHAR(20)…

本地方法栈线程公有_Java运行时区域,哪些区域是线程私有的?哪些是共有的?...

JVM 运行时数据区域大致可以分为&#xff1a;程序计数器、虚拟机栈、本地方法栈、堆区、元空间、运行时常量池、直接内存等区域&#xff1b;就是下面这个样子的&#xff1a;其中有些区域&#xff0c;随着 JDK 版本的升级不断调整&#xff0c;例如&#xff1a;JDK 1.6&#xff0…

matlab wc wp,数字信号处理MATLAB习题.PDF

数字信号处理MATLAB习题数字信号处理MATLAB 习题电气硕 72 李弘昌第11 题分别用脉冲响应不变法和双线性变换法设计一个巴特沃斯型IIR 低通数字滤波器&#xff0c;采样频率 &#xff0c;其通带边频 处的衰减为 &#xff0c;阻带边频 处的衰减为 。给出设计该滤波器的MATLAB 程序…

开源JVM Sampling Profiler

众所周知 &#xff0c;大多数现有的采样Java Profiler都必须在安全的地方进行堆栈跟踪收集。 诸如采样探查器之类的探查器就是这种情况&#xff0c;它使用SUN / Oracle管理代理来收集其堆栈跟踪。 这种方法的问题在于&#xff0c;由于不是程序中的每个点都不是安全点&#xff0…

Solidity中的基本类型转换

Solidity中的基本类型转换&#xff08;十四&#xff09;|入门系列 2017/4/29 posted in Solidity入门系列 点击查看原文&#xff0c;获得优化的排版。 隐式转换 如果一个运算符能支持不同类型。编译器会隐式的尝试将一个操作数的类型&#xff0c;转为另一个操作数的类型&#x…

雷霆战机

前言 多年前&#xff0c;你我在一起"打飞机"。为了实现真正的打飞机&#xff0c;在下一年前踏足帝都学习了无所不能的Python&#xff0c;辣么接下来带你在俩个小时用200行代码学会打飞机。 python中提供了一个pygame的模块能够让我们快速编写一个游戏。接下来&#x…

FancyBox - 经典的 jQuery Lightbox 插件

FancyBox 是一款非常优秀的弹窗插件&#xff0c;能够为图片、HTML 内容和其它任务的多媒体内容提供优雅的弹出缩放效果。作为是最流行的 Lightbox 插件之一&#xff0c;可以通过 fitToView 实现自适应功能。主要特色&#xff1a; ✓ 能够显示图片、HTML 元素、SWF 影片、ifra…

edger多组差异性分析_简单使用DESeq2/EdgeR做差异分析

DESeq2和EdgeR都可用于做基因差异表达分析&#xff0c;主要也是用于RNA-Seq数据&#xff0c;同样也可以处理类似的ChIP-Seq,shRNA以及质谱数据。这两个都属于R包&#xff0c;其相同点在于都是对count data数据进行处理&#xff0c;都是基于负二项分布模型。因此会发现&#xff…

php如何表格中的变为超链接,php中将网址转换为超链接的函数

php中将网址转换为超链接的函数复制代码 代码如下:function showtext($text){$search array(|(http://[^ ])|, |(https://[^ ])|, |(www.[^ ])|);$replace array($1, $1, $1);$text preg_replace($search, $replace, $text);return $text;}时间&#xff1a; 2011-08-311.根据…

Java面试参考指南–第1部分

JAVA面向对象的概念 Java基于面向对象的概念&#xff0c;它允许更高级别的抽象以实际方式解决任何问题。 面向对象的方法将实际对象中的问题解决方案概念化&#xff0c;从而更易于在整个应用程序中重用。 例如椅子&#xff0c;风扇&#xff0c;狗&#xff0c;电脑等。 在Java…

6.5 开始进入设计 … Transition to Design

开始进入设计 … Transition to Design  从需求分析到设计  逻辑架构与子系统 Logical Architecture and sub-system 5.1 向设计过程切换 Transition to Design  需求与领域分析阶段During requirements and domain analysis work  做正确的事情 “Do the right thing”…

搜索引擎优化系统知名乐云seo_seo技术出名 乐云seo:如何进行搜索引擎优化?

搜索引擎提升是如何进行的?成都seo发现现如今的搜索引擎都存在很多 的网站 以及內容&#xff0c;SEOer平时进行网站提升的状况下全是感受到这一点&#xff0c;要想在众多的网站內容中找寻本身要想的是没法的&#xff0c;因而搜索引擎会进行一定的提升&#xff0c;搜索引擎本身…

Odyssey.js – 使用现成模板在线创建互动的故事

Odyssey.js 是一个开源工具&#xff0c;它可以让你的地图&#xff0c;叙述和其他多媒体结合成一个美丽的故事。创建新的故事很简单&#xff0c;要求无非是一个现代的 Web 浏览器和一个好的想法。你可以使用现成的模板来控制和设计精美的布局&#xff0c;让你的故事的整体外观和…

100层楼扔两个鸡蛋的问题

转载自&#xff1a;http://blog.sina.com.cn/s/blog_6c813dbd0101bh98.html 两个软硬程度一样但未知的鸡蛋&#xff0c;它们有可能都在一楼就摔碎&#xff0c;也可能从一百层楼摔下来没事。 有座100层的建筑&#xff0c;要你用这两个鸡蛋确定哪一层是鸡蛋可以安全落下的最高位置…

Matlab看跌期权二叉树,欧式期权二叉树MATLAB程序

欧式期权二叉树MATLAB程序function EXS()Sinput(请输入当前股价&#xff1a;\n);Kinput(请输入股票执行价格&#xff1a;\n);rinput(请输入无风险利率&#xff1a;\n);thetainput(请输入波动率&#xff1a;\n);Tinput(请输入到期时间&#xff1a;\n);bcinput(请输入步长&#x…

Java 8 Friday Goodies:Lambda和SQL

在 Data Geekery &#xff0c;我们喜欢Java。 而且&#xff0c;由于我们真的很喜欢 jOOQ的流畅的API和查询DSL &#xff0c;我们对Java 8将为我们的生态系统带来什么感到非常兴奋。 我们已经 写了一些关于Java 8好东西的博客 &#xff0c;现在我们觉得是时候开始一个新的博客系…

酷毙了!三种风格的全屏幻灯片效果【附源码下载】

今天&#xff0c;我们想向您展示如何创建平铺背景图像的幻灯片效果。其灵感来自于国外的一个工作室网站&#xff08;围观&#xff09;&#xff0c;这个网站充满了各种有趣和创意效果&#xff0c;一定记得去看看。 这个幻灯片效果是由四个区域的独立移动构成&#xff0c;通过画面…

VMware卸载有残留,再安装时报错提示MSI Failed

引用自吾爱破解论坛&#xff1a;https://www.52pojie.cn/thread-455779-1-1.html 解决方法&#xff1a;软件自动清理法&#xff1b; 软件 地址&#xff1a;下载地址1&#xff1a;链接&#xff1a;http://pan.baidu.com/s/1ntzAR7j 密码&#xff1a;a8ug备用&#xff1a;http://…