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


bash,ffmpeg

webm to mp4

How to convert webm to mp4 with ffmpeg.

laravel

Laracon USA 2017 Video

No chance to attend Laracon in the US? Be a little fan, come and see the speeches of these top program developers. Let's find out what's new in Laravel!!

Raiders D-Laravel configuration file

D-Laravel is a PHP execution environment using Docker, which puts all services into containers for execution. Database service (db), web server service (web), PHP-FPM service (php)... etc., By defining the docker-compose.yml file, we can easily adjust the database version or PHP version. D-Laravel also creates a simple bash, which can help us adopt docker more quickly to create Laravel projects and complete database settings. Even if you are just a PHP developer, you can actually create your own development environment through D-Laravel. Next, let us understand the settings made by D-Laravel through the official Docker documents.