{"id":3288,"date":"2020-06-14T10:53:39","date_gmt":"2020-06-14T01:53:39","guid":{"rendered":"http:\/\/taki-lab.site\/bocci\/?p=3288"},"modified":"2020-06-14T10:53:48","modified_gmt":"2020-06-14T01:53:48","slug":"%e3%80%90%e5%8c%97%e6%b5%b7%e9%81%93%e5%a4%a7%e6%88%a6%e3%80%91%e3%83%9e%e3%83%83%e3%83%97%e3%81%ab%e5%b8%82%e7%94%ba%e6%9d%91%e5%90%8d%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/taki-lab.site\/bocci\/?p=3288","title":{"rendered":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u306b\u5e02\u753a\u6751\u540d\u3092\u8868\u793a\u3059\u308b"},"content":{"rendered":"\n<p>\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002<\/p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-\u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"sfMSs3t5mP\"><a href=\"https:\/\/taki-lab.site\/bocci\/?p=3250\">\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u30c7\u30fc\u30bf\u3092\u63cf\u753b\u3059\u308b<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u30c7\u30fc\u30bf\u3092\u63cf\u753b\u3059\u308b&#8221; &#8212; \u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f\" src=\"https:\/\/taki-lab.site\/bocci\/?p=3250&#038;embed=true#?secret=uWkKCiHkIa#?secret=sfMSs3t5mP\" data-secret=\"sfMSs3t5mP\" width=\"474\" height=\"267\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>gitHub\u306b\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u516c\u958b\u3057\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/takishita2nd\/HokkaidoWar\">https:\/\/github.com\/takishita2nd\/HokkaidoWar<\/a><\/p>\n\n\n\n<p>\u524d\u56de\u306f\u305f\u3060\u30de\u30c3\u30d7\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u3067\u3057\u305f\u304c\u3001<\/p>\n\n\n\n<p>\u4eca\u56de\u306f\u30de\u30a6\u30b9\u30ab\u30fc\u30bd\u30eb\u3092\u79fb\u52d5\u3055\u305b\u308b\u3068\u3001\u305d\u306e\u30ab\u30fc\u30bd\u30eb\u4f4d\u7f6e\u306e\u5e02\u753a\u6751\u540d\u3092\u8868\u793a\u3055\u305b\u308b\u3068\u3053\u308d\u307e\u3067\u3084\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u305d\u306e\u305f\u3081\u306b\u306f\u3001\u524d\u56de\u53d6\u308a\u8fbc\u3093\u3060Json\u30c7\u30fc\u30bf\u3092\u6271\u3044\u3084\u3059\u3044\u3088\u3046\u306b\u5185\u90e8\u30c7\u30fc\u30bf\u306b\u53d6\u308a\u8fbc\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u5e02\u753a\u6751\u306f\u8907\u6570\u306e\u30de\u30c3\u30d7\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u308b\u306e\u3067\u3001\u307e\u305a\u306f\u3001\u30de\u30c3\u30d7\u30af\u30e9\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    class Map\n    {\n        private int _x;\n        private int _y;\n        private asd.GeometryObject2D _geometryObj;\n\n        private readonly int width = 24;\n        private readonly int height = 24;\n        private readonly int offsetx = 50;\n        private readonly int offsety = 50;\n\n        public Map(int x, int y, asd.Color color)\n        {\n            _x = x;\n            _y = y;\n            _geometryObj = new asd.GeometryObject2D();\n            _geometryObj.Color = color;\n            asd.Engine.AddObject2D(_geometryObj);\n            var rect = new asd.RectangleShape();\n            rect.DrawingArea = new asd.RectF(width * _x + offsetx, height * _y + offsety, width, height);\n            _geometryObj.Shape = rect;\n        }\n\n        public void SetColor(asd.Color color)\n        {\n            _geometryObj.Color = color;\n        }\n\n        public bool IsOnMouse(asd.Vector2DF pos)\n        {\n            if (pos.X > width * _x + offsetx &amp;&amp; pos.X &lt; width * (_x + 1) + offsetx\n                &amp;&amp; pos.Y > height * _y + offsety &amp;&amp; pos.Y &lt; height * (_y + 1) + offsety)\n            {\n                return true;\n            }\n            else\n            {\n                return false;\n            }\n        }\n    }\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3092\u4f7f\u7528\u3059\u308b\u90fd\u5e02\u30af\u30e9\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    class City\n    {\n        private string _name = string.Empty;\n        private List&lt;Map> _maps = null;\n        private asd.Color _color;\n\n        public City(string name, Point&#91;] points)\n        {\n            _name = name;\n            _maps = new List&lt;Map>();\n            var r = Singleton.GetRandom();\n            _color = new asd.Color((byte)r.Next(0, 255), (byte)r.Next(0, 255), (byte)r.Next(0, 255));\n\n            foreach (var p in points)\n            {\n                Map m = new Map(p.x, p.y, _color);\n                _maps.Add(m);\n            }\n        }\n\n        public void OnMouse(asd.Vector2DF pos)\n        {\n            foreach(var m in _maps)\n            {\n                if(m.IsOnMouse(pos))\n                {\n                    var info = Singleton.GetInfomationWindow();\n                    info.ShowText(pos, _name);\n                }\n            }\n        }\n\n        public bool IsOnMouse(asd.Vector2DF pos)\n        {\n            bool ret = false;\n            foreach (var m in _maps)\n            {\n                if (m.IsOnMouse(pos))\n                {\n                    ret = true;\n                }\n            }\n            return ret;\n        }\n    }\n<\/code><\/pre>\n\n\n\n<p>\u3068\u3001\u3053\u3053\u3067\u3072\u3087\u3063\u3053\u308a\u51fa\u3066\u304d\u305f\u90fd\u5e02\u540d\u3092\u8868\u793a\u3059\u308b\u7a93\u30af\u30e9\u30b9\u3082\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    class InfomationWindow\n    {\n        private asd.TextObject2D _valueText;\n\n        public InfomationWindow()\n        {\n            _valueText = new asd.TextObject2D();\n            _valueText.Font = Singleton.GetFont();\n            asd.Engine.AddObject2D(_valueText);\n        }\n\n        public void ShowText(asd.Vector2DF pos, string text)\n        {\n            _valueText.Text = text;\n            _valueText.Position = new asd.Vector2DF(pos.X, pos.Y);\n        }\n    }\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3092\u3069\u3053\u3067\u3082\u53d6\u308a\u51fa\u305b\u308b\u3088\u3046\u306b\u30b7\u30f3\u30b0\u30eb\u30c8\u30f3\u306b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    class Singleton\n    {\n        private static InfomationWindow _info = null;\n        private static Random random = null;\n        private static asd.Font _font = null;\n\n        public static Random GetRandom()\n        {\n            if(random == null)\n            {\n                random = new Random();\n            }\n            return random;\n        }\n\n        public static asd.Font GetFont()\n        {\n            if(_font == null)\n            {\n                _font = asd.Engine.Graphics.CreateFont(\"FontText.aff\");\n            }\n            return _font;\n        }\n\n        public static InfomationWindow GetInfomationWindow()\n        {\n            if (_info == null)\n            {\n                _info = new InfomationWindow();\n            }\n            return _info;\n        }\n    }\n<\/code><\/pre>\n\n\n\n<p>\u6700\u7d42\u7684\u306b\u3053\u308c\u3089\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3068\u3001<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>        public void Run()\n        {\n            asd.Engine.Initialize(\"\u5317\u6d77\u9053\u5927\u6226\", 1800, 1000, new asd.EngineOption());\n\n            \/\/ \u4e0b\u5730\n            var background = new asd.GeometryObject2D();\n            asd.Engine.AddObject2D(background);\n            var bgRect = new asd.RectangleShape();\n            bgRect.DrawingArea = new asd.RectF(0, 0, 1800, 1000);\n            background.Shape = bgRect;\n\n            cities = new List&lt;City>();\n            var r = new Random();\n            foreach (var map in mapData.list)\n            {\n                City city = new City(map.name, map.point);\n                cities.Add(city);\n            }\n\n            while (asd.Engine.DoEvents())\n            {\n                asd.Vector2DF pos = asd.Engine.Mouse.Position;\n                if (isOnMaouseMap(pos))\n                {\n                    foreach (var city in cities)\n                    {\n                        city.OnMouse(pos);\n                    }\n                }\n                else\n                {\n                    var info = Singleton.GetInfomationWindow();\n                    info.ShowText(pos, string.Empty);\n                }\n\n                asd.Engine.Update();\n            }\n            asd.Engine.Terminate();\n        }\n\n        private bool isOnMaouseMap(asd.Vector2DF pos)\n        {\n            bool ret = false;\n            foreach (var city in cities)\n            {\n                if (city.IsOnMouse(pos))\n                {\n                    ret = true;\n                }\n            }\n            return ret;\n        }\n<\/code><\/pre>\n\n\n\n<p>\u5b9f\u884c\u7d50\u679c\u306f\u3053\u3061\u3089\u3002<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"http:\/\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/20200614103959_Trim.mp4\"><\/video><\/figure>\n\n\n\n<a href=\"\/\/blog.with2.net\/link\/?2023426:1010\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2019\/12\/03a6eee54039f74ded0b8f7548b1868f.png?w=474\" title=\"\u30d1\u30bd\u30b3\u30f3\u30e9\u30f3\u30ad\u30f3\u30b0\"><\/a>\n\n","protected":false},"excerpt":{"rendered":"<p>\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 gitHub\u306b\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u516c\u958b\u3057\u307e\u3057\u305f\u3002 https:\/\/github.com\/takishita2nd\/HokkaidoWar \u524d\u56de\u306f\u305f\u3060\u30de\u30c3\u30d7\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u3067\u3057\u305f\u304c\u3001 \u4eca\u56de\u306f\u30de\u30a6\u30b9\u30ab\u30fc\u30bd &hellip; <a href=\"https:\/\/taki-lab.site\/bocci\/?p=3288\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u306b\u5e02\u753a\u6751\u540d\u3092\u8868\u793a\u3059\u308b<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u306b\u5e02\u753a\u6751\u540d\u3092\u8868\u793a\u3059\u308b\n#TechCommit\n","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[174,3],"tags":[137,199],"class_list":["post-3288","post","type-post","status-publish","format-standard","hentry","category-c","category-3","tag-c","tag-199"],"aioseo_notices":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8SDbY-R2","jetpack-related-posts":[{"id":3761,"url":"https:\/\/taki-lab.site\/bocci\/?p=3761","url_meta":{"origin":3288,"position":0},"title":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u5e02\u753a\u6751\u9078\u629e\u51e6\u7406\u3092\u5b9f\u88c5\u3059\u308b\u3002","author":"taki","date":"2020\u5e748\u67081\u65e5","format":false,"excerpt":"\u6700\u65b0\u30bd\u30fc\u30b9\u306f\u3053\u3061\u3089(gitHub) https:\/\/github.com\/takishita2nd\/\u2026","rel":"","context":"\u672a\u5206\u985e","block_context":{"text":"\u672a\u5206\u985e","link":"https:\/\/taki-lab.site\/bocci\/?cat=1"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/08\/1cbc3d1263081d10d445df7a1eff9913-1.jpg?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/08\/1cbc3d1263081d10d445df7a1eff9913-1.jpg?resize=350%2C200 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/08\/1cbc3d1263081d10d445df7a1eff9913-1.jpg?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/08\/1cbc3d1263081d10d445df7a1eff9913-1.jpg?resize=700%2C400 2x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/08\/1cbc3d1263081d10d445df7a1eff9913-1.jpg?resize=1050%2C600 3x"},"classes":[]},{"id":3511,"url":"https:\/\/taki-lab.site\/bocci\/?p=3511","url_meta":{"origin":3288,"position":1},"title":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u5bfe\u6226\u30eb\u30fc\u30eb\u3092\u691c\u8a0e\u3059\u308b","author":"taki","date":"2020\u5e747\u67087\u65e5","format":false,"excerpt":"\u3055\u3066\u3001\u524d\u56de\u307e\u3067\u3067\u3001\u30de\u30c3\u30d7\u95a2\u9023\u306f\u5b8c\u6210\u3057\u307e\u3057\u305f\u3002 \u6b21\u56de\u304b\u3089\u30d0\u30c8\u30eb\u95a2\u9023\u3092\u4f5c\u6210\u3057\u3066\u3044\u3053\u3046\u3068\u601d\u3046\u306e\u3067\u3059\u304c\u3001\u30d0\u30c8\u2026","rel":"","context":"\u5317\u6d77\u9053\u5927\u6226","block_context":{"text":"\u5317\u6d77\u9053\u5927\u6226","link":"https:\/\/taki-lab.site\/bocci\/?cat=197"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3198,"url":"https:\/\/taki-lab.site\/bocci\/?p=3198","url_meta":{"origin":3288,"position":2},"title":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u30c7\u30fc\u30bf\u3092\u4f5c\u6210","author":"taki","date":"2020\u5e746\u67085\u65e5","format":false,"excerpt":"\u305d\u3082\u305d\u3082\u3001\u5317\u6d77\u9053\u5927\u6226\u3063\u3066\u4f55\uff1f \u5317\u6d77\u9053\u306e\u5168\u5e02\u753a\u6751179\u3042\u308a\u307e\u3059\u304c\u3001\u305d\u308c\u3089\u304c\u5168\u9053\u7d71\u4e00\u3092\u76ee\u6307\u3057\u3066\u30d0\u30c8\u30eb\u3057\u305f\u2026","rel":"","context":"\u5317\u6d77\u9053\u5927\u6226","block_context":{"text":"\u5317\u6d77\u9053\u5927\u6226","link":"https:\/\/taki-lab.site\/bocci\/?cat=197"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/0ef8635a5e455fc1c1f1ffe4a7bd2b36.jpg?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/0ef8635a5e455fc1c1f1ffe4a7bd2b36.jpg?resize=350%2C200 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/0ef8635a5e455fc1c1f1ffe4a7bd2b36.jpg?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/0ef8635a5e455fc1c1f1ffe4a7bd2b36.jpg?resize=700%2C400 2x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/0ef8635a5e455fc1c1f1ffe4a7bd2b36.jpg?resize=1050%2C600 3x"},"classes":[]},{"id":3395,"url":"https:\/\/taki-lab.site\/bocci\/?p=3395","url_meta":{"origin":3288,"position":3},"title":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30de\u30c3\u30d7\u30c7\u30fc\u30bf\u3092\u7ba1\u7406\u3059\u308b","author":"taki","date":"2020\u5e746\u670826\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 https:\/\/taki-lab.site\/bocci\/?p=3339 \u6700\u2026","rel":"","context":"C#","block_context":{"text":"C#","link":"https:\/\/taki-lab.site\/bocci\/?cat=174"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/7bfd73d515f3107a640e61665b22e894.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/7bfd73d515f3107a640e61665b22e894.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/7bfd73d515f3107a640e61665b22e894.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/7bfd73d515f3107a640e61665b22e894.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/7bfd73d515f3107a640e61665b22e894.jpg?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":4739,"url":"https:\/\/taki-lab.site\/bocci\/?p=4739","url_meta":{"origin":3288,"position":4},"title":"\u3010\u5317\u6d77\u9053\u5927\u62262021\u3011\u958b\u767a\u8a08\u753b","author":"taki","date":"2020\u5e7412\u670817\u65e5","format":false,"excerpt":"\u524d\u56de\u3068\u306f\u4ee5\u4e0b\u306e\u70b9\u3092\u5909\u66f4\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002 \u30de\u30c3\u30d7\u3092\u30bf\u30a4\u30eb\u3092\u4e26\u3079\u3066\u4f5c\u6210\u2192\u5730\u56f3\u4e0a\u306b\u90fd\u5e02\u3092\u914d\u7f6e\u3057\u3066\u96a3\u63a5\u95a2\u4fc2\u2026","rel":"","context":"\u5317\u6d77\u9053\u5927\u6226","block_context":{"text":"\u5317\u6d77\u9053\u5927\u6226","link":"https:\/\/taki-lab.site\/bocci\/?cat=197"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3604,"url":"https:\/\/taki-lab.site\/bocci\/?p=3604","url_meta":{"origin":3288,"position":5},"title":"\u3010\u5317\u6d77\u9053\u5927\u6226\u3011\u30e9\u30f3\u30c0\u30e0\u3067\u96a3\u63a5\u3059\u308b\u90fd\u5e02\u3092\u9078\u629e\u3059\u308b","author":"taki","date":"2020\u5e747\u670816\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 https:\/\/taki-lab.site\/bocci\/?p=3553 \u6700\u2026","rel":"","context":"C#","block_context":{"text":"C#","link":"https:\/\/taki-lab.site\/bocci\/?cat=174"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/23a0d64a124d19279b37a05f26e38bf8.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/23a0d64a124d19279b37a05f26e38bf8.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/23a0d64a124d19279b37a05f26e38bf8.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/23a0d64a124d19279b37a05f26e38bf8.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/23a0d64a124d19279b37a05f26e38bf8.jpg?resize=1050%2C600&ssl=1 3x"},"classes":[]}],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/3288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3288"}],"version-history":[{"count":1,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/3288\/revisions"}],"predecessor-version":[{"id":3290,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/3288\/revisions\/3290"}],"wp:attachment":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}