Yukhoe Sashimi and a DIY Malatang
Raw beef and a homemade malatang for dinner. An odd pairing, but I wanted both. What is it? Yuksashimi (육사시미) is thinly sliced raw beef, served plain …
Raw beef and a homemade malatang for dinner. An odd pairing, but I wanted both. What is it? Yuksashimi (육사시미) is thinly sliced raw beef, served plain …
Recently I had to build a Windows app. I heard .NET 4.5 added the new async syntax, so.. might as well, I went with 4.5.2. Oh......
Set up a server for a simple messaging app I'm building with a friend. Of course I don't really know what I'm doing. Everything comes from Google..
Tried spring-batch recently.. worked out well. Being able to set the transaction commit size and read size separately seems especially nice.
I'm using JFreeChart, and when it runs on Tomcat, Korean text renders as broken boxes. Put the font files in /usr/share/fonts and run fc-cache -fv.
Installing homebrew on OSX 10.10.3, from running the install script in the terminal through the initial checks.
hadoop + spring integration test 2 - hadoop 2.6.x with spring 4.0 (MapReduce WordCount example)
Using Hadoop 2.6.x with Spring 4.0: installing Hadoop on OSX Yosemite and lining up the pom.xml dependencies.
If you've tried everything and still keep getting 403..
Writing JUnit test cases in Spring: adding spring-test to pom.xml and loading the application context in the test.
Integrating RabbitMQ with Spring, from the rpm install and starting the server through the Spring configuration.