[原创链接地址:(https://blog.csdn.net/weixin_36065860/article/details/100075427)

yum -y install wget lrzsz

seteforce 0

systemctl stop firewalld

wget http://learning.happymmall.com/jdk/jdk-7u80-linux-x64.rpm

rpm -qa | grep jdk

rz 导入

wls1036_generic.jar

rpm -ivh jdk-7u80-linux-x64.rpm

java -version

vi /etc/profile

JAVA_HOME=/root/jdk1.7.0_80

PATH=

PATH

CLASSPATH=.:

JAVA_HOME/lib/tools.jar

export JAVA_HOME

export PATH

export CLASSPATH

source /etc/profile

groupadd weblogic

useradd -g weblogic weblogic

passwd weblogic

vi /etc/sudoers

复制填入一行

weblogic ALL=(ALL) ALL

vi /etc/security/limits.conf

weblogic soft nofile 102400

weblogic hard nofile 102400

weblogic soft nproc 102400

weblogic hard nproc 102400

ulimit -a

mkdir weblogic

chown -R weblogic:weblogic weblogic

chmod a+x wls1036_generic.jar

mkdir -p home/weblogic

mv wls1036_generic.jar home/weblogic

su - weblogic

java -jar wls1036_generic.jar

Unable to instantiate GUI, defaulting to console mode.

Extracting 0%....................................................................................................100%

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]> 直接回车

Choose Middleware Home Directory:

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

"Middleware Home" = [Enter new value or use default

"/home/weblogic11g/Oracle/Middleware"]

//填写安装路径

Enter new Middleware Home OR [Exit][Previous][Next]> /weblogic/Oracle/Middleware

Choose Middleware Home Directory:

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

"Middleware Home" = [/weblogic/Oracle/Middleware]

Use above value or select another option:

1 - Enter new Middleware Home

2 - Change to default [/home/weblogic11g/Oracle/Middleware]

//回车确认路径,1是重新填写,2是默认路径

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

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]

//选择3,把YES修改成NO,不接受安全更新

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

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"]

//修改成No

Enter [Yes][No]? No

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"]

** Do you wish to bypass initiation of the configuration manager and

** remain uninformed of critical security issues in your configuration?

// 确认刚刚的修改

Enter [Yes][No]?Yes

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]

//修改后显示为No.直接回车

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

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.

//选择安装的类型,回车选择1默认的安装类型

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

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/local/jdk1.6.0_45[x]

*Estimated size of installation: 690.2 MB

//选择使用的JDK,这里默认的是系统的1.6,没有问题

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

Choose Product Installation Directories:

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

Middleware Home Directory: [/weblogic/Oracle/Middleware]

Product Installation Directories:

1|WebLogic Server: [/weblogic/Oracle/Middleware/wlserver_10.3]

2|Oracle Coherence: [/weblogic/Oracle/Middleware/coherence_3.7]

//显示即将安装的路径信息

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

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

|_____Oracle Coherence

|_____Coherence Product Files

*Estimated size of installation: 690.3 MB

//显示即将安装的包和JDKs

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

Aug 26, 2019 4:09:15 PM java.util.prefs.FileSystemPreferences$2 run

INFO: Created user preferences directory.

Installing files..

0% 25% 50% 75% 100%

[------------|------------|------------|------------]

[***************************************************]

Performing String Substitutions...

Configuring OCM...

0% 25% 50% 75% 100%

[------------|------------|------------|------------]

[***************************************************]

Creating Domains...

Installation Complete

Congratulations! Installation is complete.

//显示安装过程

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

//安装完毕

Clean up process in progress ...

创建weblogic域

安装完成后需要创建WebLogic domain,下面是创建过程:

[weblogic11g@gztvtest weblogic]$ cd Oracle/Middleware/wlserver_10.3/common/bin/

[weblogic11g@gztvtest bin]$ ll

total 112

-rwxr-x---. 1 weblogic11g weblogic 22803 Aug 26 16:09 commEnv.sh

-rwxr-x---. 1 weblogic11g weblogic 2124 Aug 26 16:09 config_builder.sh

-rwxr-x---. 1 weblogic11g weblogic 2276 Aug 26 16:09 config.sh

-rwxr-x---. 1 weblogic11g weblogic 2581 Aug 26 16:09 pack.sh

-rwxr-x---. 1 weblogic11g weblogic 2150 Aug 26 16:09 setPatchEnv.sh

-rwxr-x---. 1 weblogic11g weblogic 4084 Aug 26 16:09 startDerby.sh

-rwxr-x---. 1 weblogic11g weblogic 4090 Aug 26 16:09 startManagedWebLogic.sh

-rwxr-x---. 1 weblogic11g weblogic 1450 Aug 26 16:09 stopDerby.sh

-rwxr-x---. 1 weblogic11g weblogic 2089 Aug 26 16:09 unpack.sh

-rwxr-x---. 1 weblogic11g weblogic 3300 Aug 26 16:09 upgrade.sh

-rwxr-x---. 1 weblogic11g weblogic 31219 Aug 26 16:09 wlscontrol.sh

-rwxr-x---. 1 weblogic11g weblogic 13740 Aug 26 16:09 wlsifconfig.sh

-rwxr-x---. 1 weblogic11g weblogic 786 Aug 26 16:09 wlst.sh

执行脚本config.sh

[weblogic11g@gztvtest bin]$ ./config.sh

Unable to instantiate GUI, defaulting to console mode.

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.

//默认1创建新的WebLogic domain,2是增加一个WebLogic domain

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

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.

//1是默认使用weblogic组件,2是选择自定义

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

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]

//显示weblogic支持的组件

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

Edit Domain Information:

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

| Name | Value |

_|________|_____________|

1| *Name: | base_domain |

//填写domain的名字

Enter value for "Name" OR [Exit][Previous][Next]> cbossdomain

Edit Domain Information:

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

| Name | Value |

_|________|_____________|

1| *Name: | cbossdomain |

Use above value or select another option:

1 - Modify "Name"

2 - Discard Changes

//1 修改名字,2,放弃修改

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

Select the target domain directory for this domain:

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

"Target Location" = [Enter new value or use default

"/weblogic/Oracle/Middleware/user_projects/domains"]

//显示创建的domains路径位置

Enter new Target Location OR [Exit][Previous][Next]> 直接回车

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"

//1修改名字 2.修改密码 3确认密码 4修改描述

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

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]>abc123

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

//3确认密码

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

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]> abc123

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]> 直接回车

Domain Mode Configuration:

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

Enable Development or Production Mode for this domain.

->1|Development Mode

2|Production Mode

//选择2生产模式,默认1是开发模式

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

Java SDK Selection:

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

->1|Sun SDK 1.6.0_45 @ /usr/local/jdk1.6.0_45

2|Other Java SDK

//选择SDK,1默认本地1.6

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

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]> 直接回车

备注:

可以在命令行中配置管理服务器、受管服务器、集群和计算机,此处选择在控制台中配置

安装完毕

Creating Domain...

0% 25% 50% 75% 100%

[------------|------------|------------|------------]

[***************************************************]

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

[weblogic11g@gztvtest bin]$

配置AdminServer后台运行,并优化JVM参数

第一次前台运行AdmininServer

[weblogic11g@gztvtest bin]$ cd /weblogic/Oracle/Middleware/user_projects/domains/cbossdomain/bin/

[weblogic11g@gztvtest bin]$ ll

total 48

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 nodemanager

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 server_migration

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 service_migration

-rwxr-x---. 1 weblogic11g weblogic 13251 Aug 26 17:13 setDomainEnv.sh

-rwxr-x---. 1 weblogic11g weblogic 3193 Aug 26 17:13 startManagedWebLogic.sh

-rwxr-x---. 1 weblogic11g weblogic 5694 Aug 26 17:13 startWebLogic.sh

-rwxr-x---. 1 weblogic11g weblogic 2406 Aug 26 17:13 stopManagedWebLogic.sh

-rwxr-x---. 1 weblogic11g weblogic 1974 Aug 26 17:13 stopWebLogic.sh

执行./startWebLogic.sh,前台运行要输入账号密码

[weblogic11g@gztvtest bin]$ ./startWebLogic.sh

.

.

JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=256m

.

WLS Start Mode=Production

.

CLASSPATH=/weblogic/Oracle/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/weblogic/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/local/jdk1.6.0_45/lib/tools.jar:/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/weblogic/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/weblogic/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/weblogic/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar:/usr/local/jdk1.6.0_45//lib/tools.jar:/usr/local/jdk1.6.0_45//lib/dt.jar

.

PATH=/weblogic/Oracle/Middleware/wlserver_10.3/server/bin:/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/local/jdk1.6.0_45/jre/bin:/usr/local/jdk1.6.0_45/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/jdk1.6.0_45//bin:/bin:/home/weblogic11g/bin

.

***************************************************

* To start WebLogic Server, use a username and *

* password assigned to an admin-level user. For *

* server administration, use the WebLogic Server *

* console at http://hostname:port/console *

***************************************************

starting weblogic with Java version:

java version "1.6.0_45"

Java(TM) SE Runtime Environment (build 1.6.0_45-b06)

Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

Starting WLS with line:

/usr/local/jdk1.6.0_45/bin/java -server -Xms256m -Xmx512m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/weblogic/Oracle/Middleware/wlserver_10.3 -Dwls.home=/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/weblogic/Oracle/Middleware/patch_wls1036/profiles/default/sysext_manifest_classpath:/weblogic/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server

Enter username to boot WebLogic server:

当出现以下内容时表示启动成功

0:0:0:0:1>

配置AdminServer后台运行

Ctrl + c结束前台运行的AdminServer,首次运行AdminServer后,会自动在cbossdomain目录下创建servers/AdminServer目录

[weblogic11g@gztvtest cbossdomain]$ ll

total 40

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 autodeploy

drwxr-x---. 5 weblogic11g weblogic 4096 Aug 26 17:13 bin

drwxr-x---. 10 weblogic11g weblogic 4096 Aug 26 17:23 config

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 console-ext

-rw-r-----. 1 weblogic11g weblogic 462 Aug 26 17:13 fileRealm.properties

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 init-info

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 lib

drwxr-x---. 2 weblogic11g weblogic 4096 Aug 26 17:13 security

drwxr-----. 3 weblogic11g weblogic 4096 Aug 26 17:23 servers

-rwxr-x---. 1 weblogic11g weblogic 277 Aug 26 17:13 startWebLogic.sh

[weblogic11g@gztvtest cbossdomain]$ pwd

/weblogic/Oracle/Middleware/user_projects/domains/cbossdomain

创建文件然后编辑

[weblogic11g@gztvtest AdminServer]$ pwd

/weblogic/Oracle/Middleware/user_projects/domains/cbossdomain/servers/AdminServer

[weblogic11g@gztvtest AdminServer]$ mkdir security

[weblogic11g@gztvtest AdminServer]$ cd security/

[weblogic11g@gztvtest security]$ vi boot.properties

username=weblogic

password=abc12345678

优化JVM参数

[weblogic11g@gztvtest bin]$ pwd

/weblogic/Oracle/Middleware/user_projects/domains/cbossdomain/bin

[weblogic11g@gztvtest bin]$ vi startWebLogic.sh

[weblogic11g@gztvtest bin]$ vi setDomainEnv.sh

startWebLogic.sh会调用setDomainEnv.sh,所以优先级比setDomainEnv.sh高

此处选择修改startWebLogic.sh

(1)trap ‘stopAll’ 1 2 3 15上方加入代码:MEM_ARGS="-Xms1024m -Xmx1024m -XX:MaxPermSize=512m"

SAVE_CLASSPATH=""

MEM_ARGS="-Xms1024m -Xmx1024m -XX:MaxPermSize=512m"

trap 'stopAll' 1 2 3 15

(2)如果应用程序需要在网页中显示验证码,则增加JVM参数-Djava.awt.headless=true

将SAVE_JAVA_OPTIONS="${JAVA_OPTIONS}"修改为

SAVE_JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.awt.headless=true"

后台启动weblogic

[weblogic11g@gztvtest bin]$ nohup ./startWebLogic.sh & //记录会保存到自动创建的nohup.out文件中

[1] 19314

[weblogic11g@gztvtest bin]$ nohup: ignoring input and appending output to `nohup.out'

之前编辑的密码文件已经变成加密格式了

/weblogic/Oracle/Middleware/user_projects/domains/cbossdomain/servers/AdminServer/security

[weblogic11g@gztvtest security]$ cat boot.properties

#Mon Aug 26 17:50:20 CST 2019

password={AES}tSv1+qpUFx6otq0Hi83+/IyLhKozU1s7VXN18wzZfXA\=

username={AES}HON39b8L8+lnF8gSCYT5QGH3VWCAg+SSuitGUmuAFko\=

后台关闭weblogic:

[weblogic11g@gztvtest bin]$ nohup ./stopWebLogic.sh & //记录会保存到自动创建的nohup.out文件中

在浏览器输入网址:

打开控制台,并输入用户名weblogic和密码abc12345678:

登录页面

linux下安装wls1036_generic.jar,weblogic 安装相关推荐

  1. linux下Redis以及phpredis扩展安装

    linux下Redis以及phpredis扩展安装 首先安装redis: 一.下载redis: wgethttp://download.redis.io/releases/redis-2.8.10.t ...

  2. Linux下MySQL的几种安装方式

    闲来有空,整理下Linux下Mysql的几种安装方式,分别使用yum/rpm.常规方式编译安装.cmake方式编译安装以及使用二进制方式免编译安装MySQL Linux系统环境: CentOS rel ...

  3. Linux下通过源码编译安装程序

    本文简单的记录了下,在Linux下如何通过源码安装程序,以及相关的知识. 一.程序的组成部分 Linux下程序大都是由以下几部分组成: 二进制文件:也就是可以运行的程序文件 库文件:就是通常我们见到的 ...

  4. Linux下VTK、ITK的安装及运行 转载

    Linux下VTK.ITK的安装及运行  转载 (2011-08-01 19:42:10) 转载▼ 标签: it   1.安装VTK (1)在www.cmake.org下载cmake-2.4.6.ta ...

  5. LINUX下tar.gz包的安装方法

    LINUX下tar.gz包的安装方法 在tar.gz的东西不多了---- ======================================== 大多以tar.gz 和tar.bz2打包软件 ...

  6. linux终端怎样ise,Linux下ISE开发环境的安装zz

    Linux下ISE开发环境的安装zz (2011-03-17 18:55:33) 标签: 杂谈 转自:http://hi.baidu.com/remygo/blog/item/6823f78b83ce ...

  7. linux 下mysql忘记密码或者安装好linux后不知道mysql初始密码解决方案

    linux 下mysql忘记密码或者安装好linux后不知道mysql初始密码解决方案 参考文章: (1)linux 下mysql忘记密码或者安装好linux后不知道mysql初始密码解决方案 (2) ...

  8. Linux下PCI转串口卡驱动安装方法

    Linux下PCI转串口卡驱动安装方法 ----------------------------------- 由于公司产品要做行业市场,而产品与行业用户间PC的通讯为RS232串口方式.而行业用户那 ...

  9. 在Linux下,SVN服务器的安装

    最近想在VPS上搭建一个SVN服务,方便在外面使用时存放代码. 上次介绍过在Windows上搭建SVN服务器,这次来谈谈在Linux上搭建吧,系统是CentOS. 网上有不少教程,可是没有一篇完整的, ...

最新文章

  1. 仿斗鱼聊天:基于CoreText的面向对象图文排版工具AWRichText
  2. 牛逼!一个故事讲清楚 NIO 了
  3. linux xxd命令 十六进制显示文件
  4. Vmware VPD要点
  5. stm32 复位到内部bootloader
  6. 腾云驾雾的计算,让你蒙圈了么?
  7. ubuntu18.04新安装时Unable to locate package问题
  8. Python面向对象的基本实现
  9. 豆瓣鹅组等7个小组被停用 豆瓣4个月累计关停56个问题小组
  10. Python使用折线图、柱状图、热力图比较不同班级相同学号学生的成绩
  11. 使用图算法实现地铁线路规划
  12. 《未来世界的幸存者》:你会是未来世界的幸存者吗?
  13. android 指纹是否设置,检查Android是否支持指纹识别以及是否已经录入指纹
  14. 技校毕业是什么学历_技校毕业后是什么学历什么文凭?
  15. 孙鑫VC++学习笔记(转载至程序员之家--虎非龙)[11--15]
  16. python 合并word文件_使用python docx合并word文档
  17. 数据源SqlDataSource,DetailView,ObjectDataSource控件的配置使用
  18. ios 检测是否联网_iOS 设备打开触动精灵提示“您的网络不给力哦,请检查您的设备是否联网”怎么解决?...
  19. 高职网络系统管理国赛--网络赛题1路由选路解析
  20. Eclipse中查找-替换快捷键

热门文章

  1. 时间加减计算器_小学生苦练加减乘除计算“基本功”,有没有必要?
  2. python字符串截取split 失败_python如何截断字符串
  3. 【C语言】不能使用 while(fgetc(fp)!=EOF)进行文件复制
  4. oracle 删序列,oracle创建和删除序列
  5. 信息传输计算机服务业,信息传输软件和信息技术服务业包括哪些
  6. vscode css提示_lt;css-doodle/gt;让你成为CSS艺术家
  7. python web生产环境_2020年了,python的web framework sanic 可以考虑生产环境部署了么?...
  8. 人脸离线识别模块_人脸识别模块做到市场份额60%,这家AI公司如何用狼性在安防杀开一条血道?...
  9. 红外倒车雷达原理图_自动驾驶汽车传感器技术解析—毫米波雷达
  10. android访问静态内部类,Java 内部类详解