Force MySQL Encoding to UTF8
Often MySQL will need to be forced to return results in UTF8 encoding. There are two ways to do this: ...
Often MySQL will need to be forced to return results in UTF8 encoding. There are two ways to do this: ...
PHP5 is already installed on Leopard by default - all you have to do is turn it on. First, turn on web sharing - go to System Preferences->Sharing and make sure the ‘Web Sharing’ option is turned on. ...
I recently had to set up a few CentOS servers with PHP , MySQL , memcached and ketama, and ended up writing this script to do it. You can grab the whole thing from subversion (you’ll need the php folder as well). ...
Install a couple of packages via yum : $ sudo yum install httpd subversion mod_dav_svn ...
...
2013-03-28 Update : This plugin is now hosted on GitHub 2010-09-29 Update : This plugin has been moved from subversion to git, and now has a dedicated project page . Subversion updates will be discontinued, so please update your links to point to the latest version! ...
2013-03-28 Update : This plugin is now hosted on GitHub 2010-09-29 Update : This plugin has been moved from subversion to git, and now has a dedicated project page. Subversion updates will be discontinued, so please update your links to point to the latest version! ...
I recently had trouble importing the com.sun.media.jai imaging library into appfuse : The import com.sun.media.jai cannot be resolved To add a dependency in your pom.xml, first add the new repository (may not be strictly necessary if the library is already in the default appfuse repositories) : ...
If you want to assign a complex class (such as a HashMap / ArrayList etc) as a constant in Java, use the static initializer block construct : ...
To set the default value of a field with Hibernate, you can use the columnDefinition argument : ...