<?xml version='1.0' encoding='gb2312'?>
<rss version='2.0'>
<channel>
<title>盒子论坛</title>
<description>DELPHI盒子技术论坛</description>
<link>http://bbs.2ccc.com/</link>
<language>zh-cn</language>
<copyright>Copyright 2004, bbs.2ccc.com</copyright>
<webMaster>root@2ccc.com</webMaster>
<docs>http://bbs.2ccc.com/rss.asp</docs>
<generator>Rss Generator By bbs.2ccc.com</generator>
<item>
<title><![CDATA[image打开数码相机的照片极慢！]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349817</link>
<author>21968578 </author>
<description><![CDATA[用image打开一些数码相机拍的照片，通常是2M-5M之间，image要显示大约需要1.5-3秒的时间。

用windows自带的看图程序，再大一些的图片也只要1秒就打开了。

请问如何加快image打开大图片的速度，或者用其它的什么控件？请尽量详细，谢谢]]></description>
<comments>回复:0 浏览:8</comments>
<pubDate>Tue, 09 Mar 2010 18:03:44 GMT</pubDate>
</item>
<item>
<title><![CDATA[老师们好！求一个很早前的类库“xcl”文件，我实在找不到了，谢谢！]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349816</link>
<author>lfj_hycs </author>
<description><![CDATA[老师们好！我是新手，最近学习一位前辈编的程序，其中用到了xControl、TxButton，我从网上查到是用的xcl，许是时间过于久远，现在网上找不到这个组件了，我在咱们这里看到一个DELPHI5增强版的贴子里有这个组件，只好在这里试一下了。若哪位朋友有这个组件，可否发到我的邮箱？lfj_hycs@163.com，不胜感激！]]></description>
<comments>回复:0 浏览:9</comments>
<pubDate>Tue, 09 Mar 2010 17:03:53 GMT</pubDate>
</item>
<item>
<title><![CDATA[Delphi 2010 3516安装文件的密码]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349807</link>
<author>suneves </author>
<description><![CDATA[想做一个绿色版的2010，可是这一堆7zip文件，不知道解压密码。有哪位知道的么？]]></description>
<comments>回复:0 浏览:66</comments>
<pubDate>Tue, 09 Mar 2010 13:03:47 GMT</pubDate>
</item>
<item>
<title><![CDATA[从TBlobField里读出的数据，怎么样才能转化成某个类的实例？]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349800</link>
<author>nevergrief </author>
<description><![CDATA[从TBlobField里读出的数据，怎么样才能转化成某个类的实例？
这个类定义如下：
TcxSchedulerEventRecurrenceInfo 至少包含有以下属性：
		Count
		DayNumber
		DayType
		DismissDate
		Event
		Finish
		OccurDays
		Periodicity
		Recurrence
		Start
		YearPeriodicity

我就是想在Blob转换成TcxSchedulerEventRecurrenceInfo之后，利用它的属性进行分析和运算。但是我不会转换。
代码如下：
    stream1: TMemoryStream;
    with ADOPubSch do
    begin
        Close;
        SQL.Clear;
        SQL.Add('SELECT * FROM sch_pub ');
        Open;
        while not eof do
        begin
          TBlobField(Fieldbyname('RecurrenceInfo')).SaveToStream(stream1);
          // 到这一步之后得到一个MemoryStream，怎么转成TcxSchedulerEventRecurrenceInfo的实例呢？
          // 或者有其它办法不用MemoryStream得到这个BlobField的数据并加以转换呢？
          Next;
        end;
    end;
==========
题外话：这个问题其实源自于DevExpress的TcxScheduler2控件，也就是日程安排表控件，它对应的数据库其中有一个字段是Blob类型。但是我必须把它读出来并加以分析和转换。有经验的大侠们还请指教一二，非常感谢！]]></description>
<comments>回复:1 浏览:37</comments>
<pubDate>Tue, 09 Mar 2010 13:03:10 GMT</pubDate>
</item>
<item>
<title><![CDATA[BusinessSkinForm 8.X 有源码版的吗？谢谢！]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349796</link>
<author>huzhan </author>
<description><![CDATA[
BusinessSkinForm 8.X目前有源码的吗？]]></description>
<comments>回复:0 浏览:33</comments>
<pubDate>Tue, 09 Mar 2010 12:03:58 GMT</pubDate>
</item>
<item>
<title><![CDATA[mscomm调用出现问题了，求救。。。 [含附件]]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349787</link>
<author>zxllt </author>
<description><![CDATA[调用的时候出现的，请问是什么原因啊。。

控件放在system32下面了，也注册了，注册表也修改了，原来用都不需要修改的，今天出问题了，查说要修改注册表，就修改了。重新安装过了。。。还是不行。。。急死了，小问题，可是就不能编译了。。。谢谢啊。。]]></description>
<comments>回复:5 浏览:51</comments>
<pubDate>Tue, 09 Mar 2010 08:03:49 GMT</pubDate>
</item>
<item>
<title><![CDATA[UniDAC V3.00.6好像不是可用版]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349785</link>
<author>tree2005 </author>
<description><![CDATA[  好像是低级问题，不过搞了一上午了。

  [ILINK32 Error] Fatal: Unable to open file 'SQLSERVERUNIPROVIDER.OBJ'

  明明已经设了路径。为什么始终编译不进去。取消Provider就可以了。
C++ Builder环境，2009，2010都试过了。以前的3.00.5没有问题。在Lib下
找到SQLServerUniProvider.dcu，这个相当于C++Builder的Obj吧？]]></description>
<comments>回复:1 浏览:132</comments>
<pubDate>Tue, 09 Mar 2010 07:03:22 GMT</pubDate>
</item>
<item>
<title><![CDATA[问个小白问题，D2010的搜索功能]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349780</link>
<author>fasmot </author>
<description><![CDATA[怎么才能还原成以前那样？单独弹一个搜索对话框出来？新版这样貌似不能搜索整个工程和目录了！
还有cnpack的F2修改功能是不是在D2010有问题？]]></description>
<comments>回复:2 浏览:87</comments>
<pubDate>Tue, 09 Mar 2010 06:03:40 GMT</pubDate>
</item>
<item>
<title><![CDATA[dbx,clientdataset?]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349773</link>
<author>sijie </author>
<description><![CDATA[Server: 服务器
  private  私有变量
    { Private declarations }
    ID:TTransactiondesc;

procedure TMsiServer.Begintran;

begin
SQLConnection1.CloseDataSets;
if not SQLConnection1.InTransaction  then
begin
  ID.TransactionID:=1; // ilCursorStability
  SQLConnection1.StartTransaction(id);
end;
end;

procedure TMsiServer.Rollbactran;
begin
IF SQLConnection1.InTransaction  THEN
  SQLConnection1.Rollback(id);
end;

procedure TMsiServer.Committran;
begin
IF SQLConnection1.InTransaction  THEN
  SQLConnection1.Commit(id);
end;



Client:客户端调用服务器

BEGIN
try
  FrmDm.SocketConnection1.AppServer.BeginTran;
  CDSMai1.ApplyUpdates(0);
  CDSDetail1.ApplyUpdates(0);
  FrmDm.SocketConnection1.AppServer.CommitTran;
except on E: Exception do
  BEGIN
    FrmDm.SocketConnection1.AppServer.RollbacTran;
    //CDSMai1.Cancel;
    //CDSMai1.CancelUpdates;
    APPlication.MessageBox(pchar(E.Message),'炵苀枑尨',mb_ok+mb_iconstop);
    abort;
  END;
end;
END;

以上客户端如果CDSMai1的ChangeCount为1,CDSDetail1的ChangeCount为8,CDSMai1.ApplyUpdates(0);CDSDetail1.ApplyUpdates(0);都成功能顺利提交到数据库,任何一ApplyUpdates(0)后也能事务回滚,如果CDSMai1.ApplyUpdates(0)成功,CDSDetail1.ApplyUpdates(0)失败后,事务回滚,再交提交到数据库发现此时CDSMai1的ChangeCount为0,CDSDetail1的ChangeCount仍为8,怎样解决提交失败后CDSMai1的ChangeCount为1,CDSDetail1的ChangeCount仍为8,谢谢,在线等]]></description>
<comments>回复:0 浏览:52</comments>
<pubDate>Tue, 09 Mar 2010 05:03:07 GMT</pubDate>
</item>
<item>
<title><![CDATA[bcb有类似于modelmaker之类的建模工具么？]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349772</link>
<author>coolspace </author>
<description><![CDATA[RT
modelmaker只支持delphi，不支持bcb，比较遗憾]]></description>
<comments>回复:0 浏览:43</comments>
<pubDate>Tue, 09 Mar 2010 05:03:41 GMT</pubDate>
</item>
<item>
<title><![CDATA[请教两个分别关于泛型和隐藏程序的问题！]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349756</link>
<author>lizhennehzil </author>
<description><![CDATA[我目前用的是2010。在使用过程中有两个问题，希望得到大家的帮助。

1 如果得到泛型数据的地址啊。譬如TList&lt;Double>中某个Double的地址。

2 如何把程序在Alt-Tab中隐藏起来。在网上找了一些，都是D7中好用的，在2010中似乎不行。

先提前多谢大家了！！]]></description>
<comments>回复:1 浏览:102</comments>
<pubDate>Tue, 09 Mar 2010 00:03:37 GMT</pubDate>
</item>
<item>
<title><![CDATA[谁有Modelmaker Code Explorer 8.0 for D2010的传一个?]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349750</link>
<author>xxhadsg </author>
<description><![CDATA[谁有Modelmaker Code Explorer 8.0 for D2010的传一个?早先下了一个,丢了.谢谢.(带Crack的)]]></description>
<comments>回复:2 浏览:150</comments>
<pubDate>Mon, 08 Mar 2010 22:03:59 GMT</pubDate>
</item>
<item>
<title><![CDATA[[求助]adoquery数据导入]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349735</link>
<author>interhb </author>
<description><![CDATA[  现有adoquery1,adoquery2,把adoquery1的数据导入到adoquery2中,而在导入时,设置了字段的对应关系,在导入前,判断两字段的类型,如果不一致时,怎样进行转换并提示.]]></description>
<comments>回复:1 浏览:63</comments>
<pubDate>Mon, 08 Mar 2010 13:03:43 GMT</pubDate>
</item>
<item>
<title><![CDATA[Quickrep1怎么自定义大小]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349728</link>
<author>czg4444 </author>
<description><![CDATA[大家好
我有问题求助
我想打印标签
我的标签纸大小和纸张大小不合适
想调整到我需要的大小
请帮助谢谢]]></description>
<comments>回复:0 浏览:42</comments>
<pubDate>Mon, 08 Mar 2010 12:03:52 GMT</pubDate>
</item>
<item>
<title><![CDATA[包含盒子上下载的VCL Zip Pro V4.51控件的程序运行时出错！]]></title>
<link>http://bbs.2ccc.com/topic.asp?topicid=349715</link>
<author>sutao01 </author>
<description><![CDATA[包括这个控件的程序，运行时会出现“Property Thisreleaselevel does not exist”的错误。请问各位大侠怎么解决？]]></description>
<comments>回复:0 浏览:74</comments>
<pubDate>Mon, 08 Mar 2010 08:03:42 GMT</pubDate>
</item>
</channel></rss>