1. 程式人生 > >2016/12/13學習工作日誌

2016/12/13學習工作日誌

一、學習總結

1、內容:標籤建表

<div id="terminalRecordList">
    <form class="form-inline" id="terminalRecordForm">
                <style>
                    .font-col-one {
                      background-color: floralwhite;
                      font-size:14px;
                      font-weight:750;
                      color:#gray
                    }
                    .font-col-two {
                      background-color: floralwhite;
                      font-size:14px;
                      font-weight:750;
                      color:#gray
                    }
                    .font-col-three {
                      color: #999;
                      line-height: 30px
                    }
                </style>
                <table id="tab_detail" class="table table-bordered setting" width="100%">
                    <colgroup align="center" valign="middle">
                        <col align="left">
                        <col align="left">
                        <col align="left">
                        <col align="left">
                        <col align="left">
                        <col align="left">
                        <col align="left">
                        <col width="10%" align="right">
                    </colgroup>
                    <tbody>
                        <tr>
                            <th rowspan="1" class="font-col-one" >任務名稱</th>
                            <th rowspan="1" class="font-col-two" >${taskName}</th>
                        
                            <th rowspan="1" class="font-col-one" >更新時間</th>
                            <th rowspan="1" class="font-col-two" >${updateTime}</th>    
                        
                            <th rowspan="1" class="font-col-one" >終端成功執行率</th>
                            <th rowspan="1" class="font-col-two" >${coverage}</th>
                        
                            <th rowspan="1" class="font-col-one" >事件數量</th>
                            <th rowspan="1" class="font-col-two" >${event}</th>
                        </tr>
                    </tbody>
                </table>
                <table id="tab_detail2" class="table table-bordered setting" width="100%">
                    <colgroup align="center" valign="middle">
                        <col align="left">
                        <col align="right">
                    </colgroup>
                    <tbody>
                        <tr>
                            <th rowspan="1" class="font-col-one" >任務名稱</th>
                            <th rowspan="1" class="font-col-two" >更新時間</th>
                            <th rowspan="1" class="font-col-one" >終端成功執行率</th>
                            <th rowspan="1" class="font-col-two" >事件數量</th>
                        </tr>
                        <tr>
                            <th rowspan="1" class="font-col-one" >${taskName}</th>
                            <th rowspan="1" class="font-col-two" >${updateTime}</th>
                            <th rowspan="1" class="font-col-one" >${coverage}</th>
                            <th rowspan="1" class="font-col-two" >${event}</th>
                        </tr>
                    </tbody>
                </table>

<th><td><tr>標籤學習理解之間的差別。

2、目的:完成執行率列表

二、工作總結

1、內容:完成了執行率列表,兩種顯示方式,最終用哪一種還需要考量;完成許可權列表操作一欄中的前臺程式碼。

2、目的:完成相應的工作任務。

三、明日計劃

1、完成操作一欄中功能的新增。

2、完成工作學習總結包括一天一問。