2015年终总结

2016-01-02 00-41-47 by Kamushin

记录和总结2015年的得与失

read more

coroutine in Python Tornado and NodeJs

2015-12-30 15-39-07 by Kamushin

source code read

read more

Python开发经验--从问题入手

2015-12-23 10-49-26 by Kamushin

从一系列实际问题出发, 谈 Python 的一些使用知识

read more

Compare assert exception in should(JavaScript) and unittest(Python)

2015-12-22 15-16-23 by Kamushin

two different ways of assert exception.

read more

Write Python like a Pro

2015-12-21 17-26-57 by Kamushin

Something I know about how to write Python code

read more

New fxg for me

2015-12-09 09-39-29 by Kamushin

find then grep has a insufferable performace, and I use ag to instead.

read more

Do not use LOB in Oracle(OLTP) -- record an optimization experience

2015-12-08 01-52-18 by Kamushin

LOB in Oracle and cx_Oracle

read more

Difference 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

Some tricks when using cx_Oracle

2015-11-27 16-01-57 by Kamushin

threading safe && clob

read more

Use webpack together with browser-sync

2015-10-28 16-56-48 by Kamushin

Webpack is a module bundler. Browsersync makes your browser testing workflow faster by synchronising URLs, interactions and code changes across multiple devices.

read more