11 2021 档案

摘要:git push origin --delete Chapater6 git branch -d Chapater8 git fetch origingit checkout -b "develop" "origin/develop" git fetch origingit checkout "or 阅读全文
posted @ 2021-11-30 13:46 薄荷味日记
摘要:要讲清楚git fetch,git pull,必须要附加讲清楚git remote,git merge 、远程repo, branch 、 commit-id 以及 FETCH_HEAD。1. 【git remote】首先, git是一个分布式的结构,这意味着本地和远程是一个相对的名称。本地的rep 阅读全文
posted @ 2021-11-30 13:44 薄荷味日记
摘要:from SPARQLWrapper import SPARQLWrapper, RDFXML, JSON, XML, N3 from rdflib import Graph sparql = SPARQLWrapper("https://agrovoc.uniroma2.it/sparql") s 阅读全文
posted @ 2021-11-19 14:26 薄荷味日记