Mozier's weblog

<cfweblog author="Mozier" attention="ColdFusion,BlueDragon,CFML,Model-Glue,Mach-ii,etc" />
  订阅 订阅  :: 管理

08 2004 档案

摘要:Pete利用FlashRemoting 写的一个监测运行ColdFusionMX的服务器的JAVA虚拟机的内存使用情况的小工具。 详情 | 下载 阅读全文

posted @ 2004-08-31 16:43 Mozier 阅读(670) 评论(0) 推荐(0)

摘要:obj = createObject("component", "sth"); clone = duplicate(obj); writeOutput(clone.hello()); 象Flash中的duplicateMovieClip() 阅读全文

posted @ 2004-08-27 14:58 Mozier 阅读(508) 评论(0) 推荐(0)

摘要:It includes numerous bug fixes that should enhance performance, stability, and security of your ColdFusion applications 这次更新修正了许多BUG,在稳定性,安全性上都有很大的提高 更新内容: Updated JDBC drivers (Data Direct 3.3 Build... 阅读全文

posted @ 2004-08-26 11:13 Mozier 阅读(623) 评论(0) 推荐(0)

摘要:这个东东能获取CFC的详细信息 介绍 | 示例 | 下载 阅读全文

posted @ 2004-08-21 00:32 Mozier 阅读(526) 评论(0) 推荐(0)

摘要:#DateFormat(i, "yyyy/mm/dd")# Via John Bs personal Blog 阅读全文

posted @ 2004-08-20 22:46 Mozier 阅读(512) 评论(0) 推荐(0)

摘要:开赛3天了,基本很少看直播,今天晚上有机会看了女子举重58公斤级决赛,结果我们的陈艳青以总成绩237.5公斤获得金牌,为中国女举获得首枚奥运金牌,太激动了。奏国歌的时候那个激动呀,希望中国国歌每天都有在雅典上空响起。 阅读全文

posted @ 2004-08-16 23:55 Mozier 阅读(462) 评论(0) 推荐(0)

摘要:cffunction标签中access属性有4个:private package public和 remote (私有、包裹、公有、远程)。 private方法只能给CFC中的其他函数或子类(CFC)访问 package只能给同一目录下的CFC中的函数访问 public方法可以给服务器上的CFC、CFM页面访问 而 remote 不仅可以给服务器上的CFC、CFM页面访问,而且可以URL调用,FO... 阅读全文

posted @ 2004-08-16 17:24 Mozier 阅读(753) 评论(0) 推荐(0)

摘要:Blogregator,由英国的ColdFusion 用户组创建。 以前有两个比较出名的新闻聚合:Fullasagoog和Mxna 阅读全文

posted @ 2004-08-16 11:39 Mozier 阅读(455) 评论(0) 推荐(0)

摘要:今天从Danger那看到这条信息,说国内又多了个FLASH资源站,跑到swftools.cn一看,原来站长是Snow,记得前段时间和Snow在MSN上聊,他就说正在搞一个自己的站点,我想问下他关于站点的具体情况,他说暂时保密。嘿嘿,不错,我想中国的Flash爱好者又多了个每天必去的站点。 阅读全文

posted @ 2004-08-16 11:26 Mozier 阅读(550) 评论(0) 推荐(0)

摘要:Via: Oreilly Network Top Ten ColdFusion Programming Tips Top Ten Tips for Developing ColdFusion Components Top Ten ColdFusion UDF Tips 阅读全文

posted @ 2004-08-15 23:08 Mozier 阅读(561) 评论(0) 推荐(0)

摘要:内容有点老,但老是老,味道好。 http://www.thenetprofits.co.uk/coldfusion/faq/ 阅读全文

posted @ 2004-08-14 21:56 Mozier 阅读(489) 评论(0) 推荐(0)

摘要:ColdFusion中的继承体现在CFCs,用法就是在中加入属性extends,简单的说,sub.cfc通过继承parent.cfc,就自动拥有了parent.cfc中的(constructor构造器中的)变量、属性和公开的(public)方法,比如: #temp# test.cfm将输出:“this is parent class” 阅读全文

posted @ 2004-08-14 20:33 Mozier 阅读(569) 评论(0) 推荐(0)

摘要:虽然我现在的工作很少有机会用FLASH,但昨天我还是EMAIL了Danger,刚才收到Danger的BLOG两周年纪念活动的邀请,感到很高兴,感谢他为我们带来了FLASH的最新咨讯,同时佩服Danger这两年坚持下来了. Danger's Flash Blog ! 阅读全文

posted @ 2004-08-13 00:29 Mozier 阅读(432) 评论(0) 推荐(0)

摘要:用iPod收听,收看Macromedia的实时新闻,可惜我没有iPod. 不过可以下载MP3文件听下。 进入详细介绍页面 P.S.Take-Away不是MM的产品 阅读全文

posted @ 2004-08-12 13:44 Mozier 阅读(417) 评论(0) 推荐(0)

摘要:ActivateURL(string [,target] [,paragraph]) 这个函数自动将文本中的URL转换成链接的形式 查看并下载UDF代码: http://www.cflib.org/udf.cfm?id=691 阅读全文

posted @ 2004-08-12 01:45 Mozier 阅读(461) 评论(0) 推荐(0)

摘要:Download Free 运行环境ColdFusionMX+ 使用前的两个设置: 在guestbook.cfc第6行设置好你的DSN,默认为“guestbook” 在Application.cfm第7、8行设置管理帐号,默认登陆ID为“admin”,密码“admin” 后台管理 : /login.cfm 阅读全文

posted @ 2004-08-11 21:49 Mozier 阅读(1147) 评论(0) 推荐(0)

摘要:在MM的Devnet中搜到一篇文章,教你怎样使用cfqueryparam Tag保护数据的安全性和防止sql注入 Securing Database Access Using the cfqueryparam Tag 阅读全文

posted @ 2004-08-10 21:28 Mozier 阅读(678) 评论(0) 推荐(0)

摘要:一个开源的ColdFusion 内容管理系统,目前最新版本更新到2.3 前台演示 后台演示 Site AdministratorUsername: adminPassword: admin Content PublisherUsername: publisherPassword: publisher ContributorUsername: contributorPassword: cont... 阅读全文

posted @ 2004-08-04 22:33 Mozier 阅读(488) 评论(0) 推荐(0)

摘要:http://www.fusionauthority.com/Article1.cfm/ArticleID=4226 很不错的一篇优化URL的文章 阅读全文

posted @ 2004-08-02 23:50 Mozier 阅读(417) 评论(0) 推荐(0)

摘要:Via: http://davidcrow.ca/2003/07/22/coldfusion_content_management_systems.html Ektron CMS100, CMS200, CMS300 PaperThin CommonSpot 13amp SparkPlug FarCry Open-Source CMS SiteExecutive Montara Al... 阅读全文

posted @ 2004-08-02 20:17 Mozier 阅读(612) 评论(0) 推荐(0)

摘要:After seeing requests for trees, tab navigations, and expanding menus all the time, I decided I wanted to create a series of custom tags that would accomplish this. This way, anyone who's familiar wit... 阅读全文

posted @ 2004-08-02 20:14 Mozier 阅读(425) 评论(0) 推荐(0)

摘要:官方的说明:The Alagad Image Component is a 100% native ColdFusion Component (CFC) used to create and manipulate image files. Written entirely in ColdFusion CFML, the Image Component does not require instal... 阅读全文

posted @ 2004-08-02 20:10 Mozier 阅读(985) 评论(1) 推荐(0)

摘要:FlexChat is a fast ColdFusion web based chat which requires no database. This application is very useful for a small site or an intranet. introduction | demo | download free 阅读全文

posted @ 2004-08-02 19:15 Mozier 阅读(491) 评论(0) 推荐(0)

摘要:界面 | 教程 | 下载 阅读全文

posted @ 2004-08-02 19:13 Mozier 阅读(435) 评论(0) 推荐(0)

摘要:一个查看服务器WEB目录的CF组件的小程序. download free 阅读全文

posted @ 2004-08-02 19:11 Mozier 阅读(371) 评论(0) 推荐(0)

摘要:demo | download free 阅读全文

posted @ 2004-08-02 19:09 Mozier 阅读(395) 评论(0) 推荐(0)

摘要:Ray Camden写的一个ColdFusion Blog 程序BlogCFC更新到3.5. download free 阅读全文

posted @ 2004-08-02 19:02 Mozier 阅读(403) 评论(0) 推荐(0)