{"id":2915,"date":"2012-05-27T02:01:02","date_gmt":"2012-05-26T17:01:02","guid":{"rendered":"http:\/\/nanoappli.com\/blog\/?p=2915"},"modified":"2016-02-14T22:27:41","modified_gmt":"2016-02-14T13:27:41","slug":"reserch-artisan-lite%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%be%8c%e3%81%ae%e7%94%bb%e9%9d%a2%e3%81%ab%e3%80%81adsense%e3%82%af%e3%83%aa%e3%83%83%e3%82%af%e6%95%b0%ef%bd%a5%e3%83%aa%e3%83%b3%e3%82%af","status":"publish","type":"post","link":"http:\/\/nanoappli.com\/blog\/archives\/2915","title":{"rendered":"[Research Artisan]\u30ed\u30b0\u30a4\u30f3\u5f8c\u306e\u753b\u9762\u306b\u3001AdSense\u30af\u30ea\u30c3\u30af\u6570\uff65\u30ea\u30f3\u30af\u30af\u30ea\u30c3\u30af\u6570\u3092\u8868\u793a\u3055\u305b\u308b"},"content":{"rendered":"<p>\n<img loading=\"lazy\" src=\"http:\/\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/05\/20120527_07.jpg\" alt=\"\" title=\"20120527_07\" width=\"362\" height=\"269\" class=\"alignnone size-full wp-image-2917\" \/><br \/>\nReserch Artisan Lite\u3067\u306f\u3001\u30ed\u30b0\u30a4\u30f3\u3092\u884c\u3063\u305f\u76f4\u5f8c\u306b\u3001\u5f53\u65e5\u306e\u6642\u9593\u5225\u30a2\u30af\u30bb\u30b9\u6570\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<br \/>\n\u4eca\u56de\u306e\u6539\u9020\u306f\u3001\u3053\u306e\u30da\u30fc\u30b8\u306bAdSense\u306e\u30af\u30ea\u30c3\u30af\u7dcf\u6570\u3068\u3001\u30ea\u30f3\u30af\u306e\u30af\u30ea\u30c3\u30af\u7dcf\u6570\u3092\u8868\u793a\u3055\u305b\u307e\u3059\u3002<br \/>\n<br \/>\n<br \/>\n\u4e0a\u8a18\u306e\u60c5\u5831\u3092\u8868\u793a\u3055\u305b\u308b\u305f\u3081\u306b\u306f\u3001Reserch Artisan Lite\u306e\u30bd\u30fc\u30b9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<br \/>\n\u4eca\u56de\u306f\u3001ver1.17\u306e\u30bd\u30fc\u30b9\u3092\u5143\u306b\u624b\u3092\u5165\u308c\u3066\u3044\u307e\u3059\u3002<br \/>\n<br \/>\n<br \/>\n\u5909\u66f4\u5bfe\u8c61\u3068\u306a\u308b\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u4ee5\u4e0b\u306e3\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u3002<br \/>\n<br \/>\n<h2>ReserchController.php<\/h2>\n\u5834\u6240: ra_core\\application\\controllers<br \/>\n<br \/>\ntime()\u30e1\u30bd\u30c3\u30c9\u3067\u8868\u793a\u5bfe\u8c61\u306e\u30ed\u30b0\u30c7\u30fc\u30bf\u306eSQL\u7d44\u307f\u7acb\u3066\u51e6\u7406\u3092\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u304d\u63db\u3048\u307e\u3059\u3002<br \/>\n<pre lang=\"php\">\n  public function time() {\n    $conditions = $this->_initConditions();\n    if (!is_null($this->session->get('selectPage'))) {\n      $conditions[0] .= ' AND url = ?';\n      array_push($conditions, $this->session->get('selectPage'));\n    }\n    $order = 'dd ASC, hh ASC, mi ASC, ss ASC';\n    $findOptions = array('condition' => $conditions, 'order' => $order);\n    return $this->_doResearch($findOptions, $this->request->get('select'));\n\n    \/\/ Mod:2012\/05: \u30ed\u30b0\u30c7\u30fc\u30bf\u53d6\u5f97\u51e6\u7406\u3092\u5909\u66f4\n\/*\n    $conditions = $this->_initConditions(Config::NORMAL_ACCESS);\n    if (!is_null($this->session->get('selectPage'))) {\n      $conditions[0] .= ' AND url = ?';\n      array_push($conditions, $this->session->get('selectPage'));\n    }\n    $order = 'dd ASC, hh ASC, mi ASC, ss ASC';\n    $findOptions = array('condition' => $conditions, 'order' => $order);\n    return $this->_doResearch($findOptions);\n*\/\n  }\n<\/pre>\n<br \/>\n<br \/>\n<br \/>\n<h2>Log.php<\/h2>\n\u5834\u6240: ra_core\\application\\models<br \/>\n<br \/>\ntime()\u30e1\u30bd\u30c3\u30c9\u3067\u3001\u30af\u30ea\u30c3\u30af\u6570\u306e\u60c5\u5831\u3092\u96c6\u8a08\u3055\u305b\u307e\u3059\u3002<br \/>\n<br \/>\n<pre lang=\"php\">\n  private function _time() {\n    $this->_extractTimeData($this->getValue('uid') . $this->getValue('yyyy') . $this->getValue('mm') . $this->getValue('dd'), $this->getValue('hh'));\n\n    \/\/ Add:2012\/05: \u8ffd\u52a0\u306e\u660e\u7d30\u60c5\u5831\u3092\u96c6\u8a08\u3059\u308b\n    $this->_extractDetailCount();\n  }\n<\/pre>\n<br \/>\n<br \/>\n<br \/>\n<h2>time.html<\/h2>\n\u5834\u6240: ra_core\\application\\views\\research<br \/>\n<br \/>\n<br \/>\n\u30d8\u30c3\u30c0\u90e8\u306b\u3001\u53d6\u5f97\u3057\u305f\u30c7\u30fc\u30bf\u306e\u8868\u793a\u30a8\u30ea\u30a2\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002<br \/>\n<br \/>\n<pre lang=\"html\">\n<table class=\"header_value\">\n<tr>\n  <td class=\"label\">\u30e6\u30cb\u30fc\u30af\u30a2\u30af\u30bb\u30b9\u7dcf\u6570<\/td>\n  <td class=\"label\">:<\/td>\n  <td class=\"value\"><span class=\"header_value\"><?php $helper->uniqueCount();?><\/span><\/td>\n<\/tr>\n<tr>\n  <td class=\"label\">\u30a2\u30af\u30bb\u30b9\u7dcf\u6570<\/td>\n  <td class=\"label\">:<\/td>\n  <td class=\"value\"><span class=\"header_value\"><?php $helper->totalCount();?><\/span><\/td>\n<\/tr>\n\n<!-- Add:2012\/05: \u30af\u30ea\u30c3\u30af\u6570\u306e\u8868\u793a\u30a8\u30ea\u30a2\u3092\u8ffd\u52a0 -->\n<tr>\n  <td class=\"label\">AdSense\u30af\u30ea\u30c3\u30af \u7dcf\u6570<\/td>\n  <td class=\"label\">:<\/td>\n  <td class=\"value\"><span class=\"header_value\"><?php $helper->clickAdsenseCount();?> (<a href=\"https:\/\/www.google.com\/adsense\/\" target=\"_blank\">\u30ed\u30b0\u30a4\u30f3<\/a>)<\/span><\/td>\n<\/tr>\n<tr>\n  <td class=\"label\">\u30ea\u30f3\u30af\u30af\u30ea\u30c3\u30af \u7dcf\u6570<\/td>\n  <td class=\"label\">:<\/td>\n  <td class=\"value\"><span class=\"header_value\"><?php $helper->clickLinkCount();?><\/span><\/td>\n<\/tr>\n\n<\/table>\n<\/pre>\n<br \/>\n<br \/>\n\u5909\u66f4\u3092\u884c\u3063\u305f\u5f8c\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u3068\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8868\u793a\u6b04\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002<br \/>\n\u30ed\u30b0\u30a4\u30f3\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001AdSense\u306e\u7ba1\u7406\u30da\u30fc\u30b8\u304c\u5225\u30bf\u30d6\u3067\u8868\u793a\u3055\u308c\u307e\u3059\u3002<br \/>\n<img loading=\"lazy\" src=\"http:\/\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/05\/20120527_07.jpg\" alt=\"\" title=\"20120527_07\" width=\"362\" height=\"269\" class=\"alignnone size-full wp-image-2917\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Reserch Artisan Lite\u3067\u306f\u3001\u30ed\u30b0\u30a4\u30f3\u3092\u884c\u3063\u305f\u76f4\u5f8c\u306b\u3001\u5f53\u65e5\u306e\u6642\u9593\u5225\u30a2\u30af\u30bb\u30b9\u6570\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002 \u4eca\u56de\u306e\u6539\u9020\u306f\u3001\u3053\u306e\u30da\u30fc\u30b8\u306bAdSense\u306e\u30af\u30ea\u30c3\u30af\u7dcf\u6570\u3068\u3001\u30ea\u30f3\u30af\u306e\u30af\u30ea\u30c3\u30af\u7dcf\u6570\u3092\u8868\u793a\u3055\u305b\u307e\u3059\u3002 \u4e0a\u8a18\u306e\u60c5\u5831\u3092\u8868\u793a\u3055\u305b\u308b\u305f\u3081\u306b\u306f\u3001Reserch Artisan Lite\u306e\u30bd\u30fc\u30b9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 \u4eca\u56de\u306f\u3001ver1.17\u306e\u30bd\u30fc\u30b9\u3092\u5143\u306b\u624b\u3092\u5165\u308c\u3066\u3044\u307e\u3059\u3002 \u5909\u66f4\u5bfe\u8c61\u3068\u306a\u308b\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u4ee5\u4e0b\u306e3\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u3002 ReserchController.php \u5834\u6240: ra_core\\application\\controllers time()\u30e1\u30bd\u30c3\u30c9\u3067\u8868\u793a\u5bfe\u8c61\u306e\u30ed\u30b0\u30c7\u30fc\u30bf\u306eSQL\u7d44\u307f\u7acb\u3066\u51e6\u7406\u3092\u2026<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[1],"tags":[190],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":3004,"url":"http:\/\/nanoappli.com\/blog\/archives\/3004","url_meta":{"origin":2915,"position":0},"title":"[Research Artisan]\u30a2\u30af\u30bb\u30b9\u30ed\u30b0\u3092RSS\u914d\u4fe1\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3","date":"2012\u5e745\u670830\u65e5","format":false,"excerpt":"\u30d5\u30ea\u30fc\u306ePHP\u88fd\u30a2\u30af\u30bb\u30b9\u30ed\u30b0\u89e3\u6790\u30bd\u30d5\u30c8\u3068\u3057\u3066\u6709\u540d\u306aReserch Artisan Lite\u3067\u3059\u304c\u3001\u53d6\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/05\/20120530_01-500x217.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2890,"url":"http:\/\/nanoappli.com\/blog\/archives\/2890","url_meta":{"origin":2915,"position":1},"title":"[Research Artisan Lite]\u6642\u9593\u5225\u306e\u660e\u7d30\u30c7\u30fc\u30bf\u3092\u898b\u3084\u3059\u304f\u6574\u5f62\u3057\u306a\u304a\u3059","date":"2012\u5e745\u670827\u65e5","format":false,"excerpt":"\u6642\u9593\u5225\u306e\u660e\u7d30\u30c7\u30fc\u30bf\u304c\u898b\u3065\u3089\u3044\u306e\u3067\u3001\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u6539\u5584\u3057\u307e\u3059\u3002 \u3053\u306e\u753b\u9762\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u76f4\u5f8c\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/05\/20120527_14.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2896,"url":"http:\/\/nanoappli.com\/blog\/archives\/2896","url_meta":{"origin":2915,"position":2},"title":"Reserch Artisan Lite\u306e\u660e\u7d30\u753b\u9762\u3067\u30011\u30da\u30fc\u30b8\u3042\u305f\u308a\u306e\u8868\u793a\u4ef6\u6570\u3092\u5909\u66f4\u3059\u308b","date":"2012\u5e745\u670827\u65e5","format":false,"excerpt":"PHP\u88fd\u30a2\u30af\u30bb\u30b9\u89e3\u6790\u306e\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3068\u3057\u3066\u3001\u6709\u540d\u306a\u30e2\u30ce\u306bReserch Artisan \u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/05\/20120527_06.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2883,"url":"http:\/\/nanoappli.com\/blog\/archives\/2883","url_meta":{"origin":2915,"position":3},"title":"Research Artisan Lite\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u89e3\u6790\u30e1\u30e2","date":"2012\u5e745\u670826\u65e5","format":false,"excerpt":"\u30c7\u30fc\u30bf\u96c6\u8a08\u5468\u308a\u306e\u30ed\u30b8\u30c3\u30af\u3092\u8abf\u67fb\u3057\u305f\u3068\u304d\u306e\u30e1\u30e2\u3002 \u30bd\u30fc\u30b9\u3092\u8abf\u67fb\u3057\u305f\u76ee\u7684\u306f\u3001Research Artis\u2026","rel":"","context":"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2929,"url":"http:\/\/nanoappli.com\/blog\/archives\/2929","url_meta":{"origin":2915,"position":4},"title":"[Research Artisan]\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u306e\u753b\u50cf\u3092\u5c0f\u3055\u304f\u3059\u308b","date":"2012\u5e745\u670827\u65e5","format":false,"excerpt":"Reserch Artisan Lite\u3067\u3001\u5e38\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u753b\u50cf\u3092\u7e2e\u5c0f\u8868\u793a\u3055\u305b\u307e\u3059\u3002 \u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/05\/20120527_10.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2219,"url":"http:\/\/nanoappli.com\/blog\/archives\/2219","url_meta":{"origin":2915,"position":5},"title":"[VS2010]\u30c7\u30d0\u30c3\u30b0\u6642\u306b.Net Framework\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3078\u30b9\u30c6\u30c3\u30d7\u30a4\u30f3\u3055\u305b\u3001\u30a2\u30bb\u30f3\u30d6\u30e9\u306e\u30b3\u30fc\u30c9\u3092\u8868\u793a\u3055\u305b\u308b","date":"2012\u5e744\u670822\u65e5","format":false,"excerpt":"VisualStudio\u3067WinForm\u3092\u4f7f\u7528\u3057\u305f\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u5834\u5408\u3001Form_Load()\u51e6\u2026","rel":"","context":"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/nanoappli.com\/blog\/wp-content\/uploads\/2012\/04\/20120422_01-377x500.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/2915"}],"collection":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/comments?post=2915"}],"version-history":[{"count":5,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/2915\/revisions"}],"predecessor-version":[{"id":7095,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/posts\/2915\/revisions\/7095"}],"wp:attachment":[{"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/media?parent=2915"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/categories?post=2915"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/nanoappli.com\/blog\/wp-json\/wp\/v2\/tags?post=2915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}