- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有以下维基百科 API 搜索查询:
http://en.wikipedia.org/w/api.php?&action=query&generator=search&gsrnamespace=0&gsrlimit=20&prop=pageimages|extracts&pilimit=max&exintro&exsentences=1&exlimit=max&continue&pithumbsize=100&gsrsearch=Albert%20Einstein
我只想列出名人 - 有没有办法做到这一点?
最佳答案
没有一种确切的方法可以将您的搜索结果仅限于名人。但是,您可以使用几个不同的 filters in with Wikipedia's CirrusSearch粗略地将您的结果缩小到人们:
incategory:
你能找到一个包含你想要的人的类别吗?类别可能不是一个很好的解决方案,因为它们可能不方便具体。 linksto:
关于人的文章是否链接到共同的文章? hastemplate:
你能找到一个用于名人传记的模板吗?模板 {{birth date}}
可能是一个很好的解决方案(如果可以将您的搜索限制在大多数具有无争议的已知出生日期的非虚构人物)。 hastemplate:Birth_date
相同的搜索结果看人:
{
"batchcomplete": "",
"continue": {
"gsroffset": 20,
"continue": "gsroffset||"
},
"query": {
"pages": {
"92733": {
"pageid": 92733,
"ns": 0,
"title": "Albert A. Michelson",
"index": 14,
"thumbnail": {
"source": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Albert_Abraham_Michelson2.jpg/71px-Albert_Abraham_Michelson2.jpg",
"width": 71,
"height": 100
},
"pageimage": "Albert_Abraham_Michelson2.jpg",
"extract": "<p><b>Albert Abraham Michelson</b> (surname pronunciation anglicized as \"Michael-son\", December 19, 1852 \u2013 May 9, 1931) was an American physicist known for his work on the measurement of the speed of light and especially for the Michelson\u2013Morley experiment.</p>"
},
"736": {
"pageid": 736,
"ns": 0,
"title": "Albert Einstein",
"index": 1,
"thumbnail": {
"source": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Einstein_1921_by_F_Schmutzer_-_restoration.jpg/76px-Einstein_1921_by_F_Schmutzer_-_restoration.jpg",
"width": 76,
"height": 100
},
"pageimage": "Einstein_1921_by_F_Schmutzer_-_restoration.jpg",
"extract": "<p><b>Albert Einstein</b> (<span><span>/<span><span title=\"/\u02c8/ primary stress follows\">\u02c8</span><span title=\"/a\u026a/ long 'i' in 'tide'\">a\u026a</span><span title=\"'n' in 'no'\">n</span><span title=\"'s' in 'sigh'\">s</span><span title=\"'t' in 'tie'\">t</span><span title=\"/a\u026a/ long 'i' in 'tide'\">a\u026a</span><span title=\"'n' in 'no'\">n</span></span>/</span></span>; <small>German:</small> <span title=\"Representation in the International Phonetic Alphabet (IPA)\">[\u02c8alb\u025b\u0250\u032ft \u02c8a\u026an\u0283ta\u026an]</span>; 14 March 1879 \u2013 18 April 1955) was a German-born theoretical physicist.</p>"
},
"1139788": {
"pageid": 1139788,
"ns": 0,
"title": "Alfred Einstein",
"index": 6,
"thumbnail": {
"source": "https://upload.wikimedia.org/wikipedia/en/thumb/1/12/Alfred_Einstein.jpg/70px-Alfred_Einstein.jpg",
"width": 70,
"height": 100
},
"pageimage": "Alfred_Einstein.jpg",
"extract": "<p><b>Alfred Einstein</b> (December 30, 1880 \u2013 February 13, 1952) was a German-American musicologist and music editor.</p>"
},
...
关于api - 维基百科 API : search for famous people,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30418378/
这两种方法都可以使用,以便一个事件处理程序可以监听另一个事件处理程序的事件触发。文档说它们是同一件事,只是实现不同。我想知道为什么框架要为同一任务提供两种不同的方法?可能 pipe() 更适合链接,但
我正在尝试在known.js 中实现可拖动/可放置的图像。也就是说,如果图像掉落到正确的表面上,就会触发一个事件。 在我的可拖动图像上,我正在监听“touchend”事件。这里没问题。 我还有一个 t
我有以下维基百科 API 搜索查询: http://en.wikipedia.org/w/api.php?&action=query&generator=search&gsrnamespace=0&g
我想拖动一个 Famous 曲面,当我放开它时让它回到原来的位置。我采用了“拖动”示例并对其进行了修改,但是虽然触发了 mouseup 回调(我检查了 console.log),但修饰符转换并未触发。
我目前使用的是 Meteor 0.9.2.2。我试图更好地了解如何在 Meteor + Famous 中构建表单,而不必将每个表单元素放入 Famous 表面。 我正在使用“gadicohen:fam
我正在使用我创建的一些 View 对 ScrollViewContainer 进行排序。每个 View 都有一个表面,但是当我这样做时,ScrollViewContainer 将不再滚动。当我使用表面
我读过几个文档,但我不明白:我知道我做错了什么,但我不明白是什么。我有一个完全动态生成的网站:几乎没有任何静态内容。 因此,为了理解 JSP/Servlet,我编写了自己的“前端 Controller
这个练习来自AWK one-liners explained blog post by Peteris Krumins 本质上是这一行 awk '/\\$/ { sub(/\\$/,""); get
This is 城市。它因 而闻名。
”我是编码新手 在下面的 pgm 中,任何人都可以帮我找出为什么 ng-bind 不起作用吗? 提前致谢。 Angular js Welocme!Please enter valu
我是一名优秀的程序员,十分优秀!