As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a dir开发者_开发问答ectory structure similar to C:...\\wwwroot\\project\\testPage.cfm <html>
I\'ve get a variable that can contain a CF custom tag. E.g. <cfset a = \'<model:sparkline 开发者_JAVA技巧id=\"1\"/>\'/>
I\'ve got a site that uses an order entry form and sends a rather decently sized POST request when the form is submitted.
As a related sub-question - are there any CF unit test frameworks that support or make it easier to use mocks/stubs?
I have some entities with relationships: component name=\"Store\" persistent=\"true\" { property name=\"Products\" fieldtype=\"one-to-many\" cfc=\"Product\";
I have a \"OutOfMemoryError: PermGen space\" erro开发者_如何学运维r on my CF 8 server. In my app 1000 templates were loaded into the same local variable (for testing purpose), so once the next one is
<cfscript> for(firstIndex = 1, secondIndex = 1; firstIndex > 10, secondIndex > 5; firstIndex++, secondIndex++)
I have a persistent entity that I\'m using开发者_Python百科 as a template: Company Locations Departments
I have a coldfusion website running in my server.I have to develop an Mobile application say for iPhone/Android.(I am not mentioning mobile website).