Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, July 31, 2015
Grails Add New Resources To MessageSource Dynamically
›
First create a groovy file with the following contents package com . pkm . message . test import grails.util.Environment impor...
Friday, June 26, 2015
HOW TO Fix Google Chrome Updates "Disabled By Administrator"
›
Click on 'Update Value' and set '1' to the 'Value data' box . > Restart you...
Thursday, June 4, 2015
Android: Update GUI field vlaue/display or show a message (toast) from Thread
›
Util Class package com . pkm . android . utils . thread ; import android.app.Activity ; import android.content.Context ; impor...
Java Implementation of String Next Sequence
›
package time . zone ; import java.util.ArrayList ; import java.util.List ; public class JavaNextCharacter { public sta...
Wednesday, June 3, 2015
Validate URL Using Java & Regex
›
class UrlValidator { public static void main ( String [] args ) { check ( "http://google.com" ); ...
Wednesday, May 27, 2015
javax.net.ssl.SSLException: Received fatal alert: unexpected_message
›
This seems like a protocol version mismatch, this exception normally happens when there is a mismatch between SSL protocol version used by ...
Sunday, May 17, 2015
Make A Copy Of A Pdf File Using Java
›
package com . pkm . concat . two . pdf ; import java.io.ByteArrayOutputStream ; import java.io.File ; import java.io.FileInputSt...
‹
›
Home
View web version