摘要:
MariaDB是MySQL的一个分支,主要由开源社区进行维护和升级,而MySQL被Oracle收购以后,发展较慢。在CentOS 7的软件仓库中,将MySQL更替为了MariaDB。 Centos 7 comes with MariaDB instead of MySQL. MariaDb is a 阅读全文
摘要:
The important points is that you must send a Content-Type header. Also, you must be careful not include any extra white space (like newlines) in your 阅读全文
摘要:
1.解析base64数据成图片 The problem is that data:image/bmp;base64, is included in the encoded contents. This will result in invalid image data when the base64 阅读全文