返回顶部

06 2020 档案

摘要:SQL 分类: SQL: structure query language#relation database 关系型数据库#SQL分类:# 四大类: 1,DDL: 操作数据库和表的 data definition lang eg:create alter drop 2,DML: 操作表中的记录(增 阅读全文
posted @ 2020-06-18 21:28 Zcb0812 阅读(140) 评论(0) 推荐(0)
摘要:PyQt 模拟时钟 AnalogClock: from PyQt5 import QtGui, QtCore from PyQt5.QtCore import Qt from PyQt5.QtGui import QIcon from PyQt5.QtWidgets import QApplicat 阅读全文
posted @ 2020-06-13 19:43 Zcb0812 阅读(516) 评论(0) 推荐(0)
摘要:redis: redis 是基于内存的k-v 数据库,类似的有memcached,但是memcached 只支持 string, mongodb 是基于硬盘的文档型数据库 Chapter01: redis 的五种数据类型 以及基本操作: 1,字符串 string 常用操作: get set del 阅读全文
posted @ 2020-06-03 10:53 Zcb0812 阅读(199) 评论(0) 推荐(0)