Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
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...
Concat Or Join Or Add Two Or More Pdf File To One Pdf FIle Using Java & Lowagie
›
package com . pkm . concat . two . pdf ; import java.io.* ; import com.lowagie.text.Document ; import com.lowagie.text.PageSize...
1 comment:
‹
›
Home
View web version