清華大佬耗費三個月吐血整理的幾百G的資源,免費分享!....>>>
如何使用 <AppML>
本章節將通過以下4個簡單的步驟演示如何創建<AppML>的應用程序。
下一章將介紹如何下載<AppML>,并開始在你自己的電腦上開發Web應用程序。
1.創建模型(Model)
使用以下內容創建文件
<appml>
<datasource>
<database>
? <connection>Demo</connection>
? <sql>SELECT CustomerName,ContactName,City,Country FROM Customers</sql>
? <orderby>CustomerName</orderby>
</database>
</datasource>
<filters>
? <query>
? <field>CustomerName</field>
? </query>
</filters>
</appml>
<datasource>
<database>
? <connection>Demo</connection>
? <sql>SELECT CustomerName,ContactName,City,Country FROM Customers</sql>
? <orderby>CustomerName</orderby>
</database>
</datasource>
<filters>
? <query>
? <field>CustomerName</field>
? </query>
</filters>
</appml>
掃碼二維碼 獲取免費視頻學習資料