405 HTTP method PUT is not supported by this URL
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I started Fuseki server using this configuration: @prefix : <#> . @prefix fuseki : < http : //jena.apache.org/fuseki#> . @prefix rdf : < http : //www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs : < http : //www.w3.org/2000/01/rdf-schema#> . @prefix tdb : < http : //jena.hpl.hp.com/2008/tdb#> . @prefix ja : < http : //jena.hpl.hp.com/2005/11/Assembler#> . @prefix sdb : < http : //jena.hpl.hp.com/2007/sdb#> . [] rdf : type fuseki : Server ; fuseki : services ( <# memory > <# tdb > #<#mysql> ) . # Custom code. [] ja : loadClass