-
as seen on Programmers
- Search for 'Programmers'
Possible Duplicate:
How can I improve my problem-solving ability?
How do you improve your problem solving skills?
Should I learn design patterns or algorithms to improve my logical thinking skills?
What to do when you're faced with a problem that you can't solve quickly?…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Turns out there is a slight bug that seems to prevent you from doing interactions (update, scroll) with the results of a JPA named query that you dropped on a page using ADF Binding.
People are running into this when they are doing the EJB tutorial on OTN for example.
The problem is that the way…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I am reviewing basic algorithms from a book called Algorithms by Robert Sedgewick, and I came across a problem in MergeSort that I am, sad to say, having difficulty solving. The problem is below:
Sublinear Extra Space. Develop a merge implementation that reduces that extra space requirement…
>>> More
-
as seen on YBBest
- Search for 'YBBest'
Problem:
In my current project, we use copy.asmx web services in SharePoint2010 to upload a document to a document library. In one of the document library, when uploading a document with a choice field, it blows up and the error message is Collection was modified; enumeration operation may not execute…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
As a programmer, I find myself in the dilemma where I want make my program as abstract and as general as possible.
Doing so usually would allow me to reuse my code and have a more general solution for a problem that might (or might not) come up again.
Then this voice in my head says, just solve…
>>> More