仙剑四网络安装注意事项
2007-07-31 08:48 | Filed Under Game |
嗯
由于光驱不知道什么问题不读cd1
通过共享光驱安装成功
发现通过starforce检查以后仍然总报请插入disk4到:\
于是怀疑记录了安装光驱
打开注册表
HKLM/Software/SoftStar/PAL4
果然右边有CDDriver项
将其修改为光驱的盘符
例如O:
顺利进入游戏
标签:仙剑, 光驱, 安装相关日志
鲜果在线挺不错的
2007-07-25 10:00 | Filed Under Network |
鲜果在线:http://www.xianguo.com/
鲜果日志:http://blog.xianguo.com/
兼具了Google Reader的方便和抓虾的快速
不过在鼠标掠过判断是否设置已读上没有Google做得好
补充:居然可以订阅QZone的更新,虽然我很鄙视QZone,不过总是有很多人喜欢
标签:rss, 鲜果相关日志
换新电脑桌
2007-07-24 08:55 | Filed Under Life |
那个摇摇欲坠,仅靠机箱和另外几个箱子撑住的电脑桌终于退役了!
Transformers
2007-07-15 07:28 | Filed Under Life |
上大学第一次进影院看的电影,海淀剧院,票价30
看的非常爽,如果在电脑上看估计没法感受那种音效和大荧幕扑面而来的压迫感
擎天柱和大黄蜂真是太帅了
相比较来说另外几位变形金刚就比较逊色
以我的角度来说主要是颜色都是灰色或者近似,显得过于机械化了,而且有时候认不清谁是谁……
比较不爽的是美国又把自己神话和美化了一下,lol
不过人类戏份的加重也给电影增加了一点感情成分
从最后擎天柱的话语和字幕后红蜘蛛飞逸走的画面(丫总是能逃走……),估计不久就要有续集
丫真是赚翻了,那么多人排队买票居然,基本是场场爆满啊
看的是中文配音,感觉还好吧
“我是擎天柱……”
TIdFTP的DirectoryListing使用问题
2007-07-06 11:28 | Filed Under Delphi |
IdFTP1.List;
ShowMessage(IntToStr(IdFTP1.ListResult.Count));
ShowMessage(IntToStr(IdFTP1.DirectoryListing.Count));
前者是正确的数值,后者是0。
看了一下网上的代码都是List完了就直接用,DirectoryListing会自动解析ListResult
放狗搜了半天,终于找到原因,原来是Indy10的一个设计上的变化,以下引用官网内容:
TIdFTP.DirectoryListing is returning nothing for my FTP server. Why?
We restructured the way FTP directory listing is done. The code is now a plug in system with various parsers in their own units which register themselves into a framework. To add support for a particular type of FTP server, you simply add the parser unit to one of your program unit’s uses clause.
To add the Unix directory list parser, add IdFTPListParseUnix to your unit’s clause. To add support for Microsoft Windows NT IIS FTP server, add IdFTPListParseWindowsNT to your uses clause. You can also add many other parsers we include in the Indy packages. By convention, they are named IdFTPListParser followed by the server type. You do not need to add IdFTPListParseBase to your uses clause because IdFTP uses that unit. If you wish to use all of Indy’s FTP List parser classes, just add the IdAllFTPListParsers unit to your uses clause.
We admit this new design is not as intuitive as the older one but this has many advantages for us such as:
• The FTP list parsing code is now much easier to maintain than the same code in a non-modular design in one unit which would be at least 150KB total.
• You now can add support for only the FTP servers you want your program support to support.
• You can now write your own custom parser classes and plug those into the standard FTP parsing list framework.
搜了一下IdFTPListParse有关的unit,有一大坨,要写个比较通用的FTP Client估计都得引进去吧……
相关日志


