摘要: <cfoutput query="myQry" group="date"> #date# <cfoutput> #detail# </cfoutput></cfoutput><cfoutput query="myQry" group="date"> <cfoutput group="category 阅读全文
posted @ 2019-11-15 11:42 ChiuLee 阅读(206) 评论(0) 推荐(0)
摘要: 错误信息:Uncaught TypeError: window.location.href is not a function 网上搜索答案: 将 windows.loaction.href = ("demo.cfm"); 修改为: window.location.href = "demo.cfm" 阅读全文
posted @ 2019-01-09 10:04 ChiuLee 阅读(183) 评论(0) 推荐(0)
摘要: 1.开发 Web Services,编写cfcdemo.cfc组件,代码如下: <cfcomponent style ="document" namespace = "http://www.mycompany.com/" serviceportname = "RestrictedEmpInfo" p 阅读全文
posted @ 2018-11-08 12:14 ChiuLee 阅读(351) 评论(0) 推荐(0)