返回顶部
上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页
摘要: 知识点: 自定义按钮: import QtQuick 2.12 import QtQuick.Window 2.12 import QtQuick.Controls 1.4 import QtQuick.Controls.Styles 1.4 Window { id: root visible: t 阅读全文
posted @ 2020-07-13 21:37 Zcb0812 阅读(1947) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.woshicver.com/ OpenCV-Python 中文文档 图像入门: 如何读取图像,如何显示图像以及如何将其保存 cv.imread(),cv.imshow(),cv.imwrite() 读取,展示,保存图片: import cv2 as cv img = 阅读全文
posted @ 2020-07-12 15:30 Zcb0812 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 前面代码: https://files.cnblogs.com/files/zach0812/zcb202007121246.zip 颜色 Colors: 资料:https://learnopengl-cn.github.io/02%20Lighting/01%20Colors/ 代码: https 阅读全文
posted @ 2020-07-12 12:48 Zcb0812 阅读(162) 评论(0) 推荐(1) 编辑
摘要: 参考资料: b站视频:https://www.bilibili.com/video/BV1YW411e7n5?p=1 聚焦图片路径: %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Loca 阅读全文
posted @ 2020-07-08 21:01 Zcb0812 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 学习资料: https://doc.qt.io/qt-5/qmlreference.html https://www.qter.org/forum.php?mod=viewthread&tid=193 QtCreator IDE Example (非常好的学习材料,官方Demo ,值得学习~) De 阅读全文
posted @ 2020-07-05 15:47 Zcb0812 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 概念: Qt Quick : QML 类型 和 功能的标准库Qt Quick 模块:提供可视化组件,模型视图支持,动画框架以及用于构建用户界面的更多功能。Qt Quick Controls :基于Qt Quick 的可重用UI组件库。Qt Quick1 基于Graphics View Qt Quic 阅读全文
posted @ 2020-07-04 12:50 Zcb0812 阅读(5063) 评论(0) 推荐(3) 编辑
摘要: OpenGL 参考资料: https://learnopengl.com/ 原版 https://learnopengl-cn.github.io/ 中文版 https://www.bilibili.com/video/BV11W411N7b9?from=search&seid=8920882218 阅读全文
posted @ 2020-07-01 17:15 Zcb0812 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(135) 评论(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 阅读(475) 评论(0) 推荐(0) 编辑
摘要: redis: redis 是基于内存的k-v 数据库,类似的有memcached,但是memcached 只支持 string, mongodb 是基于硬盘的文档型数据库 Chapter01: redis 的五种数据类型 以及基本操作: 1,字符串 string 常用操作: get set del 阅读全文
posted @ 2020-06-03 10:53 Zcb0812 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页