我正在使用实现REST Webservice的Jax-Rs和JPA,我想用@ DELETE删除资源,这是我的代码
$scope.openProfile = function(username){
$http.get("/root/services/rest/user/" + username);
}
然后控制台输出错误:
import os
# If the directory is of a python module eg program2.py
dirname = os.path.dirname(os.path.abspath(__file__))
# If you know the file path already
dirname2 = os.path.dirname("C:\\My Documents\\data1")
我无法解决问题,有人对我有任何想法吗?Thx。