大匠之風
程式開發經驗分享
網頁
(移至...)
Web Technical
Node.js 新手指南
DataSnap 三層開發
About Me
▼
2017/11/29
First HelloWorld with Sencha ExtJS in WebBroker -- Delphi 3 以上適用 (CHT)
›
在 IDERA 買下 Sencha 後,一直很想知道要如何使用,在 EMBT 還沒有推出新的開發框架之前,先來自己體驗看看吧! 首先,先要有 HTML5 模板,它長這樣:
2017/11/27
Statistically compare performance : Step sum total and Aggregates sum total (CHT)
›
有時我們會需要加總 DataSet 裡的某個欄位資訊給使用者,讓使用者可以很快速的掌握全局。 加總的方法很多,在資料庫典型的作法是: SELECT SUM(Field) FROM Table 在 Delphi 中,我們常用的作法是這樣:
2017/11/20
Delphi 往 Web 方向發展,然後呢?
›
11/17 (五) 聽了 Embarcadero 網路研討會後,大致上有幾個重點: WebBroker 可以在 Linux 上運行 (已經實現) RAD Studio IDE 將會增加 ExtJS 的前端框架 可能支援 JavaScript code insight ...
2017/11/15
Service Oriented Architecture with WebBroker
›
在 Embarcadero Technologies Youtube 上看到一篇關於【從零打造以服務導向的WebBroker】,底下將它內嵌過來: 前半部描述的是 SOAP,把 TRemotable 和 SOAP API 的搭配交待得很清楚,輔以 TRemotable 後...
2017/10/08
Forever without restarting IIS - ISAPI Loader
›
Eggcentric ISAPI Loader is update the ISAPI dll solution. Update your ISAPI DLL while in USE and without restarting IIS!! I have a ...
2017/10/01
DBX framework 初探 (二) - In FireDAC
›
上回介紹了 DBX framework 的好處,我們來看看實作的程式碼: var LDBXConn: TDBXConnection; LCmd: TDBXCommand; LReader: TDBXReader; begin LDBX...
2017/09/26
DBX framework 初探
›
DBX 框架在官方手冊裡有句話引起我的注意: Currently, using a TDBXValue is the fastest way to pass a parameter, because these are the internal objects used...
2 則留言:
‹
›
首頁
查看網路版