2019年3月21日
摘要: Redis的的是完全开源免费的,遵守BSD协议,是一个高性能的键值数据库。是当前最热门的的的NoSql数据库之一,也被人们称为数据结构服务器。 优点: 1 读写性能优异 2 支持数据持久化,支持AOF和RDB两种持久化方式 3 支持主从复制,主机会自动将数据同步到从机,可以进行读写分离。 4 数据结 阅读全文
posted @ 2019-03-21 18:30 A菜鸟 阅读(162) 评论(0) 推荐(0)
摘要: public ActionResult Erweis(string text) { BarcodeWriter writer = new BarcodeWriter(); writer.Format = BarcodeFormat.QR_CODE; QrCodeEncodingOptions opti... 阅读全文
posted @ 2019-03-21 09:16 A菜鸟 阅读(540) 评论(2) 推荐(0)