type TShowStr = record X: Word; Y: Word; S: array [0 .. 43] of AnsiChar; end; ty ...
Delphi XE 支持MongoDB的數據庫,提供了個例子restaurants可批量導入數據。 本文對比Delphi例子與MongoDB自帶的mongoimport導入批量數據的性能。 步驟: .運行例子前需要先安裝MongoDB,MongoDB安裝及運行mongod.exe,安裝完成后bin目錄中有mongoimport.exe,可將json批量數據導入到數據庫中. .Delphi Mong ...
2016-04-22 21:01 0 2820 推薦指數:
type TShowStr = record X: Word; Y: Word; S: array [0 .. 43] of AnsiChar; end; ty ...
Delphi XE10 錯誤提示:security alert vmware 原因分析:Delphi 啟動頁帶來的網頁安全警報 解決方法: 在Delphi的快捷方式上加個參數 -np (不使用啟動頁) 示例: "D:\Program Files (x86 ...
Delphi Seatle can link Delphi project with Static library files(*.a): 1.at Delphi IDE, Add the "*.a" file Path to Library Path: a. Tools ...
http://www.cnblogs.com/Bonny.Wong/p/7440288.html DevExpress VCL套件是一套非常強大的界面控件,可惜關於Delphi開發方面的說明太少,有些控件使用起來一頭霧水,不知從何下手。本節詳細介紹在Delphi Xe10 Seattle中 ...
DevExpress VCL套件是一套非常強大的界面控件,可惜關於Delphi開發方面的說明太少,有些控件使用起來一頭霧水,不知從何下手。本節詳細介紹在Delphi Xe10 Seattle中如何利用dxLayoutControl 控件來做界面布局。 1、 首先從工具箱面板中將 ...
設計一個選項卡。 大體圖樣: 1、創建一個multi_Device_Application;2、在form上放一個Rectangle1,設置align為top。設置fill屬性的kind ...