by Devin Yang
(This article was automatically translated.)

Published - 7 years ago ( Updated - 7 years ago )

The Line Bot on CCC has added a storytelling function, in addition to the original idiom Solitaire,
Now I will also randomly tell stories, welcome to add friends..:)
https://line.me/R/ti/p/%40xcv0101g

As long as you enter "tell a story", a story will appear randomly. When you are bored, enter "tell a story" in the group to read it.

Tags:

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


git

Through the Git attribute, different codes such as big5 and gb2312 are normally displayed at the same time during diff

The problem of garbled characters in different Chinese encodings, here is an example, for example, what will be displayed when there are three php files with different encodings at the same time. Let's look at the results directly through git log -p, and we will find that there are unintelligible garbled characters....

pppoe

How to make pppoe dialup on ubuntu

How to make pppoe dialup on ubuntu

mysql

How to change the password authentication method of mysql

After mysql 8.0.4, a new authentication plug-in caching_sha2_password is used by default. How can we tell if our system does not support this plug-in?