一、weblogic是什么

WebLogic是美国Oracle公司出品的一个application server,确切的说是一个基于JAVAEE架构的中间件,WebLogic是用于开发、集成、部署和管理大型分布式Web应用、网络应用和数据库应用的Java应用服务器。将Java的动态功能和Java Enterprise标准的安全性引入大型网络应用的开发、集成、部署和管理之中。

二、weblogic与Tomcat的区别

1、Tomcat是什么

Tomcat是一个Web应用程序服务器,通常称为Apache Tomcat Server,它是符合Java EE规范的开源应用程序服务器,也称为Java Servlet容器。它是一个开源软件,任何人都可以免费使用,甚至用于商业目的。它是由Apache Software Foundation开发和维护的。它纯粹是使用Java编程语言编写的。它最初由James Duncan Davidson开发。Tomcat也可以用作HTTP服务器。

2、Weblogic和Tomcat区别

1、Weblogic具有不同的功能,例如事务管理,消息队列,数据库连接处理和许多其他功能,而Tomcat具有轻量级,开源,灵活,稳定,servlet,JSP,将应用程序嵌入到tomcat异步日志记录中等等。

2、Weblogic是具有EJB支持的完全加载的容器,而Tomcat是Servlet和JSP支持的容器。

3、Weblogic是许可版本和基于Java EE的商业Web服务器,具有高度可扩展,快速,安全和高性能的Web服务器,而Tomcat是开源的,基于Servlet和JSP规范的参考实现。

4、Weblogic是市场上最好的服务器,具有数据库池功能,而且购买许可证的价格有点昂贵,而Tomcat是免费的,并且在大型应用程序的功能方面存在局限性。

5、Weblogic具有正在使用该服务器的顶级客户和客户,并且被业内的顶级客户所使用,而Tomcat也被许多客户使用,但是与Weblogic相比,它受到限制并且用户数量更少。

6、Weblogic提供了对部署业务逻辑以及Web应用程序的支持,而Tomcat仅允许基于http或基于Web的应用程序的部署。

7、与WebLogic相比,Weblogic的性能良好,而Tomcat的性能则

较差。

8、Weblogic具有良好的服务管理功能以及自动化的可能性,而Tomcat具有较少的IT服务管理可能性。

9、Weblogic具有针对任何新功能或新JDK版本的更快更新,而Tomcat不会立即提供JDK版本更新或任何其他功能更新,但需要花费较长时间。

10、Weblogic具有应用程序版本控制功能,消息传递引擎,故障排除,数据库调优,数据源池,而Apache Tomcat Server没有此功能。

11、Weblogic具有EJB集群,JMS集群,故障转移,迁移,升级,补丁,安全更新和恢复功能,而Tomcat没有这些功能。

3、结论

Weblogic是需要许可证的企业和商业软件,具有用于大型工业应用程序的多种功能,可简化开发人员的生活,而Tomcat是轻量级的免费开源软件,适用于小型Web应用程序或公司在许可版本上投资的成本效益很高的地方。选择软件的选择取决于项目的要求和规模以及所需的功能和客户的要求,并且在设计应用程序体系结构时,可以采用相同的方法来选择任何应用程序服务器或Web服务器。

三、weblogic下载

下载链接为:https://pan.baidu.com/s/1w2pBk9EQxWPAAir0MjW9Ng 
提取码:erbq

weblogic版本环境为10.36,配套的jdk为1.6

四、安装jdk

weblogic安装需要jdk环境支持,所以需要先保证jdk环境已经安装

a)卸载原有jdk

可以输入java -version 查看系统是否已经含有jdk环境,如果自己没有安装,但是有输出jdk版本,说明系统自动open jdk了,个人建议卸载,通过rpm -qa | grep java命令查看带有java的文件

然后通过rpm -e --nodeps java-1.7.0-openjdk-1.7.0.111-2.6.7.8.el7.x86_64命令删除相关文件来卸载jdk环境,文件删除完毕后,输入java -version 检验是否卸载干净,如果提示未找到命令,则说明卸载干净

b)安装jdk

将下载包中的jdk环境拷贝至你需要安装的目录下,然后运行./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin,即可安装,本篇博客主要讲解weblogic的相关知识,jdk的安装步骤就不详细讲解了。

五、linux下命令行安装weblogic

a)安装前准备

1、进入安装路径:/home/weblogic(自行创建)

2、将安装文件wls1036_generic.jar放入安装目录

3、chmod a+x wls1036_generic.jar  赋予安装文件可执行的权限

注:如果安装文件是.bin格式的文件,安装命令为:./wls1036_generic.bin -mode=console;(你可以不加“-mode=console”的控制台文本模式,因为在你安装时无法启动图形安装界面时它会自动的进入文本控制台模式的)

b)安装weblogic10.3.6 64位

java -jar filename.jar -mode=console

Unable to instantiate GUI, defaulting to console mode.无法实例化 GUI,默认进入控制台模式。
Extracting 0%....................................................................................................100%

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Welcome:
--------

This installer will guide you through the installation of WebLogic 10.3.6.0.
Type "Next" or enter to proceed to the next prompt.  If you want to change data entered previously, type "Previous".  You may quit the installer at any time by typing "Exit".

Enter [Exit][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

"Middleware Home" = [Enter new value or use default
"/bea/weblogic/Oracle/Middleware"] (地址为系统提供)

Enter new Middleware Home OR [Exit][Previous][Next]> /home/weblogic/(你自己选择的安装地址)

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

"Middleware Home" = [/home/weblogic]

Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [/bea/weblogic/Oracle/Middleware]

Enter option number to select OR [Exit][Previous][Next]> 1

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

"Middleware Home" = [/home/weblogic]

Enter new Middleware Home OR [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

Warning

/home/weblogic directory is not empty. Proceed with installation?

Enter [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

1|Email:[]
  2|Support Password:[]
  3|Receive Security Update:[Yes]

Enter index number to select OR [Exit][Previous][Next]> 3

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

"Receive Security Update:" = [Enter new value or use default "Yes"]

Enter [Yes][No]? no

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

"Receive Security Update:" = [Enter new value or use default "Yes"]

Enter [Yes][No]? yes

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

1|Email:[]
  2|Support Password:[]
  3|Receive Security Update:[No]

Enter index number to select OR [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and  to initiate configuration manager.

1|Email:[]
  2|Support Password:[]
  3|Receive Security Update:[No]

Enter index number to select OR [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

->1|Typical
    |  Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence

2|Custom
    |  Choose software products and components to install and perform optional
    |configuration.

Enter index number to select OR [Exit][Previous][Next]> 2

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Products and Components:
-------------------------------

Release 10.3.6.0
    |_____WebLogic Server [1] x
    |    |_____Core Application Server [1.1] x
    |    |_____Administration Console [1.2] x
    |    |_____Configuration Wizard and Upgrade Framework [1.3] x
    |    |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    |    |_____WebLogic SCA [1.5] x
    |    |_____WebLogic JDBC Drivers [1.6] x
    |    |_____Third Party JDBC Drivers [1.7] x
    |    |_____WebLogic Server Clients [1.8] x
    |    |_____WebLogic Web Server Plugins [1.9] x
    |    |_____UDDI and Xquery Support [1.10] x
    |    |_____Server Examples [1.11]
    |    |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2] x
        |_____Coherence Product Files [2.1] x
        |_____Coherence Examples [2.2]

*Estimated size of installation: 690.2 MB

Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 2

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Products and Components:
-------------------------------

Release 10.3.6.0
    |_____WebLogic Server [1] x
    |    |_____Core Application Server [1.1] x
    |    |_____Administration Console [1.2] x
    |    |_____Configuration Wizard and Upgrade Framework [1.3] x
    |    |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    |    |_____WebLogic SCA [1.5] x
    |    |_____WebLogic JDBC Drivers [1.6] x
    |    |_____Third Party JDBC Drivers [1.7] x
    |    |_____WebLogic Server Clients [1.8] x
    |    |_____WebLogic Web Server Plugins [1.9] x
    |    |_____UDDI and Xquery Support [1.10] x
    |    |_____Server Examples [1.11]
    |    |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2]
        |_____Coherence Product Files [2.1]
        |_____Coherence Examples [2.2]

*Estimated size of installation: 678.7 MB

Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------

JDK(s) chosen will be installed.  Defaults will be used in script string-substitution if installed.

1|Add Local Jdk
  2|/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64[x]

*Estimated size of installation:  678.7 MB

Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]> 2

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Product Installation Directories:
----------------------------------------

Middleware Home Directory: [/home/weblogic]

Product Installation Directories:

"WebLogic Server" = [Enter new value or use default
"/home/weblogic/wlserver_10.3"]

Enter new WebLogic Server OR [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

The following Products and JDKs will be installed:
--------------------------------------------------

WebLogic Platform 10.3.6.0
    |_____WebLogic Server
        |_____Core Application Server
        |_____Administration Console
        |_____Configuration Wizard and Upgrade Framework
        |_____Web 2.0 HTTP Pub-Sub Server
        |_____WebLogic SCA
        |_____WebLogic JDBC Drivers
        |_____Third Party JDBC Drivers
        |_____WebLogic Server Clients
        |_____WebLogic Web Server Plugins
        |_____UDDI and Xquery Support
        |_____Evaluation Database

*Estimated size of installation: 678.8 MB

Enter [Exit][Previous][Next]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Installing files..

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]

Performing String Substitutions...

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Configuring OCM...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]

Creating Domains...

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Installation Complete

Congratulations! Installation is complete.

Press [Enter] to continue or type [Exit]> 回车

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Clean up process in progress ...

C)创建domains

cd /home/weblogic/wlserver_10.3/common/bin(自定义的安装位置)
$ ./config.sh
Unable to instantiate GUI, defaulting to console mode.

<------------------- Fusion Middleware Configuration Wizard ------------------>

Welcome:
--------

Choose between creating and extending a domain. Based on your selection,
the Configuration Wizard guides you through the steps to generate a new or
extend an existing domain.

->1|Create a new WebLogic domain
    |    Create a WebLogic domain in your projects directory.

2|Extend an existing WebLogic domain
    |    Use this option to add new components to an existing domain and modify    |configuration settings.

Enter index number to select OR [Exit][Next]> 1

<------------------- Fusion Middleware Configuration Wizard ------------------>

Select Domain Source:
---------------------

Select the source from which the domain will be created. You can create the
domain by selecting from the required components or by selecting from a
list of existing domain templates.

->1|Choose Weblogic Platform components
    |    You can choose the Weblogic component(s) that you want supported in
    |your domain.

2|Choose custom template
    |    Choose this option if you want to use an existing  template. This
    |could be a custom created template using the Template Builder.

Enter index number to select OR [Exit][Previous][Next]> 1

<------------------- Fusion Middleware Configuration Wizard ------------------>

Application Template Selection:
-------------------------------

Available Templates
    |_____Basic WebLogic Server Domain - 10.3.6.0 [wlserver_10.3]x
    |_____Basic WebLogic SIP Server Domain - 10.3.6.0 [wlserver_10.3] [2]
    |_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.6.0 [wlserver_10.3] [3]
    |_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.6.0 [wlserver_10.3] [4]

Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 回车

<------------------- Fusion Middleware Configuration Wizard ------------------>

Edit Domain Information:
------------------------

|  Name  |    Value    |
  _|________|_____________|
  1| *Name: | base_domain |

Enter value for "Name" OR [Exit][Previous][Next]>  wlyxweb (取得是domian的名)

<------------------- Fusion Middleware Configuration Wizard ------------------>

Edit Domain Information:
------------------------

|  Name  |  Value  |
  _|________|_________|
  1| *Name: | wlyxweb |

Use above value or select another option:
    1 - Modify "Name"
    2 - Discard Changes

Enter option number to select OR [Exit][Previous][Next]> 回车

<------------------- Fusion Middleware Configuration Wizard ------------------>

Select the target domain directory for this domain:
---------------------------------------------------

"Target Location" = [Enter new value or use default
"/home/weblogic/user_projects/domains"]

Enter new Target Location OR [Exit][Previous][Next]> 回车
<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

|          Name          |                  Value                  |
  _|_________________________|_________________________________________|
  1|        *Name:          |                weblogic                |
  2|    *User password:    |                                        |
  3| *Confirm user password: |                                        |
  4|      Description:      | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"

Enter option number to select OR [Exit][Previous][Next]> 2

<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

"*User password:" = []

Enter new *User password: OR [Exit][Reset][Accept]> zgrsweb123 (weblogic登录密码)

<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

|          Name          |                  Value                  |
  _|_________________________|_________________________________________|
  1|        *Name:          |                weblogic                |
  2|    *User password:    |                *********                |
  3| *Confirm user password: |                                        |
  4|      Description:      | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes

Enter option number to select OR [Exit][Previous][Next]> 3

<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

"*Confirm user password:" = []

Enter new *Confirm user password: OR [Exit][Reset][Accept]> zgrsweb123(weblogic登录密码)

<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

|          Name          |                  Value                  |
  _|_________________________|_________________________________________|
  1|        *Name:          |                weblogic                |
  2|    *User password:    |                *********                |
  3| *Confirm user password: |                *********                |
  4|      Description:      | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes

Enter option number to select OR [Exit][Previous][Next]> 回车

<------------------- Fusion Middleware Configuration Wizard ------------------>

Domain Mode Configuration:
--------------------------

Enable Development or Production Mode for this domain.

->1|Development Mode

2|Production Mode

Enter index number to select OR [Exit][Previous][Next]> 1

<------------------- Fusion Middleware Configuration Wizard ------------------>

Java SDK Selection:
-------------------

->1|N/A SDK 1.6.0_24 @ /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64
  2|Other Java SDK

Enter index number to select OR [Exit][Previous][Next]> 1

<------------------- Fusion Middleware Configuration Wizard ------------------>

Select Optional Configuration:
------------------------------

1|Administration Server [ ]
  2|Managed Servers, Clusters and Machines [ ]
  3|RDBMS Security Store [ ]

Enter index number to select OR [Exit][Previous][Next]> 1

<------------------- Fusion Middleware Configuration Wizard ------------------>

Select Optional Configuration:
------------------------------

1|Administration Server [x]
  2|Managed Servers, Clusters and Machines [ ]
  3|RDBMS Security Store [ ]

Enter index number to select OR [Exit][Previous][Next]> 回车

<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure the Administration Server:
------------------------------------

Each WebLogic Server domain must have one Administration Server. The
Administration Server is used to perform administrative tasks.

|      Name      |        Value        |
  _|__________________|_____________________|
  1|      *Name:      |    AdminServer    |
  2| *Listen address: | All Local Addresses |
  3|  Listen port:  |        7001        |
  4| SSL listen port: |        N/A        |
  5|  SSL enabled:  |        false        |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "Listen address"
    3 - Modify "Listen port"
    4 - Modify "SSL enabled"

Enter option number to select OR [Exit][Previous][Next]> 回车

<------------------- Fusion Middleware Configuration Wizard ------------------>

Creating Domain...

0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]

**** Domain Created Successfully! ****

d)安装小结

在上面的所有操作如果用回车不行就用next

创建domains的作用就类似与orcl数据库创建实例,oracle一个实例上可以创建多个数据库,而对于weblogic而言,一个domian也可以部署多个应用

六、weblogic的简单使用

1.启动weblogic

进入你创建的实例domain下,找到对应启动文件,启动weblogic

cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain

./startWeblogic.sh

2.登录weblogic

然后访问:http://192.169.1.39:7001/console (ip为你自己部署weblogic的ip,端口如果没有修改就默认是7001)

用户名为 weblogic  密码为 zgrsweb123(密码是自己前面输入的)

成功登录后的界面为

3、配置JNDI数据源

a)JNDI数据源的作用

1:在没有使用JNDI数据源时,程序员开发访问MySQL数据库的应用,需要将一个对 MySQL JDBC 驱动程序类的引用进行硬编码,并通过使用适当的 JDBC URL 连接到数据库;这样一来会出现以下问题:

(1)数据库服务器名称、用户名和口令都可能需要改变,由此引发JDBC URL需要修改;
(2)数据库可能改用别的产品,如改用DB2或者Oracle,引发JDBC驱动程序包和类名需要修改;
(3)随着实际使用终端的增加,原配置的连接池参数可能需要调整;

2:使用了JNDI数据源后,把以上这些问题交给J2EE容器来配置和管理,程序员只需要在应用程序中对这些配置和管理进行引用即可。也就是在J2EE容器中配置JNDI参数(也就是JDBC引用参数),定义一个JNDI数据源;再给这个JNDI数据源设置一个名称;然后在程序中,通过数据源名称引用JNDI数据源从而访问后台数据库。

b)如何配置JNDI数据源

以oracle数据库为例

点击左侧【 域结构】→【zgrsweb】【服务】【数据源】 然后点击右侧【新建】【般数据源】,(zgrsweb是自定义的实例名)如下图所示:

填写JDBC数据源的【名称】、【jndi名称】,选择数据库类型,如选择【oracle】,下一步

选择Oracle数据库的驱动程序,如下图所示:,

点击下一步,在该步骤全部选项默认即可

然后点击下一步,输入需要连接数据库的信息

下一步,点击测试配置

测试成功,点击下一步,勾选服务器,然后点击完成

最后就会在数据源列表中展示出你刚刚新建成功的数据源

4、部署web应用

先将需要部署的项目包拷贝到/home/weblogic/user_projects/domains/zgrsweb/servers/AdminServer目录下

点击左侧【 域结构】→【部署】【安装】

点击安装,选择你需要部署的项目(emp为我需要部署的项目)

点击下一步,默认即可

点击下一步,默认即可

点击下一步,选择完成

之后你部署的web项目便会展示在部署列表中

访问你部署的项目,在浏览器上输入ip+端口+项目名即可访问

七、创建多个domains

实际生产中会需要创建多个domain,1个domain用来放A服务,另一个domain放置B服务,那么该如何做呢

步骤和前面创建domian的一样,在创建完第二个domian 的时候需要修改端口即可

修改config.xml文件中的端口配置信息,默认创建端口是没有配置的,该文件放在所在实例域文件夹下的config文件,如/home/weblogic/user_projects/domains/zgrsweb2/config

然后修改端口即可,然后保存,则启动新的实例域则用新的端口启动访问。如http://192.169.1.39:8001/console/

linux系统weblogic安装及简单使用相关推荐

  1. linux下安装两个nginx教程,在linux系统下安装两个nginx的简单方法

    在linux系统下安装两个nginx的简单方法 发布时间:2017-03-09 12:08 来源:互联网 当前栏目:web技术类 在linux下安装nginx的时候,一般在./configure的阶段 ...

  2. 使用U盘进行Linux系统的安装

    由于目前很多服务器已经本身不配光驱了,最近测试了下使用U盘进行Linux系统的安装,过程比较简单,需要注意的地方如下: 1.找一台linux主机,插入U盘,执行fdisk -l,识别到U盘. 2.将需 ...

  3. Redis进阶实践之二如何在Linux系统上安装安装Redis

    2019独角兽企业重金招聘Python工程师标准>>> Redis进阶实践之二如何在Linux系统上安装安装Redis 一.引言 上一篇文章写了"如何安装VMware Pr ...

  4. qt-sdk-linux,在linux系统上安装qt-sdk步骤.doc

    在linux系统上安装qt-sdk步骤 在Linux系统上使用SDK安装Qt软件 在Linux上使用SDK安Qt是比较简单的,按照下面的安装步骤提示,一步一步下来即可完成,但是其中有些要注意的地方.下 ...

  5. centos 卸载软件_一篇看懂!详解-Linux系统中安装软件的三种方法

    Linux系统中安装软件的三种方法 注:本文主要以CentOS为例介绍常用的安装方式,其他版本linux在文章底部 Linux系统中怎么安装软件,首先说一下应用程序与系统命令的区别: 1.文件位置 系 ...

  6. arch linux系统安装教程,Arch Linux系统的安装(BIOS)教程,archlinux

    Arch Linux系统的安装(BIOS)教程,archlinux 一.简介 Arch linux是朝向轻量(lightweight)以及简单(simple)的Linux发行版.其中"简单& ...

  7. Redis进阶实践之一VMWare Pro虚拟机安装和Linux系统的安装

    2019独角兽企业重金招聘Python工程师标准>>> Redis进阶实践之一VMWare Pro虚拟机安装和Linux系统的安装 一.引言 设计模式写完了,相当于重新学了一遍,每次 ...

  8. Q106:Linux系统下安装编译PBRT-V3

    106.0 引入 本人之前尝试过在windows系统中编译pbrt-v3,但是出现了很多错误.pbrt-v3的源代码中部分Linux的函数没有用宏包好,而是直接使用,所以在windows环境下就报错了 ...

  9. Linux系统之安装PDF阅读器

    Linux系统之安装PDF阅读器 一.PDF介绍 1. PDF简介 2. PDF特点 3. evince介绍 二.本次实践环境介绍 1. 本地环境规划 2. 本次实践介绍 三.本地环境检查 1. 检查 ...

最新文章

  1. 《深度探索C++对象模型(Inside The C++ Object Model )》学习笔记
  2. const在C与C++中的区别
  3. python图像文件压缩_python实现图片压缩代码实例
  4. 一、TensorFlow的简介和安装和一些基本概念
  5. python爬虫数据存储文本_Python爬虫开发系列之五》数据存储为TXT、JSON格式
  6. docker 配置桥接网络
  7. android 图片方向,Android图片处理:识别图像方向并显示实例教程
  8. 圆排列问题详解(原理+代码)
  9. excel求回归直线方程的公式_“如何在excel中求解任意直线的方程“excel绘制线性回归方程...
  10. 分享6个关于自主学习的思维导图模板
  11. 怎么给表格加一列序号_如何给word表格添加一列序号?
  12. 【线程状态、等待与唤醒、Lambda表达式、Stream流】
  13. c++ 优先队列(priority_queue)
  14. linux和windows局域网连接网络,linux与windows局域网互访
  15. 个人财务管理系统设计与实现
  16. 大地坐标系、地理坐标系、投影坐标系
  17. [OHIF-Viewers]医疗数字阅片-医学影像-中间插播一下-es6-使用const加箭头函数声明函数相对于function声明函数有什么好处?...
  18. linux测试ping值,网站全国各地Ping值测试|在线ping工具—卡卡网 www.webkaka.com
  19. PDF转jpg工具(含注册码)
  20. java.lang.IllegalArgumentException的问题解决

热门文章

  1. 关于80端口和tomcat默认8080端口
  2. 5 款傻瓜式手机 APP 开发工具
  3. 关系型数据库和MySQL作业及答案
  4. 字长模型LP64,ILP64,LLP64,ILP32,LP32
  5. python集合和列表、安从小到大的顺序组合成一个字典_第3章 Python容器:列表、元组、字典与集合...
  6. 用java制作的简易倒计时器(主要可用于考试系统中考试剩余时间显示)
  7. 转载:ZedGraph使用帮助
  8. Java程序包不存在问题的解决办法
  9. Ceph -存储部署 ;
  10. 转载: 10+公司SWE/DS offer经验