React with fetch Api

参见 传统 Ajax 已死,Fetch 永生 使用ES7 aysnc/await语法后代码的整洁了不少。 try { let response = await fetch(url); let...

1 minute read

Use redux with react

package $ npm install react-route redux react-router-redux (works better with react-router) #action A plain javascript...

3 minute read

Guava Iterables

Guava Iterables find List <Integer> numbers = Lists.newArrayList( new Integer(1), new Integer(2), new Integer(3)); Integer...

1 minute read

Config aliyun Docker to use SLS

Preparation Make sure SLS is enabled. #Edit application configuration Add label to enable log. aliyun.log_store_[Log...

1 minute read

Android set padding for cardview

Refer to http://stackoverflow.com/questions/24896166/how-to-set-the-padding-for-cardview-widget-in-android-l CardView prior to L-preview uses RoundRectDrawableWithShadow to draw its background, which overrides...

1 minute read