本文内容源自 "medium文章" A Knowledge Graph understanding and implementation tutorial for beginners[1] [TOC] 什么是知识图谱? 知识图谱的内容通常以三元组形式存在, Subject Predicate Obj ...
分类:
其他好文 时间:
2020-05-18 14:16:15
阅读次数:
49
在官网文档(下面有地址)说要python中使用qml的风格(Material、Universal等) 可在执行命令后加参数: 如果要使用Dark主题则需要通过pyside2 rcc (安装pyside2包就有)生成一个py文件。 然后在引入 刚接触PySide2 不知道与pyqt5的区别,大概查了下 ...
分类:
编程语言 时间:
2020-05-14 09:12:04
阅读次数:
96
Linux安装mongo 一、 环境介绍: CentOS6, CentOS7 二、 安装步骤 2.1.官方参考地址:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/ 2.2.配置程序包管理系统(yum 命令安装) ...
分类:
系统相关 时间:
2020-05-13 23:01:51
阅读次数:
116
原文地址 :https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how to reset migrations.html 本文描述了几张方法来重置老是出错的Django Migration How to Reset Migration ...
分类:
编程语言 时间:
2020-05-12 09:33:50
阅读次数:
71
Introduction This is Cairo graphics tutorial. The tutorial will teach you the basics of graphics programming in Cairo with the C programming language. ...
分类:
其他好文 时间:
2020-05-11 23:30:06
阅读次数:
88
This is GTK tutorial for the C programming language. This tutorial is suitable for beginners and more advanced programmers. GTK\ GTK is a wrapper over ...
分类:
其他好文 时间:
2020-05-11 23:23:23
阅读次数:
91
1、python基础 a、廖雪峰python教程 https://www.liaoxuefeng.com/wiki/1016959663602400 b、django简易教程 https://www.runoob.com/django/django-tutorial.html 2、web开发 a、d ...
分类:
编程语言 时间:
2020-05-11 01:27:22
阅读次数:
88
以下内容均来自https://www.runoob.com/mongodb/mongodb-tutorial.html 创建数据库 use DATABASE_NAME //实例 > use runoob switched to db runoob > db runoob > 删除数据库 db.dro ...
分类:
其他好文 时间:
2020-05-10 18:46:58
阅读次数:
61
b站一个up主那边整理的一个pdf,摘录出来,分享给大家~~ 1.学习资源汇总 https://github.com/developer learning/learning golang 2.基础知识入门 菜?教程 https://www.runoob.com/go/go tutorial.html ...
分类:
其他好文 时间:
2020-05-10 14:58:15
阅读次数:
86
上一篇,讲了RabbitMQ的具体用法,可以看看这篇文章:RabbitMQ学习系列(三): C# 如何使用 RabbitMQ。今天说些理论的东西,Exchange 的几种模式。 AMQP协议中的核心思想就是生产者和消费者隔离,生产者从不直接将消息发送给队列。生产者通常不知道是否一个消息会被发送到队列 ...
分类:
其他好文 时间:
2020-05-09 17:12:38
阅读次数:
76