2009-12-14 23:24 | Posted by Sunshow | Filed Under Software, WebDev
推荐一个CSS Sprites样式生成工具 作者主页:http://www.cssforest.org/blog/index.php?id=129 这是一个基于Adobe AIR的工具,需要下载AIR运行时 使用效果图: 操作说明: 载入图片后,双击新增一个区域,设置每个区域的类名等属性,最后可以导出css列表 更多说明可以参考主页内容 标签:adobe, AIR, css, sprite, 下载, 列表, 图片, 样式 相关日志 光棍节的意外 (1) μTorrent 1.6.1 (build 488) released (1) 兼容IE和FireFox的间隔滚动代码 (1) [转载]强制页面刷新图片的方法 (1) 应用新主题 (5)
2007-07-06 11:28 | Posted by Sunshow | 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, [...]
Recent Comments