免费一看一级欧美-免费一区二区三区免费视频-免费伊人-免费影片-99精品网-99精品小视频

曙海教育集團
全國報名免費熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號) QQ:1299983702
首頁 課程表 在線聊 報名 講師 品牌 QQ聊 活動 就業
 
GlassFish Administration培訓
 
   班級人數--熱線:4008699035 手機:15921673576( 微信同號)
      增加互動環節, 保障培訓效果,堅持小班授課,每個班級的人數限3到5人,超過限定人數,安排到下一期進行學習。
   授課地點及時間
上課地點:【上海】:同濟大學(滬西)/新城金郡商務樓(11號線白銀路站) 【深圳分部】:電影大廈(地鐵一號線大劇院站)/深圳大學成教院 【北京分部】:北京中山學院/福鑫大樓 【南京分部】:金港大廈(和燕路) 【武漢分部】:佳源大廈(高新二路) 【成都分部】:領館區1號(中和大道) 【廣州分部】:廣糧大廈 【西安分部】:協同大廈 【沈陽分部】:沈陽理工大學/六宅臻品 【鄭州分部】:鄭州大學/錦華大廈 【石家莊分部】:河北科技大學/瑞景大廈
開班時間(連續班/晚班/周末班):2020年3月16日
   課時
     ◆資深工程師授課
        
        ☆注重質量 ☆邊講邊練

        ☆若學員成績達到合格及以上水平,將獲得免費推薦工作的機會
        ★查看實驗設備詳情,請點擊此處★
   質量以及保障

      ☆ 1、如有部分內容理解不透或消化不好,可免費在以后培訓班中重聽;
      ☆ 2、在課程結束之后,授課老師會留給學員手機和E-mail,免費提供半年的課程技術支持,以便保證培訓后的繼續消化;
      ☆3、合格的學員可享受免費推薦就業機會。
      ☆4、合格學員免費頒發相關工程師等資格證書,提升您的職業資質。

課程大綱
 

Section 1: Nginx (Day 1 duration 1.5 Days)
Module 1: Installing Nginx and Third-Party Modules
Installing Nginx using a package manager
Configuring for web
Configure the options to specify paths
Table: HTTP configure options
Enabling various modules
Table: HTTP module configure options
Disabling unused modules
Table: Disable configure options
Installing third-party modules
Module 2: A Configuration Guide
The basic configuration format
Nginx global configuration parameters
Table: Global configuration directives
Using include files
The HTTP server section Client directives, File I/O directives, Hash directives, Socket directives
The virtual server section
Configuring Locations – where, when, and how
Module 3: Nginx as a Reverse Proxy
The proxy module
Proxy module directives
The upstream module: Keepalive connections and Load-balancing algorithms
Types of upstream servers: Single upstream server, Multiple upstream servers, Non-HTTP upstream servers
How to handle upstream problems
Module 4: Reverse Proxy Advanced Topics
Introduction to Security
Encrypting traffic with SSL
Authenticating clients using SSL
Blocking traffic based on originating IP address
Isolating application components for scalability
Reverse proxy performance tuning: Buffering, Caching, Compressing
Module 5. The Nginx HTTP Server
HTTP server directives
HTTP logging directives
HTTP file-path directives
Name resolution directives
HTTP client interaction directives
HTTP limits directives
HTTP access module directives
HTTP streaming directives
Module 6. Nginx Load Balancing
About Load Balancing
Setting up the environment
Using the Upstream Module
Using the right directives (Weight, Hash, Max Fails, etc.)
Testing your configuration
Module 7: Troubleshooting Techniques
Analyzing log files
Configuring advanced logging
Common configuration errors
Performance problems
Using the Stub Status module
Section 2: Apache (Day 2 duration 1 day)
Module 1. Installation
Installing Apache
Apache starting, stopping and Apache restarting
Apache uninstalling
Finding Apache’s files location
Module 2. Adding Common Modules
Installing a Generic installation modules
Installing Unix mod_dav
Installing mod_perl
Installing Unix mod_php
Installing mod_ssl SSL (Secure Socket Layers)
Finding Modules Using modules.apache.org
Installing mod_security
Module 3. Logging
Getting more logs entries and Details
Logs rotating
Module 4. Virtual Hosts
Setting Up Name-Based Virtual Hosts
Setting Up address-based virtual hosts
Module 5. Aliases, Redirecting, and Rewriting
Mapping a URL to a Directory
Creating a New URL for Existing Content
Giving URLs (Uniform Resource Locators) users having own URLs Users Their Own URLs
Redirecting to another location
Redirecting Several URLs to the same Destination
Rewriting elements between path and query string
Turning URL Segments into query arguments
Module 6. SSL
Installing SSL
Generating self-signed SSL certificates
Generating a trusted CA
Serving a portion of site via SSL
Authenticating with Client certificates
Module 7. Dynamic Content
Enabling a CGI Directory
Enabling CGI Scripts in Non-ScriptAliased Directories
Specifying a Default Document in a CGI Directory
Enabling and using WebDAV
Complex Configurations and the security Issues with WebDAV
Section 3: Java Virtual Machine (Day 3 duration 0.5 days)
Tuning the Java Virtual Machine
Choosing the JVM settings

Sizing the garbage collector generations
Where to configure JVM settings
When you cannot allocate enough memory for the JVM
The correct amount of memory to grant your application
Setting the correct heap size
The correct ratio between the young and old generations

The garbage collector algorithms
Choosing the right garbage collector for your application
The G1 garbage collector
Debugging garbage collection
Making good use of the memory
Handling 'Out of Memory' errors
Finding the memory leak in your code
Section 4: Java Web
Introduction to Java Web technologies

What is a Servlet and when to use
Introduction to JSP
Servlet versus JSP
What is a JavaBean
Introduction to JEE
The role of EJB (Session Beans, Entity Beans, MDB Beans) in an enterprise application
The MVC pattern
- The role of the Model
- The role of the View
- The role of the Controller
Section 5: Multimedia content and HTML 5
HTML 5 Audio and Video elements
Different streaming protocols
- Internet Protocol television (IPTV)
- HTTP Live Streaming
Server implementations
The role of OTT streaming
Section 6: JBoss (Day 4 duration 1 day)
Module 1: Installing Core Components
Installing the Java environment
Installing JBoss AS
Application server features
Creating a custom server configuration
Module 2: Customizing JBoss AS Services
How to monitor JBoss AS services
JBoss AS thread pool
Configuring logging services
Configuring the connection to the database
Configuring the transaction service
Module 3. Deploying EJB 3 Session Beans
Developing Enterprise JavaBeans
Configuring the EJB container
Module 4: Deploying a Web Application
Developing web layout
Configuring JBoss Web Server
Module 5: Deploying Applications with JBoss Messaging Service
The new JBoss Messaging system
Developing JMS applications
Advanced JBoss Messaging
Module 6: Managing JBoss AS
Introducing Java Management Extension
JBoss AS Administration Console
Managing applications
Administering resources
Module 7. JBoss Drools - Introduction
Getting the software
Installing the BRMS/Guvnor
Installing the Drools plug-in
Module 8. Using the Guvnor
General Navigation
Administration (Rules, Packages, Deployment)
Building a Guided Rules with the Guvnor
From Guvnor to JBoss IDE
Testing your Rules

 
 
  備案號:備案號:滬ICP備08026168號-1 .(2024年07月24日)....................
友情鏈接:Cadence培訓 ICEPAK培訓 PCB設計培訓 adams培訓 fluent培訓系列課程 培訓機構課程短期培訓系列課程培訓機構 長期課程列表實踐課程高級課程學校培訓機構周末班培訓 南京 NS3培訓 OpenGL培訓 FPGA培訓 PCIE培訓 MTK培訓 Cortex訓 Arduino培訓 單片機培訓 EMC培訓 信號完整性培訓 電源設計培訓 電機控制培訓 LabVIEW培訓 OPENCV培訓 集成電路培訓 UVM驗證培訓 VxWorks培訓 CST培訓 PLC培訓 Python培訓 ANSYS培訓 VB語言培訓 HFSS培訓 SAS培訓 Ansys培訓 短期培訓系列課程培訓機構 長期課程列表實踐課程高級課程學校培訓機構周末班 端海 教育 企業 學院 培訓課程 系列班 長期課程列表實踐課程高級課程學校培訓機構周末班 短期培訓系列課程培訓機構 端海教育企業學院培訓課程 系列班
主站蜘蛛池模板: 四虎成人免费视频 | 狠久久| 污污视频网站免费在线观看 | 欧美日韩精品在线观看 | 福利社免费看 | 老司机亚洲精品影院在线观看 | 精品91自产拍在线 | 456极品嫩模在线视频 | 国产三级精品播放 | 岛国大片在线观看免费版 | 99视频精品全部在线播放 | 我不卡影院在线观看 | 九九热在线视频播放 | 色www免费视频 | 久久99国产精品免费观看 | 尹人在线视频 | 日本精品久久 | 青草视频在线观看免费资源 | 啦啦啦中文在线影院观看 | 国产高清在线精品一区在线 | 亚洲一级香蕉视频 | 久久免费福利 | 久青草香蕉精品视频在线 | 六月丁香伊人 | 国产一级毛片高清视频在线 | 国产精品视频久久 | 日韩欧美在线综合网高清 | 国内精品免费 | 黄色网址视频在线播放 | 亚洲精品一级毛片 | 国产欧美另类久久精品91 | 国产一级特黄aa大片高清 | 午夜影院在线观看 | 中文毛片| 日本a级精品一区二区三区 日本a级黄色 | 成人午夜亚洲影视在线观看 | 伊人网久久网 | 色天天综合 | 国产福利在线观看永久视频 | 国产精品欧美久久久久天天影视 | 高清一区在线 |