作業第十二周

2022-08-17 21:42:15 字數 3372 閱讀 2696

1、通過ansible roles編排實現 httpd 角色的部署

設定ssh免密碼登陸

vim ansible_ssh.sh

#!/bin/bash

[ -f ~/.ssh/id_rsa ] || ssh-keygen -f ~/.ssh/id_rsa -p "" -q

rpm -q sshpass &> /dev/null || yum -y install sshpass &> /dev/null

prefix=10.0.0.

passwd=tianze

for i in ;do

&done

wait

bashansible_ssh.sh

安裝ansible

yum -y install ansible  ##事先需要配置好epel源  

vim /etc/ansible/hosts  ##檔案末尾新增以下內容 主機清單

[webservers]  ##主機組

main.yml是task的入口檔案

在files目錄下準備兩個檔案(可也用yum -y install httpd安裝後把檔案copy到files目錄下)

在playbook中呼叫角色

執行playbook

2、簡述 mysql 資料庫訪問的執行過程。

3、s e l e c t 語句的完整語法較複雜,但至少包括的部分是 ( b)

a.僅 s e l e c t

b.s e l e c t ,f r o m

c.s e l e c t ,g r o u p

d.s e l e c t ,i n t o

4、一張表的主鍵個數為 ( c)

a.至多 3 個 b.沒有限制

c.至多 1 個 d.至多 2 個

第十二周作業

例題1 includeusing namespace std struct date struct student int main stu1,stu2 stu1.num 1001 stu1.age 20 stu2 stu1 cout includeusing namespace std struc...

第十二周作業

1 多文件窗體 mdi form 功能演示 2 日期控制項datetimepicker功能演示 3 月曆控制項monthcalender功能演示 4 樹型列表控制項treeview功能演示 tn.expand 展開tn節點 treeview1.selectednode tn1 把新增節點設定為當前選...

第十二周作業

一.jpanel 方法型別 描述public jpanel 構造建立乙個預設的jpanel物件,使用流布局管理器 public jpanel layoutmanager layout 構造建立乙個指定布局管理器的jpanel物件 二.jsplitpane 三.jtabbedpane 四.jscrol...