{"id":1004,"date":"2023-03-17T01:10:55","date_gmt":"2023-03-17T01:10:55","guid":{"rendered":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004"},"modified":"2023-03-17T15:11:41","modified_gmt":"2023-03-17T15:11:41","slug":"cocoa-core-graphics-%e9%96%a2%e4%bf%82","status":"publish","type":"post","link":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004","title":{"rendered":"cocoa Core Graphics \u95a2\u4fc2"},"content":{"rendered":"<p>MacOS \u306e\u65b0\u3057\u3044\u753b\u50cf\u30e9\u30a4\u30d6\u30e9\u30ea\u306f Metal \u3060\u304c\u3001\uff12\u6b21\u5143\u306b\u9650\u5b9a\u3055\u308c\u3066\u3057\u307e\u3046\u304c\u3001\u4f7f\u3044\u3084\u3059\u3044\u306e\u306f Core Graphics \u3060\u308d\u3046\u3002<\/p>\n<p>\u306a\u306e\u3060\u304c\u3001\u60c5\u5831\u304c\u4e4f\u3057\u3044\u306e\u306a\u3093\u306e\u3063\u3066\u3002<\/p>\n<p>iOS \u7cfb\u306e\u30b5\u30f3\u30d7\u30eb\u3084\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u8003\u306b MacOS \u5411\u3051\u306e\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3092\u66f8\u3044\u3066\u307f\u305f\u3002<\/p>\n<h2>\u7c21\u5358\u306a\u63cf\u753b\u30b5\u30f3\u30d7\u30eb<\/h2>\n<pre><code>\r\n- (void)drawRect:(CGRect)dirtyRect {\r\n    \r\n    \/\/[super drawRect:dirtyRect];\/\/\u4e0d\u8981\u306e\u3088\u3046\u3060\r\n     NSGraphicsContext* nsgc = [NSGraphicsContext currentContext];\r\n     CGContextRef context = [nsgc CGContext];\r\n    \r\n     CGColorSpaceRef space = CGColorSpaceCreateDeviceRGB();\r\n    double col[4],col2[4];\r\n     col[0] = 1.0;col[1] = 1.0;col[2] = 0.5;col[3] = 1.0;\r\n    col2[0] = 1.0;col2[1] = 0.0;col2[2] = 0.0;col2[3] = 0.8;\r\n     CGColorRef color = CGColorCreate(space,col);\r\n    CGColorRef color2 = CGColorCreate(space,col2);\r\n     \/\/\u900f\u660e\u30ec\u30a4\u30e4\u30fc\u958b\u59cb\r\n     \/\/CGContextBeginTransparencyLayer(context, nil);\r\n\r\n     \/\/\u30d1\u30b9\u306e\u63cf\u753b\u3092\u958b\u59cb\r\n     CGContextBeginPath(context);\r\n     float startAngle = -M_PI\/2;\r\n     float endAngle = startAngle + (M_PI * 2.0) * 0.5;\r\n     CGContextMoveToPoint(context, 100, 100);\r\n     CGContextAddArc(context, 100, 100, 50.0f, startAngle, endAngle, clockwise);\r\n     CGContextClosePath(context);\r\n     CGContextSetFillColorWithColor(context, color);\r\n     CGContextDrawPath(context, kCGPathFill);\r\n    \r\n    CGContextBeginPath(context);\r\n    CGContextMoveToPoint(context, 0, 0);\r\n    \/\/CGContextSetStrokeColor(context, col2);\r\n    CGContextSetLineWidth(context,2.0);\r\n    CGContextAddLineToPoint(context, 100, 100);\r\n    CGContextAddLineToPoint(context, 150, 50);\r\n    CGContextDrawPath(context, kCGPathStroke);\r\n\r\n     \/\/\u900f\u660e\u30ec\u30a4\u30e4\u30fc\u7d42\u4e86\r\n     \/\/CGContextEndTransparencyLayer(context);\r\n    \r\n    CGColorRelease(color);\r\n\r\n}\r\n<\/code><\/pre>\n<p>Metal \u306b\u6bd4\u3079\u308b\u3068\u5b9f\u306b\u7c21\u5358\u3002<br \/>\n\u70b9\u3092\u6253\u3063\u3066\u30e9\u30a4\u30f3\u3067\u7e4b\u304e\u30fb\u30fb\u30fb\u3068\u3044\u3046\u3075\u3046\u306b\u672c\u5f53\u306b\u76f4\u611f\u7684\u3002<br \/>\n\u3053\u308c\u3067\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u306e\u3088\u3046\u306a\u56f3\u5f62\u304c\u63cf\u753b\u3067\u304d\u308b\u3002<\/p>\n<p>\u306a\u304a\u3001cocoa \u7cfb\u306e Core Graphics \u306e\u5ea7\u6a19\u7cfb\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3002<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-1009\" src=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/coregraphics-coord.png\" alt=\"\" width=\"530\" height=\"376\" srcset=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/coregraphics-coord.png 530w, https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/coregraphics-coord-300x213.png 300w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/><\/p>\n<p>clockwise \u306f 1 \u3068\u5b9a\u7fa9\u3057\u3066\u307e\u3059\u3002<\/p>\n<h2>Core Graphics \u304c Quartz???<\/h2>\n<p>\u3068\u3053\u308d\u3067\u3001Core Graphics \u306f Quartz \u306e\u67a0\u7d44\u307f\u3092\u8e0f\u8972\u3057\u3066\u3044\u308b\u3088\u3046\u3060\u304c\u3001\u305d\u306e\u5b9f\u88c5\u306f CPU \u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u4e3b\u4f53\u3001\u5c11\u306a\u304f\u3068\u3082 OpenGL \u7d61\u307f\u306f\u4f7f\u3063\u3066\u3044\u306a\u3044\u306f\u305a\u3067\u3001\u4eca\u5f8c\u3082\u5b89\u5fc3\u3057\u3066\u4f7f\u3048\u308b\u3068\u601d\u3046\u306e\u3060\u304c\u3001\u305d\u3053\u3089\u3078\u3093\u3001\u66d6\u6627\u306b\u8aac\u660e\u3057\u3066\u3044\u308b\u30b5\u30a4\u30c8\u304c\u3042\u3063\u305f\u308a\u3057\u3066\u300c\u306f\uff1f\u300d\u3068\u306a\u3063\u3066\u3044\u308b\u3002<\/p>\n<p>\u8ffd\u8a18\uff1a\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306f<a href=\"https:\/\/github.com\/Hiroaki-Inomata\/CoreGraphics\">\u3053\u3061\u3089<\/a>\u306e CoreGraphics \u7279\u96c6\uff1f\u306b\u53ce\u8f09\u3055\u308c\u3066\u307e\u3059\u3002<\/p>\n<h2>Core Graphics + Metal<\/h2>\n<p>Core Graphics \u306e\u304a\u624b\u8efd\u3055\u3068 Metal \u306e\u901f\u3055\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u4e21\u65b9\u3092\u6d3b\u304b\u3057\u3066\u4f7f\u3044\u305f\u3044\u3068\u3044\u3046\u6b32\u6c42\u306f\u3042\u308b\u3088\u3046\u3067\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u8a18\u4e8b\u304c\u3042\u3063\u305f\u3002<\/p>\n<p style=\"padding-left: 40px;\"><a href=\"https:\/\/medium.com\/@s1ddok\/combine-the-power-of-coregraphics-and-metal-by-sharing-resource-memory-eabb4c1be615\">Combine the power of CoreGraphics and Metal by sharing resource memory\u00a0<\/a><\/p>\n<p>\u30b5\u30f3\u30d7\u30eb\u304c\u52d5\u753b\u306b\u306a\u3063\u3066\u3044\u308b\u3002<\/p>\n<p style=\"text-align: center;\"><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/fl-d978Do4A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p style=\"text-align: left;\">\u898b\u4e8b\u3002<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MacOS \u306e\u65b0\u3057\u3044\u753b\u50cf\u30e9\u30a4\u30d6\u30e9\u30ea\u306f Metal \u3060\u304c\u3001\uff12\u6b21\u5143\u306b\u9650\u5b9a\u3055\u308c\u3066\u3057\u307e\u3046\u304c\u3001\u4f7f\u3044\u3084\u3059\u3044\u306e\u306f Core Graphics \u3060\u308d\u3046\u3002 \u306a\u306e\u3060\u304c\u3001\u60c5\u5831\u304c\u4e4f\u3057\u3044\u306e\u306a\u3093\u306e\u3063\u3066\u3002 iOS \u7cfb\u306e\u30b5\u30f3\u30d7\u30eb\u3084\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u8003 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;cocoa Core Graphics \u95a2\u4fc2&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":3,"featured_media":1005,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[12,74],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>cocoa Core Graphics \u95a2\u4fc2 | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"cocoa Core Graphics \u95a2\u4fc2 | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"og:description\" content=\"MacOS \u306e\u65b0\u3057\u3044\u753b\u50cf\u30e9\u30a4\u30d6\u30e9\u30ea\u306f Metal \u3060\u304c\u3001\uff12\u6b21\u5143\u306b\u9650\u5b9a\u3055\u308c\u3066\u3057\u307e\u3046\u304c\u3001\u4f7f\u3044\u3084\u3059\u3044\u306e\u306f Core Graphics \u3060\u308d\u3046\u3002 \u306a\u306e\u3060\u304c\u3001\u60c5\u5831\u304c\u4e4f\u3057\u3044\u306e\u306a\u3093\u306e\u3063\u3066\u3002 iOS \u7cfb\u306e\u30b5\u30f3\u30d7\u30eb\u3084\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u8003 &hellip; &quot;cocoa Core Graphics \u95a2\u4fc2&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004\" \/>\n<meta property=\"og:site_name\" content=\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Akiba.Chan.2021\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-17T01:10:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-17T15:11:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"559\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:site\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u79cb\u8449\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/\",\"name\":\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"description\":\"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#primaryimage\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png\",\"contentUrl\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png\",\"width\":900,\"height\":559},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#webpage\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004\",\"name\":\"cocoa Core Graphics \u95a2\u4fc2 | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"isPartOf\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#primaryimage\"},\"datePublished\":\"2023-03-17T01:10:55+00:00\",\"dateModified\":\"2023-03-17T15:11:41+00:00\",\"author\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\"},\"breadcrumb\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"HOME\",\"item\":\"https:\/\/p-horlix.net\/umamusume-phazor\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cocoa Core Graphics \u95a2\u4fc2\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\",\"name\":\"\u79cb\u8449\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"caption\":\"\u79cb\u8449\"},\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cocoa Core Graphics \u95a2\u4fc2 | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004","og_locale":"ja_JP","og_type":"article","og_title":"cocoa Core Graphics \u95a2\u4fc2 | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","og_description":"MacOS \u306e\u65b0\u3057\u3044\u753b\u50cf\u30e9\u30a4\u30d6\u30e9\u30ea\u306f Metal \u3060\u304c\u3001\uff12\u6b21\u5143\u306b\u9650\u5b9a\u3055\u308c\u3066\u3057\u307e\u3046\u304c\u3001\u4f7f\u3044\u3084\u3059\u3044\u306e\u306f Core Graphics \u3060\u308d\u3046\u3002 \u306a\u306e\u3060\u304c\u3001\u60c5\u5831\u304c\u4e4f\u3057\u3044\u306e\u306a\u3093\u306e\u3063\u3066\u3002 iOS \u7cfb\u306e\u30b5\u30f3\u30d7\u30eb\u3084\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u8003 &hellip; \"cocoa Core Graphics \u95a2\u4fc2\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004","og_site_name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","article_publisher":"https:\/\/www.facebook.com\/Akiba.Chan.2021\/","article_published_time":"2023-03-17T01:10:55+00:00","article_modified_time":"2023-03-17T15:11:41+00:00","og_image":[{"width":900,"height":559,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@AkibaChan3","twitter_site":"@AkibaChan3","twitter_misc":{"\u57f7\u7b46\u8005":"\u79cb\u8449","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website","url":"https:\/\/p-horlix.net\/umamusume-phazor\/","name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","description":"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#primaryimage","inLanguage":"ja","url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png","contentUrl":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png","width":900,"height":559},{"@type":"WebPage","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#webpage","url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004","name":"cocoa Core Graphics \u95a2\u4fc2 | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","isPartOf":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website"},"primaryImageOfPage":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#primaryimage"},"datePublished":"2023-03-17T01:10:55+00:00","dateModified":"2023-03-17T15:11:41+00:00","author":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308"},"breadcrumb":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1004#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"HOME","item":"https:\/\/p-horlix.net\/umamusume-phazor"},{"@type":"ListItem","position":2,"name":"cocoa Core Graphics \u95a2\u4fc2"}]},{"@type":"Person","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308","name":"\u79cb\u8449","image":{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo","inLanguage":"ja","url":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","caption":"\u79cb\u8449"},"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3"}]}},"jetpack_featured_media_url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/objective-c-macos-coregraphics.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1097,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1097","url_meta":{"origin":1004,"position":0},"title":"CoreData \u518d\u3073","date":"2023-04-17","format":false,"excerpt":"\u4ee5\u524d\u306b\u300eObjective-C \u518d\u5165\u9580 -1.0.2- coreData \u3092\u4f7f\u3046\u300f\u3068\u3044\u3046\u8a18\u4e8b\u3092\u66f8\u3044\u305f\u2026","rel":"","context":"ORM","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/04\/coredata-objc-oneto-manyto-900.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1301,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1301","url_meta":{"origin":1004,"position":1},"title":"Core Plot","date":"2023-05-16","format":false,"excerpt":"\u3053\u308c\u3082\u4eca\u3059\u3050\u3069\u3046\u3053\u3046\u3068\u3044\u3046\u8a71\u3067\u306f\u306a\u3044\u306e\u3060\u304c\u3001Core Plot \u3068\u3044\u3046 iOS\/MacOS \u306e\u30b0\u30e9\u30d5\u2026","rel":"","context":"MacOS","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/coreplot-arm-mac.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1558,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1558","url_meta":{"origin":1004,"position":2},"title":"Java XML \u7f72\u540d API \u306e\u4f7f\u3044\u65b9 -\u516c\u5f0f\u30b5\u30f3\u30d7\u30eb-","date":"2024-05-05","format":false,"excerpt":"\u7f72\u540d\u7de8\u306e\u8a55\u5224\u304c\u826f\u3044\u3088\u3046\u306a\u306e\u3067\u3001\u6b21\u306f\u691c\u8a3c\uff08Validation\uff09\u7de8\u3002 \u3068\u601d\u3063\u305f\u306e\u3060\u304c\u3001\u30aa\u30e9\u30af\u30eb\u516c\u5f0f\u30b5\u30f3\u2026","rel":"","context":"Java","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/java-xml-sign-api-howtouse.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1873,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1873","url_meta":{"origin":1004,"position":3},"title":"C \u3067\u306e\u914d\u5217\u306e\u53d6\u308a\u6271\u3044","date":"2024-11-19","format":false,"excerpt":"C \u3067\u306e\u914d\u5217\u306e\u53d6\u308a\u6271\u3044 C \u3067\u914d\u5217\u4f7f\u3046\u6642\u306f\u6ce8\u610f\u304c\u5fc5\u8981\uff01 \u3068\u3001\u3053\u306e\u30d6\u30ed\u30b0\u3067\u3082\u4ee5\u524d\u306b\u66f8\u3044\u305f\u304c\u3001\u3084\u3063\u3066\u3082\u3046\u2026","rel":"","context":"\u985e\u4f3c\u6295\u7a3f","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/xocde-akiba-phazor.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":503,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=503","url_meta":{"origin":1004,"position":4},"title":"JAX-RS \u3068 JSON \u3068 List \u3068 hibernate","date":"2022-12-13","format":false,"excerpt":"\u304a\u3055\u3089\u3044 REST api \u3092\u81ea\u4f5c\u3057\u3066\u308b\u3068 response \u3068\u3057\u3066 List \u3092\u542b\u3093\u3060 JSON \u2026","rel":"","context":"JakartaEE","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2022\/09\/Java-JakartaEE-JAX_RS.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1291,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1291","url_meta":{"origin":1004,"position":5},"title":"NSSplitView","date":"2023-05-13","format":false,"excerpt":"\u4eca\u3059\u3050\u3069\u3046\u3053\u3046\u3068\u3044\u3046\u308f\u3051\u3067\u306f\u306a\u3044\u304c\u3001NSSplitView \u3092\u4f7f\u3048\u308b\u3068\u30a2\u30d7\u30ea\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u8868\u73fe\u304c\u8c4a\u304b\u2026","rel":"","context":"NSSplitView","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/NSSplitView.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1004"}],"collection":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1004"}],"version-history":[{"count":9,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1004\/revisions"}],"predecessor-version":[{"id":1016,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1004\/revisions\/1016"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/media\/1005"}],"wp:attachment":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1004"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1004"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}