摘要:
unit unit1; interface uses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls,unit2, comctrls; type tform1 = class(tform) button1: tbutton; button2: tbutt......
摘要:
我用的red hat9.0.安装了mysql的源码具体: 1.在/etc/local/下建立mysql-3.22.32目录 2.在此目录下 tar xvfz mysql-3.22.32.tar.gz 3.cd mysql-3.22.32 4../configure 5.make 6.make install 下来就不知道怎么使用了!!请教怎么启动服务器,以及怎么连接到服务器??
......
庆祝
高兴,散分
NO.1 作者: 0000001980
又是第一
摘要:
请问类是不是一般可分为下面五种,也就是说在vc里在插入类对话框里看到的基类都是下面的一种类型之一。 我想详细打开某个基类来研究, 请问怎样做? 视窗类 文档类 应用程序类 框架类 对话框
......