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 …
With logback, the file rolls over when the day passes or the size goes over 100MB.

Installing Flume and a basic flume.conf sample, from setting JAVA_HOME to configuring sources, channels and sinks.
Let's set up sitemesh. There's almost nothing to change in sitemesh.xml (just the decorators.xml file path) Setup is done once you drop in the xml…
In jpa you save with the repository.save method Like the class, @OneToMany or @ManyToOne fields can be saved together.
An example of calling a c++ dll from c#. CallingConvention = CallingConvention.Cdecl and [MarshalAs(UnmanagedType.LPWStr)] are the important parts.
I was going to use System.Drawing like I did before.. turns out wpf already has this built in..
In jpa.. you can query data through a repository with findAll or the findOneBy....
Tested entity mapping plus queries.. Query conditions 1. When fetching a Member.. also fetch the member's images... and the list of inters 2.
I develop with mybatis most of the time.. But JPA is supposedly the trend, so I wired it into a small project.
Building and installing Redis 3.0.4 from source, from preparing gcc and the build tools through compiling and running it.