Spring Boot 1.3 will ship with a brand new module called spring-boot-devtools. The aim of this module is to try and improve the development-time exper ...
分类:
编程语言 时间:
2017-03-03 19:20:11
阅读次数:
187
object.__new__(cls[, ...]) Called to create a new instance of class cls. __new__() is a static method (special-cased so you need not declare it as suc ...
分类:
编程语言 时间:
2017-03-03 19:05:12
阅读次数:
237
you can get the pointer of the method, but it has to be called with an object If you need to have non-object pointer and you want to use object then y ...
分类:
其他好文 时间:
2017-03-02 12:23:40
阅读次数:
120
A binary tree is a finite set of vertices that is either empty or consists of a root r and two disjoint binary trees called the left and right subtree ...
分类:
其他好文 时间:
2017-03-01 00:27:12
阅读次数:
233
Memory units are numbered from 1 up to N. A sequence of memory units is called a memory block. The memory control system we consider now has four kind ...
分类:
其他好文 时间:
2017-02-28 22:27:52
阅读次数:
240
/** * @author xiaojiang * 方式1 */ class father{ static $models = []; static public function getInstance(){ $name = get_called_class(); if( !isset( self... ...
分类:
其他好文 时间:
2017-02-24 23:51:07
阅读次数:
181
1. 进程退出的方式 1) 正常退出在main函数中执行return调用exit函数,并不处理文件描述符,多进程调用_exit或_Exit.进程的最后一个线程执行了返回语句进程的最后一个线程调用pthread_exit函数 2) 非正常退出调用abort,产生SIGABRT信号进程接收到某些信号最后 ...
分类:
系统相关 时间:
2017-02-22 12:56:38
阅读次数:
246
In LLP world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attacking ascend ...
分类:
其他好文 时间:
2017-02-22 12:38:23
阅读次数:
145
The aim to write this blog is that I want to summerize and NOTE what I have learned with the booked called as Understanding the JVM Advandced features ...
分类:
其他好文 时间:
2017-02-18 22:38:17
阅读次数:
236
In LLP world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attacking ascend ...
分类:
其他好文 时间:
2017-02-17 21:21:10
阅读次数:
161