2008年10月28日
摘要: Indy10发送与接收问题(记录) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061214163900127.html 我使用TIDTcpClient及TIdTcpServer, 使用ReadLn及WriteLn正常. 但是我想发送记录类型,如何做呢?我的实现如下... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: TIDSMTP发送邮件时的奇怪提示! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061214202002126.html 我用Indy的TIDSMTP和TIDMessage发送电子邮件,但是出现了bad secquence of command错误!我的代码是这样的: ... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 关于调用WEB服务超时的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061215110614122.html 我用DELPHI的THTTPRIO调用WEB服务,现在我想设置系统的超时时间,设置FHttPRIO.HTTPWebNode.ConnectTimeout属性后,调用WEB... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 关于分层问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061215115937121.html 最近再做关于分层的东西 ,但是以前习惯了一气呵成(哈哈),现在理解分层的东西有点困难,表现层,业务层,数据层,它们是怎样 工作的?怎样通信?如何划分他们之间的 功能? 设... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 调用C#写的Web服务, 怎么老是出现错误 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061213113644134.html 调用C#写的Web服务, 怎么老是出现错误 用那个WSDL import 输入地址...老是提示XML ... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 请教用TIdUDPServer接收16进制数据转换的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061213114706133.html 我用TIdUDPServer接收机器发来的数据,因为接收的数据都为16进制的,所以无法判断,请问我怎样才能将其转换为char或string型... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 获取 网络连接速度 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061211144729150.html delphi 如何做到获取或者测试当前电脑的网络速度呢.具体的网速的大小如何获取呢? 这个是交换机上设置的 你要有权限.. 本地网卡的 速度可以的 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 技术散分:Delphi中用API实现在MSN的信息提示 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061211171215149.html 我是比较喜欢用MSN的,因为它的信息提示比较独特,所有的聊天软件都是弹出一个常规的Windows对话框,而它却好像是从任务栏里冒出来的。想想了,... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(195) 评论(0) 推荐(0) 编辑
摘要: TIUDPClient使用过程中出了一个问题,请教一下怎么解决 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061211224340148.html 报错如下 ‘SocketError # 10054 Connection reset by peer’... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 创建TFileStream,用idicpserver发送,怎么总抱错? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061211230320147.html 怎么总报No data to read错误呢? var fStream : ... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 请教 indy 中的 tldUdpServer 如何实现对本地端口6100进行监听! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212001946146.html delphi版本 7.0 初学delphi,不知如何设置!还请高手指点! 我用... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 收集全球信息 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212082801145.html 收集全球信息 我在internet上有一台服务器, 我想收集全球的使用我们软件的相关信息和文件, 同时我又想避免防火墙或端口的限制导致客户无法连接我的服务器... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 我们公司安装了个监控软件, 每个客户端都要安装,VB写的.可以得到上网记录,这是如何做到的? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212091509144.html 我们公司安装了个监控软件, 每个客户端都要安装,VB写的.可以得到上网记录,这是如何做到的? ... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 想问一下在delphi7里怎样实现自动发邮件的功能 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212105758143.html 想问一下在delphi7里怎样实现如下功能: 把messagebox发出的提示信息,自动通过邮件的方式发给某一个收件人!TKS... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(425) 评论(0) 推荐(0) 编辑
摘要: http://flash.chinaren.com/ip/id.php参数传递的是什么? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212111303142.html procedure TForm1.Button1Click(Sender: TObject); ... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(492) 评论(1) 推荐(0) 编辑
摘要: 关于TClientDataSet创建动态表的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212115522141.html 一般步骤: var table:TClientDataSet; 1. table:=TCli... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(431) 评论(0) 推荐(0) 编辑
摘要: SOS,JI急寻帮助! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212134416140.html ASTA VoIP Version 2 for H323 for Delphi或者TNH323Core 如果谁有该控件,请迅速与我联系,本... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 三层结构,在自动启动服务器的应用服务的一个小问题.请教大虾们 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212143313139.html 客户端通过IAppServer接口与应用服务器通讯,SocketConnetion,ClientDateSet. 应用服务器采用... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(410) 评论(0) 推荐(0) 编辑
摘要: RemObjects SDK开发论坛 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212150152138.html http://ro.yeahit.com/ 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(1281) 评论(1) 推荐(0) 编辑
摘要: 想写一个网站分发数据的软件,就是网站将数据文件分发到所有的客户机里,怎么实现? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061212150242137.html 没一点头绪,急呀 同步程序 没试过 但是我有一个思路 对所有的外部连接 顺序发送文件 ... 阅读全文
posted @ 2008-10-28 09:54 delphi2007 阅读(224) 评论(0) 推荐(0) 编辑