The stack is the memory set aside as scratch space for a thread of execution. When a function is called, a block is reserved on the top of the stack f...
分类:
其他好文 时间:
2015-12-28 21:50:05
阅读次数:
215
转自Stackoverflow@classmethod means: when this method is called, we pass the class as the first argument instead of the instance of that class (as we no...
分类:
编程语言 时间:
2015-12-25 18:40:49
阅读次数:
196
Nested ClassesThe Java programming language allows you to define a class within another class. Such a class is called anested classand is illustrated ...
分类:
编程语言 时间:
2015-12-25 13:31:16
阅读次数:
247
原文:Welcome Docker to SUSE Linux Enterprise ServerLightweight virtualization is a hot topic these days. Also called “operating system-level virtualizat...
分类:
系统相关 时间:
2015-12-21 22:01:18
阅读次数:
278
Today, I have to create a dll project(called my.sln), the dllmain.cpp/.h/ is already in another project(called A.sln), I only have to update the inclu...
分类:
其他好文 时间:
2015-12-16 22:55:47
阅读次数:
123
转自: https://anders.unix.se/2015/10/26/interview-with-dennis-ritchie-2003/Interview with Dennis Ritchie (2003)In 2003 I was running a website called Un...
分类:
其他好文 时间:
2015-12-15 12:19:55
阅读次数:
202
Java中的内部类共分为四种: 静态内部类static inner class (also called nested class) 成员内部类member inner class 局部内部类local inner class 匿名内部类anonymous inner class静态内部类S...
分类:
编程语言 时间:
2015-12-11 18:23:36
阅读次数:
212
Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , such as dog’s , cow’s...
分类:
其他好文 时间:
2015-12-10 18:37:43
阅读次数:
195
参考:http://liwx2000.iteye.com/blog/1542431和http://stackoverflow.com/questions/7318632/java-lang-illegalstateexception-getreader-has-already-been-called-for-this-re原因:ServletRequest中getReader()和getInputStream()只能调用一次的解决办法最近使用springmvc..
分类:
其他好文 时间:
2015-12-09 15:21:34
阅读次数:
464
The three tools are now neatly packaged into what’s called the Docker Toolbox.Docker Machine1/ create Linux VMdocker-machine create --driver virtualbo...
分类:
系统相关 时间:
2015-12-08 18:11:34
阅读次数:
204