-
Delphi将TableToClass 表文件转换成类文件
Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;
//读取数据库名称列表
function ReadDBNameList: TStringList;
//读取数据表名称列表
function ReadTableNameList: TStringList;
function TableToClassInfo(ATableName: string): TStrings;
//取得SQLServer字段的类型,返回相应Delphi变量类型
function GetColumnType(AType: integer): string;
//取得SQLServer字段的类型,返回相应字符串
function GetDBColumnType(AType: integer): string;
//仅生成类信息
procedure GenerateClassInfo;
//生成Unit文件
procedure GenerateUnitFile;
procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);
//取得保存的文件名,没有扩展名
function GetFileName(AFileName: string): string;
//保存文件
procedure SaveToFile(AList: TStringList = nil);
//取取选择数据表的数量
- 2022-03-24 10:52:12下载
- 积分:1
-
Android 原生文件管理FileManager代码
安卓文件管理——Android 原生文件管理FileManager代码,支持文件分类查看,可删除、查看手机中的文档、图片、视频等格式的文件,一个文件包括文件名和图表,采用一个垂直线性布局,使用BaseAdapter来存储取得的文件,重写getView方法来返回一个IconifiedTextView(我们自定义的文件布局)对象,源代码中包括丰富注释,详情请下载代码查看。
- 2023-04-28 12:20:04下载
- 积分:1
-
IDC3516
IDC3516-4-20mA电流环隔离接口芯片的应用-IDC3516-4-20mA current loop isolation Application Interface Chip
- 2023-05-22 06:50:03下载
- 积分:1
-
一个时钟程序,c语言下的
一个时钟程序,c语言下的-a clock procedures, the language c
- 2022-03-09 20:47:20下载
- 积分:1
-
AjaxTree jsptree MzTreeView xtree树形菜单代码集锦
AjaxTree jsptree MzTreeView xtree树形菜单代码集锦,其中有两个例子是用在JSP环境下的WEB Tree,其余是基于js的树形菜单,一共有5款树状菜单代码,不管是学习参考或是使用都是值得下载收藏的。
- 2022-02-03 04:03:48下载
- 积分:1
-
每个人都有自己的长处,希望大家一起分享,还有,大家互相学习....
每个人都有自己的长处,希望大家一起分享,还有,大家互相学习.-Everyone has their own strengths, I hope to share with everyone, there are, everyone learn from each other.
- 2023-03-29 09:40:03下载
- 积分:1
-
计算器实现数字的加.减.乘.除等基本运算功能
计算器实现数字的加.减.乘.除等基本运算功能-increases. Cut. X. In addition to the basic computing
- 2022-08-10 15:55:13下载
- 积分:1
-
汽车信号灯控制系统
汽车上有一转弯控制杆。此控制杆有三个位置:
1、 中间位置时,汽车不转弯;
2、 向上时,汽车左转;
3、 向下时,汽车右转...
汽车信号灯控制系统
汽车上有一转弯控制杆。此控制杆有三个位置:
1、 中间位置时,汽车不转弯;
2、 向上时,汽车左转;
3、 向下时,汽车右转;
4、 汽车转弯时,要求左右尾灯、左右头灯和仪表板上的2个指标灯相应地发出闪烁信号;
5、 当应急开关合上时,所有6个信号灯都应闪烁;
6、 汽车刹车时,2个尾灯发出不闪烁的信号;
7、 如刹车时正在转弯,则相应的转弯闪烁信号不受影响。
8、 汽车转弯或应急状态下,外部信号灯和仪表板指示灯的闪烁频率为1HZ。
9、 停靠(合上停靠开关):头灯、尾灯以30Hz的频率闪烁。
-car lights on the car control system is a turn-control. This control rod position are three : a middle position, the car turns; 2, upward, the vehicle turn left; 3. downward car when turning; four car turning, asked about taillights, about headlights and instrument panel in the two corresponding indicator lights flashing to send signals; 5, when a switch on the emergency, all six lights should be flashing; 6, car brakes, two rear of no flashing signal; 7. if the brakes are turning, turning corresponding flashing signal is not affected. 8, cars turning or state of emergency, external appearance and the dashboard lights flicker frequency 1HZ. 9, call (a call on the switch) : headlights, taillights to the frequ
- 2023-03-15 12:30:03下载
- 积分:1
-
APM
APM-PMBOK-CN
对PM的九大知识领域都有介绍-APM- FROM- CN PM on the nine knowledge areas have introduced
- 2022-07-02 08:15:01下载
- 积分:1
-
ASP js 树型菜单-风格类似资源管理器
js 树型菜单 ASP js 树型菜单-风格类似Windows资源管理器左侧的展开菜单,有效解决了使用xmlhttp接口时的乱码问题,通过显示、隐藏区域,达到菜单显示的目的,如果子节点内容为空,则初始化,并更新数据,树形菜单不只是在ASP中会用到,在其它编程环境下同样使用广泛。
- 2022-08-02 12:42:25下载
- 积分:1