using-javascript-to-get-product-review-counts-by-month-within-amazon

Read More

recent-misc-2020-01-08

Will translate it later.

Read More

set-multiple-access-control-allow-origin

Will translate it later.

Read More

using-javascript-to-get-product-review-counts-within-amazon

Will translate it later.

Read More

misc-2019-12-14

Will translate it later.

Read More

new-thought-2019-12-05

Will translate it later.

Read More

A Way to Save Large Image From Cavnas

The website version of XICI is online for a while. I have to say, it’s more easier for me to create a subtitles screenshots-joint directly in my computer. I used to make screenshots in my computer and transfer to my mobile by wechat, then use the mini-program version of XICI. However I didn’t have no much time to test and optimize it, so there are some aawkward bugs. I have to apologize and will fix that bugs later.

Today I just fixed a bug that when your joint is too big to save, and I find a way to save large image from canvas.

Read More

My "new" mini-program":"ChatMOJI

I had a little depression last week and want to write some code to distract my attention but have no idea at all. While I was looking my Weibo I noticed someone post some SPECIAL character.

I know that stuff, it’s unicode. My first mini-programe uses unicode’s tab to generate a pure-text vertical layout. However I didn’t know it well, so I decided to look into it and see what I can achieve.

Read More

Creating continuous array of natural numbers by using Array.from

It’s a month that I don’t write anything because my busyness almost drive me crazy. Today there is a small demand to creat a continuous array of natural numbers that it’s items are all less than current hour. I think it a good idea to write it down.

Read More

XICI's new feature: XICI Lottery Machine

It took me about half a month to develope XICI’s own lottery featrue. Administrator can configure and publish lottery event in the back-end now, and the event will be drawed automatically.

Database and all the logic are built upon Minapp Cloud which is a BaaS platform I mentioned before. This time I used trigger to build cron task and used cloud function to implement automatically drawing. That features are new to me this time but there are not so difficult to solve with the documentations.

Read More