摘要:
Linux, Mac OS X, Solaris, etc.Unix is easy. Just run the following command. Use sudo if necessary.$ [sudo] npm explore npm -g -- npm install node-gyp@... 阅读全文
摘要:
ExamplesCopy the file "foobar.txt" from a remote host to the local host$ scp your_username@remotehost.edu:foobar.txt /some/local/directoryCopy the fil... 阅读全文
摘要:
How to support full Unicode in MySQL databasesPublished 30th July 2012· tagged withMySQL,security,UnicodeAlternative title:The things we do to store U... 阅读全文
摘要:
1. 数据库需要支持utf8mb4,如果已经创建了,那么可以用如下命令转换: alter database xxxx character set utf8mb4 collate utf8mb4_unicode_ci; alter table xxxx convert to charact... 阅读全文