I’m currently working on some javascripting code and had some trouble with very basic operations on array’s. This website was a great help: http://www.hunlock.com/blogs/Mastering_Javascript_Arrays
Running my testcases I couldn’t get them to find the log4j.properties, resulting in the well known “no appenders found …” exception. Putting this file on the classpath didn’t help. The only way...
AMD heeft de Ecplipse-plugin Codesleuth onder een opensource-licentie beschikbaar gemaakt. De tool kan gegevens direct uit een processor lezen, zodat Java-ontwikkelaars hun code kunnen optimaliseren op cpu-gebruik. Eclipse-logoAMD heeft op Eclipsecon, een...
[TODO: translation needed here] Ik heb eigenlijk nog nooit een deftige verbinding kunnen maken met de intel 2200BG wireless netwerkkaart van mijn dell inspiron 1500. En ik ben het beu dus ik...
A comprehensive troubleshooting guide handling some common jstl/el mistakes: http://thoughtsgarden.com/p/jstl-1.1.x-installing-configuring/ My experience 1. Download the yakarta taglibs from here: http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi and copy the standard.jar and jstl.jar towards the /WEB-INF/lib/ folder of your...
to remotely debug servers, local java executions, … add the following arguments: -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n You can then connect with eclipse, starting a remote java debug on the given port. here that...
I started using http://opensvn.csie.org but could problems (host not responding) when actually trying to import. Now I’m evaluating http://www.assembla.com and so far import is working. It’s a different approach because you need...
not in and null values I was joining some tables with a versioning table and needed a way to filter out some specific versions. So I was thinking of the NOT IN...