-
Delphi programming skills sets [computer newspaper]. Chm
Delphi编程技巧集[电脑报].chm-Delphi programming skills sets [computer newspaper]. Chm
- 2022-08-17 14:03:28下载
- 积分:1
-
在Delphi中使用串口控件MSComm的0字符接收例程祥解
//以下是创建窗体时的MSCOMM参数设置过程...
在Delphi中使用串口控件MSComm的0字符接收例程祥解
//以下是创建窗体时的MSCOMM参数设置过程-In Delphi, the use of serial port control MSComm 0 characters receive routine Xiangjie// The following is to create a form when the parameter setting process MSCOMM
- 2022-02-02 06:20:56下载
- 积分:1
-
delphi7中文帮助
delphi7中文帮助--只包含了部分, 其他更多可联系原作者。感谢原作者提供!-delphi7 Chinese help-- includes only a part, the rest may contact the original author. Thanks for the original author!
- 2023-06-18 03:10:04下载
- 积分:1
-
Delphi7数据库开发教程,包含该书21套实例
Delphi7数据库开发教程,包含该书21套实例-Delphi7 database development guides, the book contains 21 sets example
- 2022-03-03 10:55:57下载
- 积分:1
-
数 字PID控制算法
数 字PID控制算法-Digital PID control algorithm
- 2022-01-22 07:53:28下载
- 积分:1
-
Clase para imprimir desde un documento de microsoft word
Clase para imprimir desde un documento de microsoft word
- 2022-02-02 19:02:21下载
- 积分:1
-
从事编程的时间已经有几年了,从在学校的小打小闹的编程到现在的在专
门的从事电脑编程的软件公司工作已经有几年了,感慨万千,这中间有过许许多多的...
从事编程的时间已经有几年了,从在学校的小打小闹的编程到现在的在专
门的从事电脑编程的软件公司工作已经有几年了,感慨万千,这中间有过许许多多的
酸甜苦辣,以及有着许许多多的不眠之夜,在此我首先感谢我的朋友们对我的支持,
谢谢你们,同时还要谢谢那些老前辈留下的那些技巧,在我每次面对问题要解决的时
候,是你们辛苦地摸索出来的东西让我豁然开朗,问题迎刃而解.
写这些东西的缘由说来也颇为简单,因为自己觉的有很多的技巧应该与大
家分享,同时也希望我平常所收集的以及我的个人心得能帮助所有编程序的人员 ,
能将我写的这个东西成为你编程的宝典,由于是我第一次做这样的东西,难免会有这
样或是那样的不足之处,还请广大朋友指正. 由于技巧不断的更新 , 所以这个东西也
要不断的更新,我第一次首先尝试制作有关Delphi的技巧,由于我现在用的是她,所以
先写Delphi的技巧,其他的诸如VB、VC的技巧等我整理以后再进行制作,还希望广
大的网友多多支持。-Programming time has been engaged for several years, chipping away from the school of programming to the current in the tertiary
The door in computer programming, software company, has been for several years, and filled with emotion, which had many of the middle
Ups and downs, as well as with many sleepless nights, and I begin to thank my friends for their support,
Thank you, thank you to those old-timers while also leaving those skills in every time I face the problem to be solved when the
Hou, yes you have worked hard to
- 2022-05-06 05:27:49下载
- 积分:1
-
ADOM+设计篇意在测试com+的事务处理能否正确执行。
将组件安装后,在组件服务中该com+组件的属性设置中将“激活”页的“启用对象池”选项选中,执行客户...
ADOM+设计篇意在测试com+的事务处理能否正确执行。
将组件安装后,在组件服务中该com+组件的属性设置中将“激活”页的“启用对象池”选项选中,执行客户端程序调用上面这个方法,发现com+的事务机制不能正确执行,数据会写入数据库中。如果不选中“启用对象池”,则一切正常,数据并不会写到数据库中。
说明:Translation DataModule的设置,事务属性:requires a transaction,允许object pooling,pooled设为true,无论将AutoComplete设为True或False都会出现上述情况。
该问题最先由ytwxw (wxw) 提出,至今尚未有结论,我也发现类似问题。我俩探讨后无法解决,特在此再开一贴。请各路com+高手帮忙解答!
-ADOM design sections was aimed at testing com business can correct implementation. Components will be installed, Component services in the com component attributes will be set up "activated" page "open object pool" option selected. implementation of client programs call the above, the Panel found com mechanism for proper implementation, data will be included in the database. If not selected "targets of the opening pool", then everything normal, and no data writes database. Note : Translation DataModule settings, the panel attributes : requires a transaction, allowing object pooling. pooled as a true, Regardle
- 2022-08-16 22:17:39下载
- 积分:1
-
Delphi 的RTTI机制的所有技术文档(相当齐全)
Delphi 的RTTI机制的所有技术文档(相当齐全)-Delphi" s RTTI mechanism for all the technical documentation (fairly comprehensive)
- 2023-06-17 21:45:04下载
- 积分:1
-
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是
像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。
客...
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是
像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。
客户程序在向服务器请求数据时,得到的数据可能是由一个或多个表中的字段构成的,而请求是
通过结构化查询语言( S Q L )实现的。
-development of client/server applications, a need to consider the problems that still face pool-oriented record? Clients are not as desktop database program as directly face the database tables, and faced with only a subset of data. Client to the server requesting data, the data may be from one or more tables of fields, which are requested through structured query language (S Q L) achieved.
- 2022-08-21 15:30:36下载
- 积分:1