释义 |
- 1
Instead, if you get a get request for some action other than a query, send back a confirmation message of the form "you asked me to do X, is that okay?" 相反,如果您得到的GET请求有查询以外的行为,那么返回一个“you asked me to do X, is that okay ? (ok, Cancel)”格式的确认消息。 - 2
This means that the same person node can not exist in both named graphs in the query, and so different variables (x and y) must be used to represent them. 这意味着表示同一个人的节点不能在查询的两个命名图中同时存在,所以必须用不同的变量 (x 和 y)来表示它们。 - 3
But as the query did not cause the problematic X-lock, you would still not know which statement was responsible for the lock. 但是由于查询并没有导致出现问题的独占锁,您仍然不知道是哪条语句导致了锁定。
|