{"id":709,"date":"2023-01-27T04:37:14","date_gmt":"2023-01-27T04:37:14","guid":{"rendered":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709"},"modified":"2023-01-29T07:06:52","modified_gmt":"2023-01-29T07:06:52","slug":"qxorm-%e3%81%a7%e7%b0%a1%e5%8d%98%e3%81%aa%e3%82%b5%e3%83%b3%e3%83%97%e3%83%ab%e3%82%92%e6%9b%b8%e3%81%84%e3%81%a6%e3%81%bf%e3%82%8b","status":"publish","type":"post","link":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709","title":{"rendered":"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b"},"content":{"rendered":"<p>\u4ee5\u524d\u306b\u66f8\u3044\u305f QxOrm \u306e\u8a18\u4e8b\u304c\uff08\u65e5\u672c\u306b\u304a\u3044\u3066\u306f\u304a\u305d\u3089\u304f\uff09\u6700\u521d\u306e\u89e3\u8aac\u8a18\u4e8b\u3060\u3063\u305f\u3089\u3057\u304f\u3001\u3061\u3087\u3044\u3061\u3087\u3044\u53cd\u5fdc\u304c\u3042\u3063\u305f\u3002<\/p>\n<p>\u30cd\u30c3\u30c8\u4e0a\u3067\u3082 gitlove \u3055\u3093\u3068\u3044\u3046\u65b9\u304c\u3001\u7c21\u5358\u306a<a href=\"https:\/\/gitlove.blog.fc2.com\/blog-entry-11.html\">\u30b5\u30f3\u30d7\u30eb<\/a>\u3092\u66f8\u3044\u3066\u304f\u308c\u305f\u3002<\/p>\n<p>\u30af\u30e9\u30b9\u306e\u5b9a\u7fa9\u3084 main \u95a2\u6570\u3067\u306e QxOrm \u306e\u64cd\u4f5c\u306f\u305d\u3053\u306b\u66f8\u304b\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c9\u307b\u307c\u305d\u306e\u307e\u307e\u3067\u3044\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u305f\u3060\u3001\uff08\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u3082\u3042\u307e\u308a\u5f37\u8abf\u3055\u308c\u3066\u3044\u306a\u3044\u304c\uff09QxOrm \u3092\u4f7f\u3046\u969b\u306e\u30aa\u30de\u30b8\u30ca\u30a4\u307f\u305f\u3044\u306a\u3082\u306e\u3067\u3001export.h \u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u5fc5\u8981\u306a\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>target = test \u3068\u3057\u305f\u3068\u304d\u3001\u307e\u305a .pro \u30d5\u30a1\u30a4\u30eb\u3067 _BUILDING_TEST \u3092\u5b9a\u7fa9\u3057\u3066\u304a\u304d\u3001export.h \u3067\u5404\u7a2e\u30de\u30af\u30ed\u3092\u5b9a\u7fa9\u3057\u307e\u3059\u3002<\/p>\n<p>\u5177\u4f53\u7684\u306b\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3002<\/p>\n<pre><code>\/\/export.h\r\n#ifndef _QX_TEST_EXPORT_H_\r\n#define _QX_TEST_EXPORT_H_\r\n\r\n#ifdef _BUILDING_QX_TEST\r\n#define QX_TEST_DLL_EXPORT QX_DLL_EXPORT_HELPER\r\n#else\r\n#define QX_TEST_DLL_EXPORT QX_DLL_IMPORT_HELPER\r\n#endif\r\n\r\n#ifdef _BUILDING_QX_TEST\r\n#define QX_REGISTER_HPP_QX_TEST     QX_REGISTER_HPP_EXPORT_DLL\r\n#define QX_REGISTER_CPP_QX_TEST     QX_REGISTER_CPP_EXPORT_DLL\r\n#else\r\n#define QX_REGISTER_HPP_QX_TEST     QX_REGISTER_HPP_IMPORT_DLL\r\n#define QX_REGISTER_CPP_QX_TEST     QX_REGISTER_CPP_IMPORT_DLL\r\n#endif\r\n\r\n#endif\r\n<\/code><\/pre>\n<p>\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092 precompiled.h \u306b include \u3057\u3066\u304a\u304d\u3001main \u304b\u3089\u4f7f\u3048\u308b\u3088\u3046\u306b\u3057\u3066\u304a\u304f\u3001\u3068\u3044\u3046\u69cb\u6210\u3067\u3059\u3002<\/p>\n<p>\u30de\u30af\u30ed\u3092\u5b9a\u7fa9\u3057\u305f\u306e\u3067\u3001\u30bd\u30fc\u30b9\u3082\u9069\u5b9c\u5909\u66f4\u3002<\/p>\n<pre><code>\/\/person.h\r\n#ifndef _CLASS_PERSON_H_\r\n#define _CLASS_PERSON_H_\r\n\r\nclass person\r\n{\r\npublic:\r\n\r\n   long id;\r\n   QString name;\r\n\r\n   person() :id(0) { ; }\r\n   virtual ~person() { ; }\r\n\r\n};\r\n\r\nQX_REGISTER_HPP_QX_TEST(person, qx::trait::no_base_class_defined,1)\/\/\u2190\u3053\u308c\u3092\u8ffd\u52a0\r\n\r\n#endif \/\/ _CLASS_PERSON_H\r\n\r\n<\/code><\/pre>\n<p>person.cpp \u3082\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5909\u66f4\u3002<\/p>\n<pre><code>\r\n#include \"..\/include\/precompiled.h\"\r\n\r\n#include \"..\/include\/person.h\"\r\n\r\n#include &lt;QxOrm_Impl.h&gt;\r\n\r\nQX_REGISTER_CPP_QX_TEST(person)\/\/\u2190\u8ffd\u52a0\r\n\r\nnamespace qx {\r\ntemplate \uff06lt;&gt; void register_class(QxClass&lt;person&gt; &amp; t)\r\n{\r\n   t.id(&amp; person::id, \"id\");\r\n\r\n   t.data(&amp; person::name, \"name\");\r\n}}<\/code><\/pre>\n<p>main.cpp<\/p>\n<pre><code>\r\n#include \"..\/include\/precompiled.h\"\r\n\r\n#include &lt;QtCore\/qcoreapplication.h&gt;\r\n#include \"..\/include\/person.h\"\r\n\r\n#include &lt;QxOrm_Impl.h&gt;\r\n\r\nint main(int argc, char * argv[])\r\n{\r\n   \/\/ Qt application\r\n   QCoreApplication app(argc, argv);\r\n   QFile::remove(\".\/person.db\");\r\n\r\n   typedef std::shared_ptr&lt;person&gt; person_ptr;\r\n   person_ptr d1; d1.reset(new person()); d1-&gt;name = \"name1\";\r\n\r\n   typedef std::vector&lt;person_ptr&gt; type_lst_person;\r\n   type_lst_person lst_person;\r\n   lst_person.push_back(d1);\r\n\r\n   \/\/ Parameters to connect to database\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setDriverName(\"QSQLITE\");\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setDatabaseName(\".\/person.db\");\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setHostName(\"localhost\");\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setUserName(\"root\");\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setPassword(\"\");\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setFormatSqlQueryBeforeLogging(true);\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setDisplayTimerDetails(true);\r\n\r\n   \/\/ Only for debug purpose : assert if invalid offset detected fetching a relation\r\n   qx::QxSqlDatabase::getSingleton()-&gt;setVerifyOffsetRelation(true);\r\n\r\n   \/\/ Create all tables in database\r\n   QSqlError daoError = qx::dao::create_table&lt;person&gt;();\r\n\r\n   person_ptr person_1; person_1.reset(new person());\r\n   person_1-&gt;id = 1; person_1-&gt;name = \"\u79cb\u8449\u3000\u592a\u90ce\";\r\n\r\n   daoError = qx::dao::insert(person_1);\r\n\r\n   return 0;\r\n}\r\n<\/code><\/pre>\n<p>\u3053\u308c\u3067\u3001\u30d3\u30eb\u30c9\u3057\u3066\u3001\u5b9f\u884c\u3059\u308b\u3068\u51fa\u529b\u5148\u306b test(d) \u3068\u3044\u3046\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3068 person.db \u3068\u3044\u3046 sqlite \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u3067\u304d\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u3002<\/p>\n<p>DB Browser for SQLite \u306a\u3069\u3067\u8997\u3044\u3066\u307f\u308b\u3068&#8230;<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-712\" src=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-sample-sqlite-result.png\" alt=\"\" width=\"404\" height=\"224\" srcset=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-sample-sqlite-result.png 404w, https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-sample-sqlite-result-300x166.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" \/><\/p>\n<p>\u3067\u304d\u3066\u307e\u3059\u306d\uff01<\/p>\n<h3><span style=\"background-color: #ff0000; color: #ffffff;\">\u6ce8\u610f\u70b9<\/span><\/h3>\n<p>\u2460\u4e0a\u3067\u306f\u3001\u5f93\u6765\u306e .pro \u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u3046 qmake \u3067\u30d3\u30eb\u30c9\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u306a\u306e\u3067\u3059\u304c\u3001cmake \u3067\u30d3\u30eb\u30c9\u3057\u3088\u3046\u3068\u3059\u308b\u3068 QxOrm \u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u304c\u3042\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>\u3053\u308c\u306f QxOrm \u306e cmake \u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0\u81ea\u4f53\u304c\u672a\u6574\u5099\u306e\u305f\u3081\u306e\u3088\u3046\u3067\u3059\u3002\u95a2\u9023\u306e <a href=\"https:\/\/github.com\/QxOrm\/QxOrm\/pull\/82\">PR<\/a> \u304c\u3042\u308a\u307e\u3057\u305f\u3002<\/p>\n<p>\u958b\u767a\u8005\u3055\u3093\u81ea\u8eab\u306f\u3001\u3057\u3070\u3089\u304f\u306f qmake \u30e1\u30a4\u30f3\u3067\u3044\u304d\u305f\u3044\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>\u30ef\u30a4\u306f\u3001<a href=\"https:\/\/github.com\/QxOrm\/QxOrm\/pull\/87\">\u3053\u3093\u306a\u3053\u3068\u3092\u63d0\u6848<\/a>\u3057\u3066\u304d\u307e\u3057\u305f\u3002<\/p>\n<p>cmake \u304c\u4ed6\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u3069\u3046\u3084\u3063\u3066\u63a2\u3057\u3066\u3044\u308b\u304b\u307e\u3063\u3063\u3063\u305f\u304f\u7406\u89e3\u3057\u3066\u307e\u305b\u3093\u304c\u3002<\/p>\n<p>\u53c2\u8003\uff1a<\/p>\n<p><a href=\"https:\/\/qiita.com\/shohirose\/items\/d9bda00a39a113965c5c\">https:\/\/qiita.com\/shohirose\/items\/d9bda00a39a113965c5c<\/a><\/p>\n<p>\u2461\u4ed6\u306b\u306f postgreSQL \u304c\u7e4b\u304c\u3089\u306a\u3044\u304b\u306a\u3002<\/p>\n<pre><code>qx::QxSqlDatabase::getSingleton()-&gt;setDriverName(\"QPSQL\");<\/code><\/pre>\n<p>\u3068\u3057\u305f\u3067\u306e\u306f\u3001\u30c9\u30e9\u30a4\u30d0\u30fc\u304c\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u4e91\u3005\u3068\u3044\u3046\u30a8\u30e9\u30fc\u304c\u51fa\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4ee5\u524d\u306b\u66f8\u3044\u305f QxOrm \u306e\u8a18\u4e8b\u304c\uff08\u65e5\u672c\u306b\u304a\u3044\u3066\u306f\u304a\u305d\u3089\u304f\uff09\u6700\u521d\u306e\u89e3\u8aac\u8a18\u4e8b\u3060\u3063\u305f\u3089\u3057\u304f\u3001\u3061\u3087\u3044\u3061\u3087\u3044\u53cd\u5fdc\u304c\u3042\u3063\u305f\u3002 \u30cd\u30c3\u30c8\u4e0a\u3067\u3082 gitlove \u3055\u3093\u3068\u3044\u3046\u65b9\u304c\u3001\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u304f\u308c\u305f\u3002 \u30af\u30e9\u30b9\u306e\u5b9a\u7fa9\u3084 main  &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":3,"featured_media":714,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[55,56],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b | \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=709\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"og:description\" content=\"\u4ee5\u524d\u306b\u66f8\u3044\u305f QxOrm \u306e\u8a18\u4e8b\u304c\uff08\u65e5\u672c\u306b\u304a\u3044\u3066\u306f\u304a\u305d\u3089\u304f\uff09\u6700\u521d\u306e\u89e3\u8aac\u8a18\u4e8b\u3060\u3063\u305f\u3089\u3057\u304f\u3001\u3061\u3087\u3044\u3061\u3087\u3044\u53cd\u5fdc\u304c\u3042\u3063\u305f\u3002 \u30cd\u30c3\u30c8\u4e0a\u3067\u3082 gitlove \u3055\u3093\u3068\u3044\u3046\u65b9\u304c\u3001\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u304f\u308c\u305f\u3002 \u30af\u30e9\u30b9\u306e\u5b9a\u7fa9\u3084 main &hellip; &quot;QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709\" \/>\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-01-27T04:37:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-29T07:06:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"503\" \/>\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=\"8\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=709#primaryimage\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.png\",\"contentUrl\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.png\",\"width\":900,\"height\":503},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709#webpage\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709\",\"name\":\"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b | \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=709#primaryimage\"},\"datePublished\":\"2023-01-27T04:37:14+00:00\",\"dateModified\":\"2023-01-29T07:06:52+00:00\",\"author\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\"},\"breadcrumb\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"HOME\",\"item\":\"https:\/\/p-horlix.net\/umamusume-phazor\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b\"}]},{\"@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":"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b | \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=709","og_locale":"ja_JP","og_type":"article","og_title":"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","og_description":"\u4ee5\u524d\u306b\u66f8\u3044\u305f QxOrm \u306e\u8a18\u4e8b\u304c\uff08\u65e5\u672c\u306b\u304a\u3044\u3066\u306f\u304a\u305d\u3089\u304f\uff09\u6700\u521d\u306e\u89e3\u8aac\u8a18\u4e8b\u3060\u3063\u305f\u3089\u3057\u304f\u3001\u3061\u3087\u3044\u3061\u3087\u3044\u53cd\u5fdc\u304c\u3042\u3063\u305f\u3002 \u30cd\u30c3\u30c8\u4e0a\u3067\u3082 gitlove \u3055\u3093\u3068\u3044\u3046\u65b9\u304c\u3001\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u304f\u308c\u305f\u3002 \u30af\u30e9\u30b9\u306e\u5b9a\u7fa9\u3084 main &hellip; \"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709","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-01-27T04:37:14+00:00","article_modified_time":"2023-01-29T07:06:52+00:00","og_image":[{"width":900,"height":503,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.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":"8\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=709#primaryimage","inLanguage":"ja","url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.png","contentUrl":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.png","width":900,"height":503},{"@type":"WebPage","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709#webpage","url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709","name":"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b | \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=709#primaryimage"},"datePublished":"2023-01-27T04:37:14+00:00","dateModified":"2023-01-29T07:06:52+00:00","author":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308"},"breadcrumb":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/p-horlix.net\/umamusume-phazor\/?p=709"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"HOME","item":"https:\/\/p-horlix.net\/umamusume-phazor"},{"@type":"ListItem","position":2,"name":"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b"}]},{"@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\/01\/Qt-QxOrm-Sample.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1271,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271","url_meta":{"origin":709,"position":0},"title":"nullptr -> new -> delete in C++","date":"2023-05-07","format":false,"excerpt":"\u30cd\u30bf\u306b\u56f0\u3063\u305f\u3089\u3001\u30dd\u30a4\u30f3\u30bf\u8a71\u3002 \u4ee5\u524d\u306b\u30dd\u30a4\u30f3\u30bf\u3092\u7fd2\u5f97\u3059\u308b\u306b\u306f\u3001\u6982\u5ff5\u3060\u3051\u3067\u306f\u306a\u304f\u3001malloc -&gt\u2026","rel":"","context":"\u985e\u4f3c\u6295\u7a3f","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":853,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=853","url_meta":{"origin":709,"position":1},"title":"cmake \u3067 framework \u3092\u751f\u6210\u3059\u308b","date":"2023-02-13","format":false,"excerpt":"\u3053\u306e\u524d\u306e\u8a18\u4e8b\u3067\u3001cmake \u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067 cocoa \u306e framework \u3092\u4f5c\u6210\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u2026","rel":"","context":"CMake","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/02\/cmake-framework-option-e1676276450487.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":823,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=823","url_meta":{"origin":709,"position":2},"title":"C\/C++ \u899a\u3048\u66f8\u304d -\u30dd\u30a4\u30f3\u30bf-","date":"2023-02-08","format":false,"excerpt":"\u3084\u306f\u308a\u300cC\/C++ \u306f\u96e3\u3057\u3044\u300d\u3068\u3044\u3046\u58f0\u3092\u3088\u304f\u805e\u304f\u3002 \u5b9f\u969b\u3001\u6700\u8fd1\u3001twitter \u3067\u3053\u3093\u306a\u3084\u308a\u3068\u308a\u304c\u3042\u2026","rel":"","context":"C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/02\/lesson-C-pointer.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":972,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=972","url_meta":{"origin":709,"position":3},"title":"Xcode \u3067 GUI \u30a2\u30d7\u30ea \uff13","date":"2023-03-09","format":false,"excerpt":"\u3059\u307f\u307e\u305b\u3093\u3001\u4ee5\u524d\u306e\u8a18\u4e8b\u306f\u898b\u5f53\u9055\u3044\u306a\u3053\u3068\u3092\u66f8\u3044\u3066\u3044\u305f\u304b\u3082\u3002 \u30e1\u30cb\u30e5\u30fc\u30a2\u30a4\u30c6\u30e0\u304b\u3089\u5404\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u64cd\u4f5c\u3092\u2026","rel":"","context":"MacOS","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/xcode-add-object-storyboard.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2007,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=2007","url_meta":{"origin":709,"position":4},"title":"J2ObjC \u306f\u4f7f\u3048\u308b\u304b\uff1f","date":"2025-11-05","format":false,"excerpt":"Java \u30d7\u30ed\u30b0\u30e9\u30e0\u3092 Objective-C \u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u5909\u63db\u3057\u3066\u304f\u308c\u308b\u5929\u4e0b\u306e\u30b0\u30fc\u30b0\u30eb\u8b39\u88fd\u30d7\u30ed\u30b8\u30a7\u2026","rel":"","context":"Java","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2025\/11\/J2ObjC.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":758,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=758","url_meta":{"origin":709,"position":5},"title":"Python \u306e\u8a00\u8a9e\u4ed5\u69d8\u3067\u9a5a\u3044\u305f\u3053\u3068","date":"2023-02-02","format":false,"excerpt":"\u6700\u8fd1\uff08\u3088\u3046\u3084\u304f\u3068\u3044\u3046\u3079\u304d\u304b\uff09Python \u3092\u89e6\u3063\u3066\u3044\u308b\u3093\u3060\u304c\u3001\u4ed6\u8a00\u8a9e\u306b\u6163\u308c\u305f\u4eba\u304c\u3073\u3063\u304f\u308a\u3059\u308b Pyt\u2026","rel":"","context":"Python","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/anaconda-python-memo-mac.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\/709"}],"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=709"}],"version-history":[{"count":11,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/709\/revisions"}],"predecessor-version":[{"id":732,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/709\/revisions\/732"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/media\/714"}],"wp:attachment":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=709"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=709"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}