为什么actors没有堆栈

Posted by 夏泽民

On pp 590-593 of Programming in Scala this is discussed in more detail: basically the react method never returns normally (it terminates with an exception) and therefore its call stack does not need to be preserved. You can think of it as looping forever.



php Traits

Posted by 夏泽民

在计算机编程中,Traits是面向对象编程中使用的一种概念,它表示一组可用于扩展类功能的方法



Mixin

Posted by 夏泽民

Mixin 就是 混入的意思,主要是为了解决多重继承 带来复杂继承链的问题,或者说是多重继承实现的一种技巧 https://www.liaoxuefeng.com/wiki/897692888725344/923030524000032 https://www.zhihu.com/question/20778853 Mixin 在设计类的继承关系时,通常,主线都是单一继承下来的,例如,Ostrich继承自Bird。但是,如果需要“混入”额外的功能,通过多重继承就可以实现,比如,让Ostrich除了继承自Bird外,再同时继承Runnable。这种设计通常称之为Mixin。



Docker容器内部使用gdb进行debug

Posted by 夏泽民

安全计算模式(secure computing mode,seccomp)是 Linux 内核功能,可以使用它来限制容器内可用的操作。



seccomp

Posted by 夏泽民

什么是seccomp seccomp(全称securecomputing mode)是linuxkernel从2.6.23版本开始所支持的一种安全机制。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required