﻿{"id":2639,"date":"2023-05-29T08:27:01","date_gmt":"2023-05-29T00:27:01","guid":{"rendered":"https:\/\/aic.leexinghai.com\/?p=2639"},"modified":"2023-05-29T08:27:01","modified_gmt":"2023-05-29T00:27:01","slug":"h30528d-%e5%ae%9e%e9%aa%8c%e4%ba%94-%e7%ba%bf%e7%a8%8b%e5%88%9b%e5%bb%ba%e4%b8%8e%e5%b9%b6%e5%8f%91","status":"publish","type":"post","link":"https:\/\/www.leexinghai.com\/aic\/h30528d-%e5%ae%9e%e9%aa%8c%e4%ba%94-%e7%ba%bf%e7%a8%8b%e5%88%9b%e5%bb%ba%e4%b8%8e%e5%b9%b6%e5%8f%91\/","title":{"rendered":"H30528D-\u5b9e\u9a8c\u4e94-\u7ebf\u7a0b\u521b\u5efa\u4e0e\u5e76\u53d1"},"content":{"rendered":"\n<p>\u4e00\u3001<strong>\u5b9e\u9a8c\u76ee\u7684<\/strong><\/p>\n\n\n\n<p>1. \u4e86\u89e3Linux\u7684ULT\uff08\u7528\u6237\u7ea7\u7ebf\u7a0b\uff09\u673a\u5236\u3002<\/p>\n\n\n\n<p>2. \u5b66\u4f1a\u521b\u5efa\u7ebf\u7a0b\u7684\u7f16\u7a0b\u65b9\u6cd5\u3002<\/p>\n\n\n\n<p>3. \u52a0\u6df1\u7406\u89e3\u8fdb\u7a0b\u6570\u636e\u7684\u591a\u7ebf\u7a0b\u5171\u4eab\u6982\u5ff5\u3002<\/p>\n\n\n\n<p>\u4e8c\u3001<strong>\u5b9e\u9a8c\u5185\u5bb9<\/strong><\/p>\n\n\n\n<p>\u5b9e\u9a8c5.1&nbsp; \u521b\u5efa\u7ebf\u7a0b<\/p>\n\n\n\n<p>\u5b9e\u9a8c5.2&nbsp; \u591a\u7ebf\u7a0b\u95f4\u5171\u4eab\u6570\u636e<\/p>\n\n\n\n<p>\u4e09\u3001<strong>\u5b9e\u9a8c\u4e3b\u8981\u6b65\u9aa4<\/strong><\/p>\n\n\n\n<p>\u5b9e\u9a8c5.1&nbsp; \u521b\u5efa\u7ebf\u7a0b<\/p>\n\n\n\n<p>\u2460\u7528\u4f60\u7684\u7528\u6237\u8d26\u53f7\u767b\u5f55\uff0c\u5e76\u8fdb\u5165ostest\u76ee\u5f55\u3002<\/p>\n\n\n\n<p>\u3000\u2461\u5b8c\u6210\u6e90\u7a0b\u5e8ftest5_1.c\u7684\u8bbe\u8ba1\u4e0e\u7f16\u8f91<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>\u3000\/*test5_1.c \uff1a\u521b\u5efa\u7ebf\u7a0b*\/<\/p>\n\n\n\n<p>\u3000#include&lt;stdio.h&gt;<\/p>\n\n\n\n<p>\u3000#include&lt;pthread.h&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp; #include&lt;stdlib.h&gt;<\/p>\n\n\n\n<p>\u3000int data=4;<\/p>\n\n\n\n<p>\u3000void *thereadcode() \u3000\/*\u7ebf\u7a0b\u7684\u6267\u884c\u4ee3\u7801*\/<\/p>\n\n\n\n<p>\u3000{<\/p>\n\n\n\n<p>&nbsp;\u3000\u3000printf(\u201ctheread: data=%d\\n\u201d,++data);<\/p>\n\n\n\n<p>&nbsp;\u3000\u3000pthread_exit(0); \u3000\/*\u7ebf\u7a0b\u6b63\u5e38\u7ec8\u6b62*\/<\/p>\n\n\n\n<p>\u3000}<\/p>\n\n\n\n<p>int main()<\/p>\n\n\n\n<p>\u3000{<\/p>\n\n\n\n<p>&nbsp;\u3000 pthread_t&nbsp; tid; \u3000\/*\u58f0\u660etid\u4e3a\u7ebf\u7a0b\u6807\u8bc6\u53f7\u7c7b\u578b*\/<\/p>\n\n\n\n<p>&nbsp;\u3000 printf(\u201cdata=%d\\n\u201d,++data);<\/p>\n\n\n\n<p>&nbsp;\u3000 &lt;\u521b\u5efa\u7ebf\u7a0bthereadcode&gt;<\/p>\n\n\n\n<p>&nbsp;\u3000 if(&lt;\u521b\u5efa\u5931\u8d25&gt;){<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; \u3000\u3000 printf(\u201ccreate of theread is fail\\n\u201d);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; \u3000\u3000 exit(-1);&nbsp;&nbsp; \/*\u975e\u6b63\u5e38\u7ec8\u6b62*\/<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<\/p>\n\n\n\n<p>&nbsp;\u3000 &lt;\u7b49\u5f85\u7ebf\u7a0b\u7684\u7ec8\u6b62&gt;<\/p>\n\n\n\n<p>&nbsp;\u3000 printf(\u201cdata=%d\\n\u201d,++data);<\/p>\n\n\n\n<p>&nbsp;\u3000 return 0;<\/p>\n\n\n\n<p>\u3000}<\/p>\n<\/div><\/div>\n\n\n\n<p>\u3000\u2462\u7528gcc\u7f16\u8bd1test5_1.c<\/p>\n\n\n\n<p>\u3000\u3000\u3000\u7531\u4e8e\u5934\u6587\u4ef6pthread.h\u5b9e\u9645\u4e0a\u4e0d\u662fLinux\u9ed8\u8ba4\u7684\u5e93\uff0c\u6545\u5728gcc\u547d\u4ee4\u884c\u4e2d\u9700\u8981\u4f7f\u7528\u9009\u9879\u201c-l\u201d\u94fe\u63a5\u8be5\u5e93\uff0c\u5982\uff1a<\/p>\n\n\n\n<p>\u00a0 \u3000\u3000\u00a0 <code>gcc\u00a0 \u2013o\u00a0 test5_1\u00a0 \u2013l\u00a0 pthread\u00a0 test5_1.c<\/code><\/p>\n\n\n\n<p>\u3000\u2463\u8fd0\u884ctest5_1\u89c2\u5bdf\u8f93\u51fa\u7ed3\u679c\u3002<\/p>\n\n\n\n<p>\u3000\u2464\u4fee\u6539test5_1.c\uff0c\u5c06\u8bed\u53e5\u201c<code>int data=4;<\/code>\u201d\u79fb\u5230main\u51fd\u6570\u5185\u7684\u9996\u90e8\u3002\u89c2\u5bdf\u8fd0\u884c\u7ed3\u679c\u3002<\/p>\n\n\n\n<p>\u5b9e\u9a8c5.2&nbsp; \u591a\u7ebf\u7a0b\u95f4\u5171\u4eab\u6570\u636e<\/p>\n\n\n\n<p>\u8bbe\u8ba1\u4e00\u4e2a\u552e\u7968\u6a21\u62df\u7cfb\u7edf\u8fdb\u7a0b\uff0c\u5728\u5176main\u51fd\u6570\u4e2d\u521b\u5efa2\u4e2a\u552e\u7968\u7ec8\u7aef\u7ebf\u7a0b\uff0c\u8fd92\u4e2a\u7ebf\u7a0b\u5171\u4eab\u8fdb\u7a0b\u7684\u5168\u5c40\u6570\u636e\u2014\u2014\u4f59\u7968\u6570\u636e\u5e93ticket\u548c\u4f59\u7968\u6570rest\u3002<\/p>\n\n\n\n<p>\u3000\u3000\u3000\u4e0b\u9762\u7ed9\u51fa\u90e8\u5206\u7a0b\u5e8f\uff0c\u8bf7\u8bbe\u8ba1\u51fa\u5176\u4f59\u90e8\u5206\uff0c\u5e76\u5b8c\u6210\u7f16\u8f91\u3001\u7f16\u8bd1\u53ca\u8c03\u8bd5\u8fd0\u884c\u3002<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>\u3000\/*test5_2.c \uff1a\u552e\u7968\u6a21\u62df\u7cfb\u7edf*\/<\/p>\n\n\n\n<p>\u3000#include&lt;stdio.h&gt;<\/p>\n\n\n\n<p>\u3000#include&lt;pthread.h&gt;<\/p>\n\n\n\n<p>\u3000int ticket[10]={1,3,5,7,9,2,4,6,8,10};<\/p>\n\n\n\n<p>\u3000int rest=10;<\/p>\n\n\n\n<p>void *terminal(void *num) \u3000\/*\u7ec8\u7aef\u7ebf\u7a0b\u5171\u4eab\u4ee3\u7801*\/<\/p>\n\n\n\n<p>\u3000{ int&nbsp; tn= (int *)num; \/*num\u6240\u6307\u5355\u5143\u91cc\u5b58\u653e\u7684\u662f\u7ec8\u7aef\u7ebf\u7a0b\u7f16\u53f7*\/<\/p>\n\n\n\n<p>\u3000\u3000int&nbsp; tot=0;&nbsp; long&nbsp; i ;<\/p>\n\n\n\n<p>\u3000\u3000while()<\/p>\n\n\n\n<p>&nbsp;&nbsp; \u3000\u3000if(rest&gt;0)<\/p>\n\n\n\n<p>\u3000\u3000\u3000&nbsp; {rest--;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp; \u3000\u3000&nbsp;&nbsp; printf(\u201cTerminal_%d:sell a ticket, num=%d\\n\u201d, tn,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ticket[rest]);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tot++;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp; \u3000\u3000&nbsp;&nbsp; for(i=0; i&lt;999999; i++);<\/p>\n\n\n\n<p>\u3000\u3000\u3000&nbsp;&nbsp;&nbsp; }<\/p>\n\n\n\n<p>&nbsp;&nbsp; \u3000\u3000 else break;&nbsp;<\/p>\n\n\n\n<p>\u3000\u3000 printf(\u201cSelled %d tickets from terminal_%d\\n\u201d, tot, tn);<\/p>\n\n\n\n<p>\u3000\u3000 pthread_exit(0); \u3000<\/p>\n\n\n\n<p>\u3000 }<\/p>\n\n\n\n<p>\u3000int main()<\/p>\n\n\n\n<p>\u3000{ pthread_t&nbsp; tid;&nbsp;<\/p>\n\n\n\n<p>\u3000\u3000int&nbsp; num=1; \/*num\u4e3a\u7ec8\u7aef\u7ebf\u7a0b\u7f16\u53f7*\/<\/p>\n\n\n\n<p>\u3000\u3000&lt;\u521b\u5efa\u552e\u7968\u7ec8\u7aef\u7ebf\u7a0b1\u548c\u552e\u7968\u7ec8\u7aef\u7ebf\u7a0b2 &gt;<\/p>\n\n\n\n<p>\u3000\u3000&lt;\u7b49\u5f85\u7ebf\u7a0b\u7684\u7ec8\u6b62&gt;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf(\u201cOver!\\n\u201d);<\/p>\n\n\n\n<p>\u3000\u3000return 0; \u3000<\/p>\n\n\n\n<p>&nbsp;\u3000}<\/p>\n<\/div><\/div>\n\n\n\n<p>\u3000\u3000\u591a\u6b21\u8fd0\u884c\u7a0b\u5e8f\uff0c\u89c2\u5bdf\u8fd0\u884c\u7ed3\u679c\u3002<\/p>\n\n\n\n<p>\u3000\u3000\u7ed3\u679c\u90fd\u6b63\u786e\u5417\uff1f\u6709\u4ec0\u4e48\u95ee\u9898\uff1f\u80fd\u89e3\u51b3\u5417\uff1f<\/p>\n\n\n\n<p>\u3000<\/p>\n\n\n\n<p>\u56db\u3001<strong>\u5b9e\u9a8c\u7ed3\u679c\u6d4b\u8bd5<\/strong><\/p>\n\n\n\n<p>1.\u4fee\u6539\u8865\u5145test5_1.c\u7684\u4ee3\u7801\uff0c\u9700\u8981\u4fee\u6539\u7684\u5185\u5bb9\u5982\u56fe1\u4e2d\u7ea2\u8272\u6846\u7ebf\u6240\u793a\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"738\" src=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-241.png\" alt=\"\" class=\"wp-image-2640\" srcset=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-241.png 865w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-241-300x256.png 300w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-241-768x655.png 768w\" sizes=\"auto, (max-width: 865px) 100vw, 865px\" \/><figcaption class=\"wp-element-caption\">\u56fe1<\/figcaption><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>2.\u5b8c\u6210\u540e\uff0c\u4f7f\u7528<code>gcc test5_1.c -l pthread -o test5_1.out<\/code>\u7f16\u8bd1\u8be5\u4ee3\u7801\u6587\u4ef6\uff0c\u5e76\u8fd0\u884ctest5_1.out\u6587\u4ef6\uff0c\u8f93\u51fa\u7ed3\u679c\u5982\u56fe2\u6240\u793a\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"594\" height=\"145\" src=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-242.png\" alt=\"\" class=\"wp-image-2641\" srcset=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-242.png 594w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-242-300x73.png 300w\" sizes=\"auto, (max-width: 594px) 100vw, 594px\" \/><figcaption class=\"wp-element-caption\">\u56fe2<\/figcaption><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>3.\u5c1d\u8bd5\u5c06int data=4;\u547d\u4ee4\u79fb\u5230main\u51fd\u6570\u7684\u9996\u90e8\uff0c\u5982\u56fe3\u6240\u793a\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"939\" src=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-243.png\" alt=\"\" class=\"wp-image-2642\" srcset=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-243.png 865w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-243-276x300.png 276w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-243-768x834.png 768w\" sizes=\"auto, (max-width: 865px) 100vw, 865px\" \/><figcaption class=\"wp-element-caption\">\u56fe3<\/figcaption><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>4\uff0e\u518d\u6b21\u4f7f\u7528\u7b2c2\u6b65\u7684\u547d\u4ee4\u7f16\u8bd1\uff0c\u53d1\u73b0\u7f16\u8bd1\u51fa\u9519\uff0c\u539f\u56e0\u662f\u53d8\u91cf\u58f0\u660e\u4e0d\u660e\u786e\uff0c\u7ed3\u679c\u5982\u56fe4\u6240\u793a\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"130\" src=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-244.png\" alt=\"\" class=\"wp-image-2643\" srcset=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-244.png 865w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-244-300x45.png 300w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-244-768x115.png 768w\" sizes=\"auto, (max-width: 865px) 100vw, 865px\" \/><figcaption class=\"wp-element-caption\">\u56fe4<\/figcaption><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>5.\u5bf9\u4e8e\u516c\u4ea4\u552e\u7968\u7cfb\u7edf\uff0c\u4ee3\u7801\u5982\u56fe5\u6240\u793a\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"845\" src=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-245.png\" alt=\"\" class=\"wp-image-2644\" srcset=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-245.png 865w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-245-300x293.png 300w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-245-768x750.png 768w\" sizes=\"auto, (max-width: 865px) 100vw, 865px\" \/><figcaption class=\"wp-element-caption\">\u56fe5<\/figcaption><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>6.\u4f7f\u7528\u7b2c2\u6b65\u7684\u547d\u4ee4\u7f16\u8bd1\u5e76\u591a\u6b21\u8fd0\u884c\uff0c\u7ed3\u679c\u5982\u56fe6\u6240\u793a\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"622\" height=\"983\" src=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-246.png\" alt=\"\" class=\"wp-image-2645\" srcset=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-246.png 622w, https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/image-246-190x300.png 190w\" sizes=\"auto, (max-width: 622px) 100vw, 622px\" \/><figcaption class=\"wp-element-caption\">\u56fe6<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">\u9644\u4ef6\u4e0b\u8f7d<\/h2>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-92f25825-f8fc-414d-a820-06c0eb0a2b2d\" href=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/\u5b9e\u9a8c\u4e94.7z\">\u5b9e\u9a8c\u4e94\u4ee3\u7801\u6587\u4ef6<\/a><a href=\"https:\/\/www.leexinghai.com\/aic\/wp-content\/uploads\/2023\/05\/\u5b9e\u9a8c\u4e94.7z\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-92f25825-f8fc-414d-a820-06c0eb0a2b2d\">\u4e0b\u8f7d<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u3001\u5b9e\u9a8c\u76ee\u7684 1. \u4e86\u89e3Linux\u7684ULT\uff08\u7528\u6237\u7ea7\u7ebf\u7a0b\uff09\u673a\u5236\u3002 2. \u5b66\u4f1a\u521b\u5efa\u7ebf\u7a0b\u7684\u7f16\u7a0b\u65b9\u6cd5\u3002 3. \u52a0\u6df1\u7406\u89e3 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2642,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-2639","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-os"],"_links":{"self":[{"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/posts\/2639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/comments?post=2639"}],"version-history":[{"count":1,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/posts\/2639\/revisions"}],"predecessor-version":[{"id":2647,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/posts\/2639\/revisions\/2647"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/media\/2642"}],"wp:attachment":[{"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/media?parent=2639"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/categories?post=2639"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.leexinghai.com\/aic\/wp-json\/wp\/v2\/tags?post=2639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}