先開啟eclipse ,建立的sapui的project,如下:
下面介紹 index.html 程式相關的知識點。
下面**的部分叫做 bootstrap。
引用。data-sap-ui-theme: 設定載入的主題。sap提供了blue crystal
(sap_bluecrystal),platinum
(sap_platinum),gold reflection
(sap_goldreflection)和high contrast black
(sap_hcb)等幾個預設主題,開發人員也可以自定義主題。
data-sap-ui-libs: 設定載入的 openui5 庫。如果有 openui5 中多個庫需要載入,不同的 namespace 用逗號分開。位於sap.m
這個 namespace 中。
ui area
以上的**,可以copy直接執行,如下
更多的學習請參考
ubuntu上第乙個hello程式
1.終端中輸入gedit hello.c 然後輸入程式 2.使用gcc編譯器,編譯出在pc上執行的hello可執行程式 gcc hello.c o hello pc 3.使用arm xilinx linux gnueabi gcc編譯器,編譯出在arm上執行的hello可執行程式 arm xilin...
第乙個linux驅動程式,hello
前面已經把學習linux的開發環境搭建好了,現在逐步開始學習開發過程。先從核心驅動開始,寫乙個網上已經被寫爛的實列程式。先把它編譯好,放進linux系統執行,看看是什麼樣子。建立資料夾hello,在資料夾下面建立檔案hello.c 如下 include include include static ...
學習 我的第乙個WCF程式,Hello
第一節的筆記紀錄 首先建立service,類庫helloindigo,建立類helloindigoservice,在類中定義契約ihelloindigoservice,並實現它。namespace hellodigo public class helloindigoservice ihelloind...