We have an web application in Linux environment that the CPU sometimes goes up to 99%. Sometimes it takes days, and other times it takes minutes. We are using Hibernate with Spring in a tomcat webapp
Here my code to create a session variable: <cflock timeout=\"999\" scope=\"Session\" type=\"Exclusive\">
I have an issue with cfwindow. I have a search page and each result gets it\'s own cfwindow. Well when I open any of these cfwindows it takes the background image I have and puts it on top of the cont
How do I create a welcome message on my home page with user\'s name in it? Dragging dynamic fields from the recordset onto my page does not work:
I have a query which retrieves the data from Oracle DB. The table which I am retrieving contains one BLOB type column. When I tried to output it as
How do i delete an H开发者_如何学JAVAibernate Entity that is being cached by EHcache and by using Entitydelete in coldfusion?found theanswer after a whole days worth of effort. Basically if in your EH
I used a simple CFInput autosuggest code (copied from Ben Forta\'s blog). It works ok, but I need one additional feature:
One of the re开发者_JAVA百科quirements of my billing software is that the invoice number must be sequential & continuous. (no invoice number can be skipped).
If I have a Generator.cfc with methods: numeric function next() { return variables.num++;// Is ++ an atomic operation??
I need to write a invoice generating software in ColdFusion 9 using ORM (Hibernate). One of the requirements is that the invoice number must be sequential without gap, which means no invoice number c