delphi备份恢复剪切板
摘要:http://blog.csdn.net/youthon/article/details/7327776delphi备份恢复剪切板 分类: Delphi编程2012-03-07 10:31578人阅读评论(0)收藏举报delphidestructorconstructorintegerclasswi...
阅读全文
如何在sql server数据库中建立主从表
摘要:建立关联是通过外键引用实现的 例如建立一个学生表和班级表的关联,可以如下: create table class ( classid char(4) primary key not null, classname varchar(10) not null ) go create table stud...
阅读全文
Microsoft SQL Server 2008 R2官方中文版(SQL2008下载)
摘要:Microsoft SQL Server 2008 R2官方中文版(SQL2008下载)http://www.2cto.com/database/201308/235349.html
阅读全文
unigui数据库连接池
摘要:http://www.cnblogs.com/hnxxcxg/p/3632675.htmlunigui数据库连接池UNIGUI for delphi,是一款WEB RIA开发框架。开发WEB程式如传统C/S般简单,众多DELPHIER趋之若鹜。虽然上手非常容易,但要真正使用好,有些地方还是值得考究的...
阅读全文
unigui 服务器 是否显示 程序窗口
摘要:unigui 服务器 是否显示 程序窗口servermodule 窗体的这个standaloneserver属性 为false 时 显示窗体。 为true 时 不显示窗体。哈哈
阅读全文