• POSTS
  • ARCHIVES
  • Wiremock - A fallback solution for existing API?

    2019-02-15

    - Views

    WireMock is an HTTP mock server. At its core it is web server that can be primed to serve canned responses to particular requests (stubbing) and that captures incoming requests so that they can be checked later (verification).

    It also has an assortment of other useful features including record/playback of interactions with other APIs, injection of faults and delays, simulation of stateful behavior.

    More...
  • Build Docker Image with Maven

    2017-11-25

    - Views

    You can use maven-docker-plugin to create Docker image with artifacts built from your Maven project.

    More...
  • Shuangxi Outing

    2017-07-23

    - Views

    We just had a fun team outing to Shuangxi this weekend. We enjoyed drifting on Saturday and it was a quite wonderful experience.

    There are kayaks and bamboo rafts in Shuangxi Rafting, while the former is exciting and is for two people and wooden paddles are used to drift you through the energetic waves, the latter is more relaxing. After rafting you can even take an ox cart among bamboo forests which is most certainly a different pace to raft.

    More...
  • SSL Handshake Failure after Upgrading to JDK 8

    2017-06-29

    - Views

    This post is for tracking the process to solve a SSL issue after JDK 8 upgrade.

    More...
  • Check DB Connection Count for Processes on Linux

    2017-06-29

    - Views

    Do you know how many DB connections does your process obtain? How to locate the culprit process if your database server reaches its max connections limit unexpectly? It is easy to find it out on Linux just by a few commands

    More...
  • Discover the Mystery of Metaspace

    2017-06-23

    - Views

    The JDK 8 HotSpot JVM is now using native memory for the representation of class metadata and is called Metaspace

    More...
  • ENTRYPOINT vs. CMD in Dockerfile

    2017-04-16

    - Views

    Both ENTRYPOINT and CMD allow you to specify the startup command for an image, but there are subtle differences between them. There are many times where you’ll want to choose one or the other, but they can also be used together. We’ll explore the similarity and difference of the two instructions in below section.

    More...
  • How to Configure Network on CentOS

    2017-03-12

    - Views

    If you don’t have a UI on your CentOS system, you need to configure your network via command line. Below are the steps.

    You can check your network devices by ip command. Run ip addr, you will get output like below:

    More...
  • How to Install Java 8 on CentOS

    2016-12-10

    - Views

    A walking through to install JDK on CentOS.

    More...
  • What are the Diffferences Between Double Dot and Triple Dot in Git

    2016-11-02

    - Views

    The double dot and triple dot have different meanings when use them in git diff and git log.

    The command git diff typically only shows you the difference between the states of the tree between exactly two points in the commit graph.

    More...

Categories

  • TED1
  • framework1
  • home1
  • life4
  • technologies49

Tag Cloud

Mac TED Windows annotation api centos cucumber curl database design docker git home java jdk jekyll json jvm life linux lunr mail markdown maven mysql network nosql oracle outing principles project recipe regex restful sed servlet shell sql ss ssh ssl string thread wiremock

Recent Posts

  • Wiremock - A fallback solution for existing API?
  • Build Docker Image with Maven
  • Shuangxi Outing
  • SSL Handshake Failure after Upgrading to JDK 8
  • Check DB Connection Count for Processes on Linux
NEXT

© 2016 - 2019 Kevin, powered by Hexo
and hexo-theme-bubuzou

闽ICP备16007301号-2