Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
ASCII
.
Show all posts
Showing posts with label
ASCII
.
Show all posts
Monday, March 6, 2017
Illegal mix of collations for operation 'UNION'
›
I don't know for how many reason this error occurred but I found it when going to create a view using two tables using UNION. There ...
Friday, May 9, 2014
Java Regex to convert string to ascii code and ascii code to string back
›
MainClass.java package com . pkm ; import java.util.regex.Matcher ; import java.util.regex.Pattern ; public class MainClass...
Friday, December 13, 2013
Convert string to ascii and ascii to string using JAVA
›
Java code to convert string to ascii code and ascii code to string back Java Regex to convert string to ascii code and ascii code to str...
Wednesday, September 11, 2013
Convert A String (like testing123) To Binary In Java
›
The usual way is to use String#getBytes() to get the underlying bytes and then present those bytes in some other form (hex, binary whate...
›
Home
View web version