Compare assert exception in should(JavaScript) and unittest(Python)
2015-12-22 15-16-23
by Kamushin
two different ways of assert exception.
read moreWrite Python like a Pro
2015-12-21 17-26-57
by Kamushin
Something I know about how to write Python code
read moreDifference between ArrayList and Arrays.asList() in Java
2015-12-01 14-17-02
by Kamushin
ArrayList is resizeable-array, while Arrays.asList() is a "view" onto the primitives array so it's fixed-size array.
read more开始学习陈硕的网络编程课程
2015-10-19 21-37-24
by Kamushin
很久前就关注了陈硕的这门课,等着他结课后一次性看完,截止到现在他已经更新了40多节了, 就要结束了,所以开始刷这门课。
read more