Friday, December 21, 2012
Monday, December 03, 2012
jsp compress
you can combine and merge all your JS files into one in java. here is how
http://code.google.com/p/granule/
enjoy and if you share your experience with granule I will enjoy to read those :)
http://code.google.com/p/granule/
enjoy and if you share your experience with granule I will enjoy to read those :)
Saturday, December 01, 2012
eclipse juno slow solved
you will see the end of this page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272
1) Help>Install New Software
2) use the site: http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
3) select Eclipse UI Juno SR1 Optimizations, install, and restart
this will make eclipse 4.2 work faster when you change tabs in xml files. that was bugging me for a long time.
cheers :)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272
1) Help>Install New Software
2) use the site: http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
3) select Eclipse UI Juno SR1 Optimizations, install, and restart
this will make eclipse 4.2 work faster when you change tabs in xml files. that was bugging me for a long time.
cheers :)
Subscribe to:
Posts (Atom)
odd string diff
https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java class Solution { public String oddString ( S...
-
bu durum sessionun uzun ömürlü olmasını istediğinizde yapacağınız bişeydir ki Session["eblek"]="gobalak"; dediğimizde ve...
-
at the end of any product there will be a reporting interfaces for counts. let say you build a advertisement site which gives people to publ...
-
in java web application you can easily set 400 and 500 error pages via web.xml like this <error-page> <error-code>50...