Why do I practice pair programming?
I used to practice pair programming in my previous job, when leading a team of 8 people and some of them are junior. The main reason I practiced pair programming [...]
I used to practice pair programming in my previous job, when leading a team of 8 people and some of them are junior. The main reason I practiced pair programming [...]
Here’s some simple guide for you to install Scala in Windows environment. 1.Make sure you have Java installed. Fire up a command line window and type “java -version”, if you [...]
Sometimes,we might want to log differently for different requested URI in Apache http server. Activate custom logging in your Apache http server First,write a line of custom log format and [...]
Let’s write a legendary “Hello world” program in both Java and Scala language. This is how we do in Java. public class Hello { public static void main(String[] args) { [...]
Sometimes,its convenient to store values in cookies and retrieve it later.But,when dealing with different browsers,you may have problems as different browser may support different numbers of cookies.For example, IE can [...]
Recent Comments