coldfusion-8
coldfusion server status page
I\'d like to create a page on a ColdFusion website (which has a ded开发者_如何学Pythonicated server) which provides users with some information about the amount of stress that the server is under.[详细]
2023-02-14 17:53 分类:问答Creating time from a string
I want to subtract time as to get a result of hour and minutes (not a date), for instance 02/26/200606:25 PM[详细]
2023-02-14 17:50 分类:问答Coldfusion Lots of loops vs query of queries
I am deleting login records in my database that don\'t have a corresponding logout record, but right now it\'s very slow It does this:[详细]
2023-02-14 14:00 分类:问答ColdFusion Query Of query
This query: SELECT * FROM getlogs WHERE id > #id# AND logType = \"login\" LIMIT 1 Gives me this error:[详细]
2023-02-14 10:29 分类:问答Change cfgrid (html) cell color based upon data
I would like to change the color of a cell based upon a status condition in cfgrid. For example: If the status of a record is Overdue, the cell will become red with OverDue in bold.[详细]
2023-02-14 08:55 分类:问答Coldfusion cookie issue
I\'m having issues deleting client cookies with the cfcookie tag, I\'m setting the value开发者_开发问答 to \"\" AND changing the expiration date to now.[详细]
2023-02-13 21:51 分类:问答Why do forms timeout in ColdFusion?
We\'re on CF 8 and we have a CF application with a 1 hour session timeout specified. <cfapplication sessionmanagement=\"yes\" sessiontimeout=\"#CreateTimeSpan(0, 0, 60, 0)#\" name=\"myAppName\" cl[详细]
2023-02-13 12:09 分类:问答How can I change where a cfmenu is placed within a page?
I have a cfmenu that I created on my web application. The problem is that it automatically places itself at the very top-left of the pag开发者_Go百科e, even though I have included it at a certain plac[详细]
2023-02-12 09:26 分类:问答How to restart Coldfusion Application Server when application times out?
Is there any way to restart the CF server through the Application.cfc, when the application times out? As per Adobe documentation, they showed as follows:[详细]
2023-02-11 19:21 分类:问答how to handle 404 or page not found error in coldfusion?
in coldfusion how to handle 404 error or page not found error, what will be the code to show custom error message in case any requested page is not found.[详细]
2023-02-11 15:05 分类:问答