240 发简信
IP属地:内蒙古
  • Spring注解原理探索(四)

    之 Spring处理注解的源码分析 管理注解bean定义的两个容器: AnnotationConfigApplicationContext An...

    0.4 3695 2 10
  • 安装centos7之后没有网卡驱动

    问题描述 安装centos7.1,选择配置的时候,网络连接显示不可用。点击安装也可以进行。 但是centos安装完成之后,网络连接依然不可用。 ...

  • transient

    What is transient? transient is a keyword in java, to keep object from s...

  • markdown in sublime text 3

    1. Config markdown in sublime text 3 Markdown EditingMarkdown Preview 2....

  • yield && sleep && join

    yield is just a suggestion to give up CPU for other threads, JVM may be ...

  • Thread Interrupt

    Thread.interrupt: to set interupt flag. Thread.interrupted: static metho...

  • Prototype Pattern

    IntentIf you want a number of the same copies of specified class, use a ...

  • three sum

    Question Given an array of n integers, are there elements a, b, c, such ...

  • Strategy Pattern

    IntentDefine a family of algorithms(algo1, algo2, ...);Encapsulate each ...