{{theTime}}

Search This Blog

Total Pageviews

Online Html Editor

Are you looking for free online Html Editor?

Try this http://dev-insider.appspot.com
Navigate to WebEditors --> HtmlEditor
                       Enter your html in Html tab and view in HtmlView tab.

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false