Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Huang Xin
xx
Commits
97fec87b
Commit
97fec87b
authored
Jan 28, 2020
by
XHG3
Browse files
dd
parent
bf912757
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/keyword/dbpedia/lookupTest.java
View file @
97fec87b
...
...
@@ -59,7 +59,7 @@ public class lookupTest {
lookupTest
httpTest
=
new
lookupTest
();
// String query="query="+URLEncoder.encode("select * where { ?s ?p ?o .} LIMIT 100","UTF-8");
String
QueryString
=
"QueryString="
+
URLEncoder
.
encode
(
"
MRO
"
,
"UTF-8"
);
String
QueryString
=
"QueryString="
+
URLEncoder
.
encode
(
"
vehicle
"
,
"UTF-8"
);
// System.out.println(query);
System
.
out
.
println
(
httpTest
.
sendGet
(
"http://lookup.dbpedia.org/api/search.asmx/KeywordSearch"
,
QueryString
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment