cfc
How do I pass an argument to a CFC through AJAX?
I\'m using the following scrip to call a CFC function: function loadQuery() { $.get(\'QueryData.cfc\',{},function(GetMyData){[详细]
2022-12-22 02:49 分类:问答How do I store CFCs in a separate directory and make them work?
Is there a way to specify the component path in thetag? I am using ColdFusion Components for my application. My application has several folders, however, and each time I want a CFC to work, I have to[详细]
2022-12-21 18:54 分类:问答Memory implications of returning a query from a CFC
I\'ve written a database load script in ColdFusion and I\'m having a problem that the script slowly runs out of memory. I\'ve split each table load into its own thread with <cfthread> and I\'m c[详细]
2022-12-21 13:31 分类:问答ColdFusion Server CFC Caching Issue
I develop coldFusion applications on my laptop with it\'s own ColdFusion 8 server with IIS which run on Windows Vista. I am having a rather annoying problem.[详细]
2022-12-19 18:53 分类:问答shrink background-image
I have a transparent PNG that is used as a picture frame, and I want to utilize the background-image declaration to place an image in the transparent center of the frame.The problem is that the images[详细]
2022-12-17 12:38 分类:问答How can I work with a struct returned from a cfc in jquery
I have a cfc <cffunction name=\"addEditPerson\" access=\"remote\" returntype=\"struct\"> a bunch of cfarguments[详细]
2022-12-17 09:27 分类:问答Bind RSS read cfc to a cftreeitem
In CF8, I have a working cftree with an RSS feed per node (multiple nodes). The problem is that I am not currently using a bind which means that all the feeds are read when the page is loaded which ta[详细]
2022-12-15 01:35 分类:问答Should I Use CFINCLUDE or CFSAVECONTENT inside CFC
It seems like the standard MVC approch (as it relates to ColdFusion) is to make the view files .cfm and do a CFINCLUDE inside of the cfc that ultimately processes the view.[详细]
2022-12-14 06:02 分类:问答How do I reset application.cfc without resetting the server instance? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: restart a开发者_如何学编程pplication without restarting server?[详细]
2022-12-14 03:52 分类:问答question about coldfusion displaying query result in a cfgrid
i have a coldfusion cfc and some methods in it. MethodA will return a cfquery object. now i use cfajaxproxy to call M开发者_JAVA百科ethodA and get the query result in a cfm page. this cfm page already[详细]
2022-12-10 12:25 分类:问答