上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页
  2009年3月2日
摘要: Delphi中如何进行HTTP编程,比如:发送一个XML文件给服务器? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061127032913245.html Delphi中如何进行HTTP编程,比如:发送一个XML文件给服务器该如何写,大虾帮忙啊,有代码最好? http://www.... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: 文件操作问题,如何在文件尾部追新的文件片? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061127111443244.html 我用indy分片断点传文件,客户端每次发送32K,但是在服务器端接收之后,每次写入都将原来的覆盖了,如何解决?望高手不吝赐教! 服务器... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(183) 评论(0) 推荐(0) 编辑
摘要: IDFtp list问题,请大家帮忙 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128084519243.html 大家看一下,我用WINDOWS FTP服务没有问题,而用Serv-U时,在LIST时,总报一个导常.将FTP设置成APassive也不行啊,高手帮忙. ... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 求助:一段Delphi代码是什么意思,想转成java,谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128102242242.html 小弟是作java的,现在要作系统改造,有这么一段代码 --------------------------------... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 关于连接到服务器判断网络速度的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128103014241.html 我用delphi6+sqlserver2000,假如用delphi6开发的程序通过vpn连接到数据库sql2000时,我怎么判断这个程序是运行在vpn还是运行在局域... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 如何截取webbrowser在onnewwindow2前要打开的页面来判断跳转到哪个webbrowser中去 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128131746240.html 如题。急!!! procedure TfrmRepCenter.wbBeforeNa... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 与C++通信的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128144219239.html 最近要用DELPHI写一个与C++通信的东西,我一直玩.NET的,但最近公司把一个DELPHI的项目丢给了我,我公司是游戏公司,目前要实现的功能是我要DELPHI开发一个功能,比如... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 怎么样获取浏览器“该页无法显示”这类的异常 - - Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128152441238.html 用WebBrowser.Navigate,万一页面刷不开,显示“该页无法显示”或者“找不到服务器”,这样的状态怎么捕获? ... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 怎么才可以使用 IPX 协议??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128160205237.html 我想程序中使用IPX协议要加什么控件?? 原生 socket 开发, 在 socket 函数建立时指定, bind 时指定 ipx... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 关于IdFTP的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061130180317224.html 我的代码如下 with IdFTP1 do begin Userna... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(176) 评论(0) 推荐(0) 编辑
摘要: TCPserver Tcpclient 怎么实现聊天室一起聊天的功能呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061130225339223.html TCPserver Tcpclient 两个组件分开的 一个在服务器端!一个在客户端! 怎么... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 如何自动登录网页并分析网页 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061201105531222.html 带frame的php网站,利用webbrower 想实现自动登录并自动分析获取网页中的数据,该网页中的数据定时自动刷新。 见有利用IHTML... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: 线程调用webservice出错了。。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061201110329221.html var ht:Thttprio; it1:Ifilews; markinfo:integer; begin ... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(515) 评论(0) 推荐(0) 编辑
摘要: windows2003 com+导出无法在windows2000上安装 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129162028232.html 各位,我这现在遇到比较难缠的问题: 服务器(操作系统2003)安装了com+组件,导出代理,安装在客户机上(win20... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 遵循Modbus协议通过Usb(Ch375)通信的上位机传输问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129164355231.html Usb芯片:Ch375 协议:Modbus 上位机开发软件:delphi 传输格式(RTU): ... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 关于bds2006里面的indy 问题!!!!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129173832229.html 1.现在用BDS2006,谁能告诉我里面的indy是9还是10啊? 2.里面的udpserver不会用,read事件里的ADATA是TBy... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 关于indy连接ftp的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129180236228.html try IdFTP1.Disconnect; IdFtp1.Host:='61... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 有关DLL的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129214757227.html 在一个ASP页面,用了一个DLL文件,我想在DLL中直接获取当前网页的网址,怎么做呢? 不能通过由ASP页面传值过来的方式. 在DLL中生成一个indy组件就可以了 ... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 菜鸟问个问题,idUDPServer发送字符串 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061128162632236.html 放2个TIdUDPServer procedure TForm1.FormCreate(Sender: TObject); ... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(376) 评论(0) 推荐(0) 编辑
摘要: socket问题,请各位帮忙,谢谢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129103700235.html 我的服务端程序如下: Procedure TFileServerThread.ClientExecute; Var ... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(159) 评论(0) 推荐(0) 编辑
摘要: DELPHI网络电话 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129112512234.html 各位大哥哥,用啥控件和原理,是例子就更好了 控件还在制作. 原理就很简单:与网络传输文件相同 真正的网络电话和楼上说的不同,你至少需要深入了解通讯行业,否则你无法成功... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 远程屏幕传输“差异截图”的问题。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061130140714225.html 求差异截图的远程屏幕传输代码。 PS:DELPHI园地网站的差异截图代码太烂了 具体什么意思? mirror dirver 的驱动,,... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(355) 评论(0) 推荐(0) 编辑
摘要: WebSnap+IntraWeb应用问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061129153643233.html 有人用WebSnap+IntraWeb开发过web应用程序吗??? 我在用WebSnap+IntraWeb开发一个B/S结构的web应用... 阅读全文
posted @ 2009-03-02 11:28 delphi2007 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 我有个简单网络传输加密的想法,但不会实现,请高手给出代码 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061203182915209.html 把数据加密后再通过套接字函数发送出去 接收方收到后再解密 所谓加密就是 对数据隔位取反 ... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 我想做一个EMAIL搜索器,如我把www.51job.com 上的邮件搜索下来,如何做,提供思路 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061204101742208.html 我想做一个EMAIL搜索器,如我把www.51job.com 上的邮件搜索下来,如何做,提... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 中间件发布 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061204101854207.html 自己写了个中间件系统,欢迎大家下载评估。 特点: 支持Delphi,C++(cb, vc, g++)面向对象开发, 跨操作系统平台... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 急问:关于idtcpserver收包错位的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061204132847206.html 想用idtcpserver做一个主站软件,接受远程终端通过GPRS功能发送的报文。 在IdTCPServerExecute里用AThread.... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 郁闷N天了,IDFTP发生10054错误后无法继续上传文件,重新创建IDFTP后发生错误:550 cannot create file。请教解决方法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061201111110220.html 如题。 服务器认为文件还没传完,那就锁定了 ... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(373) 评论(0) 推荐(0) 编辑
摘要: delphi 怎么ping计算机名或ip 地址 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061201140126219.html delphi 怎么ping计算机名或ip 地址??? indy idICMP function TMainForm.ping( v... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 急求解决办法:如何用ics控件中的ftpserver控件实现文件的多线程下载???! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061201142358218.html 我利用ics中的ftpserver控件写了一个ftp服务器,所有一切功能都正常,就是在文件下载时,常常导致我的服务... 阅读全文
posted @ 2009-03-02 11:27 delphi2007 阅读(268) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页