by Devin Yang
(This article was automatically translated.)

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

https://www.facebook.com/messages/t/3cTechCenter

My FaceBook Bot, if you are interested, you can try it out. If you are not sure whether the website can be opened and used directly, you can ask the robot "the idiom of the sea", or ask how many strokes the "building" is, or you can ask him to tell a story, for example: "Nine Bulls and One Feather Story". Currently built-in 160,000 Chinese characters and 3,795 idioms.


Updates will be adjusted in the future to make it easier to use.

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


Cannot locate header file libintl.h

Cannot locate header file libintl.h appears when compiling php in alphine You can install gettext-dev to solve

redis

Redis Key Notes

Redis is an advanced NoSQL key-value data storage, also known as a data structure server. Because it has powerful data types, such as Strings, Hashes, Lists, Sets, Stored Sets, Bitmas, and HyperLogLogs. By default, Redis stores all data in memory, so the reading and writing speed is very fast. He can also save the data permanently on the disk, such as snapshotting and journaling we know.

linux,security

ssh-agent and ssh-add authentication agent

Programs in the ssh core suite such as scp, ssh, ssh-add, ssh-agent, sshd, and ssh-keygen Let's talk about ssh-agent and ssh-add usage scenarios. Before we start, let's take a brief introduction to the purpose of these instructions: