DSL领域专用语言申思维20120.PDFVIP

  • 2
  • 0
  • 约4.21千字
  • 约 18页
  • 2019-02-06 发布于天津
  • 举报
DSL领域专用语言申思维20120

DSL: 领域专用语言 申思维 2015-3-20 Domain Specific Language 干嘛用它 ? 它是啥 ? 数学 DSL: 1 + 1 = 2 非 DSL: 一加一等于二 对这个公式 , 非 DSL 怎么办 ? 音 非 dsl: 都 来 咪 发 嗖 啦 西 都 简谱 : 1 2 3 非 DSL 怎么办 ? 化学 ● C 碳 H 氢 ● ● CO2 ● 二氧化碳 非 DSL 怎么办 ? 回到程序世界 var pb=Titanium.UI.createProgressBar({ top:10, width:250, height:auto, min:0, max:10, value:0, color:#fff, message:Downloading 0 of 10, font:{fontSize:14, fontWeight:bold}, style:Titanium.UI.iPhone.ProgressBarStyle.PLAIN, }); win.add(pb); pb.show(); 回到程序世界 Alloy Window id=win backgroundColor=white ProgressBar id=pb message=Downloading 0 of 10 / /Window /Alloy “#win”: { top: “10”; width: “250”; height: “auto”; color: “#ffffff”; } 回到程序世界 controller: $.pb.show();

文档评论(0)

1亿VIP精品文档

相关文档