在項目中,如何應對需求的變更?_項目需求的變更

來源:互聯網
上載者:User
<span style="font-size:18px;"><?xml version="1.0" encoding="UTF-8"?><ElecData><Function><FunctionCode>a</FunctionCode><FunctionName>儀器裝置管理</FunctionName><ParentCode>device</ParentCode><ParentName>技術設施維護管理</ParentName></Function><Function>     <FunctionCode>b</FunctionCode>     <FunctionName>裝置校準檢修</FunctionName>     <ParentCode>device</ParentCode>     <ParentName>技術設施維護管理</ParentName>  </Function>  <Function>     <FunctionCode>c</FunctionCode>     <FunctionName>裝置購置計劃</FunctionName>     <ParentCode>device</ParentCode>     <ParentName>技術設施維護管理</ParentName>  </Function>  <Function>     <FunctionCode>d</FunctionCode>     <FunctionName>資料圖紙管理</FunctionName>     <ParentCode>informationAndPaper</ParentCode>     <ParentName>技術資料圖紙管理</ParentName>  </Function>  <Function>     <FunctionCode>e</FunctionCode>     <FunctionName>網站基本資料</FunctionName>     <ParentCode>station</ParentCode>     <ParentName>網站裝置運行管理</ParentName>    </Function>    <Function>     <FunctionCode>f</FunctionCode>     <FunctionName>運行情況</FunctionName>     <ParentCode>station</ParentCode>     <ParentName>網站裝置運行管理</ParentName>  </Function>  <Function>     <FunctionCode>g</FunctionCode>     <FunctionName>維護情況</FunctionName>     <ParentCode>station</ParentCode>     <ParentName>網站裝置運行管理</ParentName>  </Function>  <Function>     <FunctionCode>h</FunctionCode>     <FunctionName>監測台建築管理</FunctionName>     <ParentCode>jct</ParentCode>     <ParentName>監測台建築管理</ParentName>  </Function>  <Function>     <FunctionCode>i</FunctionCode>     <FunctionName>角色管理</FunctionName>     <ParentCode>sysmng</ParentCode>     <ParentName>系統管理</ParentName>  </Function>  <Function>     <FunctionCode>j</FunctionCode>     <FunctionName>待辦事宜</FunctionName>     <ParentCode>sysmng</ParentCode>     <ParentName>系統管理</ParentName>  </Function>  <Function>     <FunctionCode>k</FunctionCode>     <FunctionName>資料字典維護</FunctionName>     <ParentCode>sysmng</ParentCode>     <ParentName>系統管理</ParentName>  </Function>  <Function>     <FunctionCode>l</FunctionCode>     <FunctionName>新增功能</FunctionName>     <ParentCode>operate</ParentCode>     <ParentName>操作許可權分配</ParentName>  </Function>  <Function>     <FunctionCode>m</FunctionCode>     <FunctionName>刪除功能</FunctionName>     <ParentCode>operate</ParentCode>     <ParentName>操作許可權分配</ParentName>  </Function>    <Function>     <FunctionCode>n</FunctionCode>     <FunctionName>編輯功能</FunctionName>     <ParentCode>operate</ParentCode>     <ParentName>操作許可權分配</ParentName>  </Function></ElecData></span>
<span style="font-size:18px;"></span>
<pre name="code" class="java"><span style="font-size:18px;"><!-- 應對需求變更:原資料a,b,c,d,e,f,g,h......    資料庫中的儲存結構,即組成許可權的字串String popedom = abcdefth......    頁面控制popedom.<strong>contains</strong>("a") 是否具有許可權現資料aa,ab,ac,ad...az,ba,bb,bc...bz,ca......    資料庫中儲存結構,即組成許可權的字串String popedom = aa@ab@ac@ad......    頁面控制 popedom.<strong>contains</strong>("aa") 是否具有許可權        或者String [] dom = popedom.<strong>split</strong>("@");          dom[i].<strong>equal</strong>("aa"),用於判斷是否具有許可權  --></span>

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.