摘要:
继续填坑。昨天看了Modern Operating System Concept一书,顺手在这里做点笔记...... 1. To implement the process model, the operating system maintain a table(usually an array o 阅读全文
摘要:
Ned Batchelder - Facts and Myths about Python names and values - PyCon 2015: https://www.youtube.com/watch?v=_AEJHKGk9ns Ned Batchelder -- Loop like a 阅读全文
摘要:
在channel 9 上看Stephan T. Lavavej讲Core C++(上channel 9搜索 core C+ part II 即可看到),学到了点trick: 如果我们写一段这样的代码,让编译器帮我们做template type deduction: 不会通过编译。因为当编译器将lam 阅读全文