1报错
使用知识图谱开启fuseki的时候报错:
Server ERROR Exception in initialization: the loading of content into file:///D:/AppsPath/apache-jena-fuseki-3.8.0/run/configuration/fuseki_conf.ttl#model_inf was aborted because of Read-only object file
Server ERROR Exception in initialization: ...
<?php //创建四个exception的子类,每个子类中分别有一个可以解决异常问题的方法 class wcexception extends exception{ function pro(){ echo "去公厕上厕所<br>"; } } class noexception extends exception{ function pro(){ echo "去公司附近吃早餐<br>"; } } class gsexception extend...