当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: procedure TForm1.Button2Click(Se
 

 

    摘要:1,adoconnection和adotable在delphi中的使用adoconnection和adotable在delphi中像许多书中教的那样设置好连接上数据库(我用的sqlserver),运行没有问题。然后我修改,目的是可以修改连接数据库而不用在delphi中修改adoconnection的connectionstring属性,还不出现连接对话框。修改步骤:将loginprompt设置为f......
    摘要:作为一个开发各种信息系统的程序员,写报表是家常便饭的事,以至于曾经写个一个为报表而报表的项目^_^我用过报表的控件不多,用过quick report,rave report还有以前用vb时用过十分低版本的crystal report,当然还有这篇文章的主角excel。excel做报表有什么好处与坏处。我就不说了,大家都明白。(写了浪费大家时间)在delphi中有专门的控件去调用word、excel......


用clientsocket发送http头请求

【程序编程相关:qq魔法表情原理,解密及其他

procedure tform1.button2click(sender: tobject); 【推荐阅读:Delphi字符串函数大全

【扩展信息:我的共享软件防破解的实用着法

var httpstr:string;

begin

    cs1.active :=true;

    httpstr:=get http://www.paymesurf.com:80/surf3.php?usrid=607 http/1.1+#13#10;

    httpstr:=httpstr+accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*+#13#10;

    httpstr:=httpstr+accept-language: zh-cn+#13#10;

    httpstr:=httpstr+user-agent: mozilla/4.0 (compatible; msie 6.0; windows nt 5.0; myie2; .net clr 1.1.4322)+#13#10;

    httpstr:=httpstr+host: www.paymesurf.com+#13#10;

    httpstr:=httpstr+proxy-connection: keep-alive+#13#10;


...   下一页
    摘要:在delphi中使用xml文档有两种方法 使用xml broker, 是delphi 内置的。例: unit showxml; interface uses classes httpapp db dbclient midas xmlbrokr webcomp miditems; type tcustomshowxmlbutton = class(txmlbutton iscriptcomponen......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE