2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Qiita API で公開情報の記事一覧を取得する、アクセストークンなどの認証必要なしのスクリプト例

Last updated at Posted at 2019-01-29

Qiita API で公開情報の記事一覧を取得する、アクセストークンなどの認証必要なしのスクリプト例

Script

require 'net/https'
require 'uri'

path = 'https://qiita.com/api/v2/items'

uri = URI.parse(path)
http = Net::HTTP.new(uri.host, uri.port)

http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE

req = Net::HTTP::Get.new(uri.request_uri)

res = http.request(req)
puts res.code, res.msg
puts res.body

取得例

200
OK
[{"rendered_body":"\u003cp\u003eC言語は、CPUの性能向上を阻害せず、CPUの能力を最大限発揮することができるようにするための言語である。\u003c/p\u003e\n\n\u003cp\u003e機械語、アセンブラでも、CPUの能力を発揮することは実現可能である。\u003c/p\u003e\n\n\u003cp\u003eまとまった処理などを、機械語、アセンブラ、またはそれらをマクロとして定義したライブラリよりも、\u003cbr\u003e\n関数として扱うことができるようにしたものがC言語である。\u003c/p\u003e\n\n\u003cp\u003eそこで、CPUの性能発揮を阻害しないようにするための機能が、\u003cbr\u003e\nCPUの性能に影響を与えるような仕様は定義しない「未定義」、\u003cbr\u003e\nCPUの性能発揮を選択可能にした仕様「未規定」、\u003cbr\u003e\nCPUの性能発揮を、現在の技術ではなく、将来の技術で優位に立つ可能性を残した「処理系定義」\u003cbr\u003e\nというすばらしい仕様定義がある。\u003c/p\u003e\n\n\u003cp\u003eこれらは、仕様の欠陥ではなく、CPUが8bit, 16bit, 32bitと進化する過程において、\u003cbr\u003e\nCPUの設計を縛らないための仕様として優れている。\u003c/p\u003e\n\n\u003cp\u003e近年では、CPUの主流が32bitで20年以上止まり、64bitで上げ止まりそうな気配である。\u003cbr\u003e\nFPGA、GPUなどの従来のCPUとは異なる構造の進展と、量子コンピュータの実現により、新たなハードウェア依存の言語の可能性は増えている。\u003c/p\u003e\n\n\u003cp\u003eC言語の優れたところを継承した、FPGA, GPU, 量子コンピュータのハードウェア依存を効率的に記述できる言語仕様は、\u003cbr\u003e\n「未定義」「未規定」「処理系定義」を、しっかりと定義することである。\u003c/p\u003e\n\n\u003cp\u003eこれらは欠陥ではない。\u003c/p\u003e\n","body":"C言語は、CPUの性能向上を阻害せず、CPUの能力を最大限発揮することができるようにするための言語である。\n\n機械語、アセンブラでも、CPUの能力を発揮することは実現可能である。\n\nまとまった処理などを、機械語、アセンブラ、またはそれらをマクロとして定義したライブラリよりも、\n関数として扱うことができるようにしたものがC言語である。\n\nそこで、CPUの性能発揮を阻害しないようにするための機能が、\nCPUの性能に影響を与えるような仕様は定義しない「未定義」、\nCPUの性能発揮を選択可能にした仕様「未規定」、\nCPUの性能発揮を、現在の技術ではなく、将来の技術で優位に立つ可能性を残した「処理系定義」\nというすばらしい仕様定義がある。\n\nこれらは、仕様の欠陥ではなく、CPUが8bit, 16bit, 32bitと進化する過程において、\nCPUの設計を縛らないための仕様として優れている。\n\n近年では、CPUの主流が32bitで20年以上止まり、64bitで上げ止まりそうな気配である。\nFPGA、GPUなどの従来のCPUとは異なる構造の進展と、量子コンピュータの実現により、新たなハードウェア依存の言語の可能性は増えている。\n\nC言語の優れたところを継承した、FPGA, GPU, 量子コンピュータのハードウェア依存を効率的に記述できる言語仕様は、\n「未定義」「未規定」「処理系定義」を、しっかりと定義することである。\n\nこれらは欠陥ではない。\n\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:49:21+09:00","group":null,"id":"fb329045959200a5c74a","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"C","versions":[]}],"title":"C言語が優れているところ","updated_at":"2019-01-30T08:49:21+09:00","url":"https://qiita.com/kaizen_nagoya/items/fb329045959200a5c74a","user":{"description":"I'm a network designer.I work on TOPPERS SmallestSetProfile Kernel,MISRA-C, STARC RTL Design StyleGuide (Verilog-HDL),HAZOP,ISO/IEC15504(AutomotiveSPICE),ISO26262. I was an editor on ISO/IEC 15504.","facebook_id":"kaizen.nagoya","followees_count":39266,"followers_count":2059,"github_login_name":"kaizen-nagoya","id":"kaizen_nagoya","items_count":1317,"linkedin_id":"kiyoshi-ogawa","location":"Aichi, Japan","name":"Dr. Kiyoshi Ogawa","organization":"NMIRI","permanent_id":51423,"profile_image_url":"https://qiita-image-store.s3.amazonaws.com/0/51423/profile-images/1535439333","team_only":false,"twitter_screen_name":"kaizen_nagoya","website_url":"https://researchmap.jp/joakum54g-1787586/"},"page_views_count":null},{"rendered_body":"\n\u003ch1\u003e\n\u003cspan id=\"はじめに\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E3%81%AF%E3%81%98%E3%82%81%E3%81%AB\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eはじめに\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"https://github.com/milukiriu2010/MiluDBViewer\" rel=\"nofollow noopener\" target=\"_blank\"\u003eMiluDBViewer(JavaFXを使ったGUI DBクライアント)\u003c/a\u003eを\u003cbr\u003e\n作ったときの内容を忘れてきたのでメモします。\u003c/p\u003e\n\n\u003cp\u003e今回は、スキーマ一覧を取得するSQLについてです。\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"oracle---12c-release2\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#oracle---12c-release2\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eOracle - 12c Release2\u003c/h1\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"text\"\u003e\u003cdiv class=\"highlight\"\u003e\u003cpre\u003eselect distinct owner from all_objects order by owner\n\u003c/pre\u003e\u003c/div\u003e\u003c/div\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"mysql---8011\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#mysql---8011\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eMySQL - 8.0.11\u003c/h1\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"text\"\u003e\u003cdiv class=\"highlight\"\u003e\u003cpre\u003eselect schema_name from information_schema.schemata order by schema_name\n\u003c/pre\u003e\u003c/div\u003e\u003c/div\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"postgresql---104\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#postgresql---104\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003ePostgreSQL - 10.4\u003c/h1\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"text\"\u003e\u003cdiv class=\"highlight\"\u003e\u003cpre\u003eselect schema_name from information_schema.schemata order by schema_name\n\u003c/pre\u003e\u003c/div\u003e\u003c/div\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"sqlserver---2017\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#sqlserver---2017\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eSQLServer - 2017\u003c/h1\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"text\"\u003e\u003cdiv class=\"highlight\"\u003e\u003cpre\u003eselect name from sys.schemas order by name\n\u003c/pre\u003e\u003c/div\u003e\u003c/div\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"cassandra---390\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#cassandra---390\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eCassandra - 3.9.0\u003c/h1\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"text\"\u003e\u003cdiv class=\"highlight\"\u003e\u003cpre\u003eselect keyspace_name, durable_writes from system_schema.keyspaces\n\u003c/pre\u003e\u003c/div\u003e\u003c/div\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"上記以外のdb\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E4%B8%8A%E8%A8%98%E4%BB%A5%E5%A4%96%E3%81%AEdb\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e上記以外のDB\u003c/h1\u003e\n\n\u003cp\u003e後から知ったのですが、JDBCが実装していれば、\u003cbr\u003e\njava.sql.DatabaseMeataDataのgetSchemas()メソッドで、\u003cbr\u003e\njava.sql.ResultSetが返ってくるので、\u003cbr\u003e\nresultset.getString(\"TABLE_SCHEM\")でとれます。\u003c/p\u003e\n\n\u003cp\u003e参考URL\u003cbr\u003e\n\u003ca href=\"http://www.java2s.com/Tutorial/Java/0340__Database/GettableinformationfromDatabaseMetaData.htm\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://www.java2s.com/Tutorial/Java/0340__Database/GettableinformationfromDatabaseMetaData.htm\u003c/a\u003e\u003c/p\u003e\n","body":"#はじめに\n\n[MiluDBViewer(JavaFXを使ったGUI DBクライアント)](https://github.com/milukiriu2010/MiluDBViewer)を\n作ったときの内容を忘れてきたのでメモします。\n\n今回は、スキーマ一覧を取得するSQLについてです。\n\n# Oracle - 12c Release2\n\n```\nselect distinct owner from all_objects order by owner\n```\n\n# MySQL - 8.0.11\n\n```\nselect schema_name from information_schema.schemata order by schema_name\n```\n\n# PostgreSQL - 10.4\n\n```\nselect schema_name from information_schema.schemata order by schema_name\n```\n\n# SQLServer - 2017\n\n```\nselect name from sys.schemas order by name\n```\n\n# Cassandra - 3.9.0\n\n```\nselect keyspace_name, durable_writes from system_schema.keyspaces\n```\n\n# 上記以外のDB\n\n後から知ったのですが、JDBCが実装していれば、\njava.sql.DatabaseMeataDataのgetSchemas()メソッドで、\njava.sql.ResultSetが返ってくるので、\nresultset.getString(\"TABLE_SCHEM\")でとれます。\n\n参考URL\nhttp://www.java2s.com/Tutorial/Java/0340__Database/GettableinformationfromDatabaseMetaData.htm\n\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:45:51+09:00","group":null,"id":"fc6ee72c22f7d6205a32","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"Java","versions":[]},{"name":"MySQL","versions":[]},{"name":"SQL","versions":[]},{"name":"PostgreSQL","versions":[]},{"name":"oracle","versions":[]}],"title":"スキーマ一覧を取得するSQL(Oracle/MySQL/PostgreSQL/SQLServer/Cassandra)","updated_at":"2019-01-30T08:45:51+09:00","url":"https://qiita.com/milukiriu2010/items/fc6ee72c22f7d6205a32","user":{"description":"","facebook_id":"","followees_count":0,"followers_count":0,"github_login_name":"milukiriu2010","id":"milukiriu2010","items_count":5,"linkedin_id":"","location":"","name":"Milu Japan","organization":"","permanent_id":328932,"profile_image_url":"https://avatars0.githubusercontent.com/u/36499206?v=4","team_only":false,"twitter_screen_name":"milukiriu2010","website_url":""},"page_views_count":null},{"rendered_body":"\u003cp\u003eUNC vs Georgia Tech: NCAA College Basketball 2019 liveStream, prediction, pick, start time, odds, head to head preview.\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"live-here-httpbitly2xs5s7x\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#live-here-httpbitly2xs5s7x\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eLive Here==\u0026gt;\u0026gt; \u003ca href=\"http://bit.ly/2xS5S7x\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://bit.ly/2xS5S7x\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"http://bit.ly/2xS5S7x\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cimg src=\"https://camo.qiitausercontent.com/7f65ff809464ab3df75217743456e3449fcf59ce/68747470733a2f2f7333332e706f7374696d672e63632f7377716979353667662f6f69655f6e7876336d6c6d64755f416a312e676966\" alt=\"oie_nxv3mlmdu_Aj1\" data-canonical-src=\"https://s33.postimg.cc/swqiy56gf/oie_nxv3mlmdu_Aj1.gif\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"live-here-httpbitly2xs5s7x-1\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#live-here-httpbitly2xs5s7x-1\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eLive Here==\u0026gt;\u0026gt; \u003ca href=\"http://bit.ly/2xS5S7x\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://bit.ly/2xS5S7x\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"http://bit.ly/2xS5S7x\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cimg src=\"https://camo.qiitausercontent.com/7f65ff809464ab3df75217743456e3449fcf59ce/68747470733a2f2f7333332e706f7374696d672e63632f7377716979353667662f6f69655f6e7876336d6c6d64755f416a312e676966\" alt=\"oie_nxv3mlmdu_Aj1\" data-canonical-src=\"https://s33.postimg.cc/swqiy56gf/oie_nxv3mlmdu_Aj1.gif\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"live-here-httpbitly2xs5s7x-2\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#live-here-httpbitly2xs5s7x-2\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eLive Here==\u0026gt;\u0026gt; \u003ca href=\"http://bit.ly/2xS5S7x\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://bit.ly/2xS5S7x\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"http://bit.ly/2xS5S7x\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cimg src=\"https://camo.qiitausercontent.com/7f65ff809464ab3df75217743456e3449fcf59ce/68747470733a2f2f7333332e706f7374696d672e63632f7377716979353667662f6f69655f6e7876336d6c6d64755f416a312e676966\" alt=\"oie_nxv3mlmdu_Aj1\" data-canonical-src=\"https://s33.postimg.cc/swqiy56gf/oie_nxv3mlmdu_Aj1.gif\"\u003e\u003c/a\u003e\u003cbr\u003e\nThe UNC Basketball team returns to action on Tuesday night as they take on Georgia Tech in Atlanta for a big Atlantic Coast Conference road game.\u003c/p\u003e\n\n\u003cp\u003eIt’s been more than a week but finally, the North Carolina Tar Heels are returning to the court as they will take on Georgia Tech Tuesday night in Atlanta.\u003c/p\u003e\n\n\u003cp\u003eWith Super Bowl LIII set to take place on Sunday in Atlanta, this matchup between the No. 9 Tar Heels and the Yellow Jackets will serve as an appetizer for the sports crowd in the city. Let’s just hope there is no upset.\u003c/p\u003e\n\n\u003cp\u003eThe last time we saw the Tar Heels in action, they used a big 20-0 run in the first half to grab the lead and then never look back against then No. 10 Virginia Tech last Monday night. The win was the third-straight for UNC in Atlantic Coast Conference play, pushing them to 15-4 overall and 5-1 in the ACC.\u003c/p\u003e\n\n\u003cp\u003eUNC now enters Tuesday just a half-game behind three teams for first place in the ACC, including Louisville who gave the Tar Heels their lone loss in conference play. The Tar Heels will have the chance to avenge that loss Saturday in the Dean Dome but before then, they need to take care of business on Tuesday night.\u003c/p\u003e\n\n\u003cp\u003eWhile UNC enters on a three-game win streak, the Yellow Jackets enter the game at 11-9 overall and 3-4 in ACC play. They have lost three of their last four games, including blowing a second-half lead at Duke on Saturday.\u003c/p\u003e\n\n\u003cp\u003eThe Yellow Jackets’ lone conference win in this four-game stretch was a 63-61 win at home against Georgia Tech.\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"livetvunc-vs-georgia-tech-live-stream-basketball\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#livetvunc-vs-georgia-tech-live-stream-basketball\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eLive^Tv]]~UNC vs Georgia Tech Live stream Basketball\u003c/h1\u003e\n","body":"UNC vs Georgia Tech: NCAA College Basketball 2019 liveStream, prediction, pick, start time, odds, head to head preview.\n#Live Here==\u003e\u003e http://bit.ly/2xS5S7x\n\u003ca href='http://bit.ly/2xS5S7x' target='_blank'\u003e\u003cimg src='https://s33.postimg.cc/swqiy56gf/oie_nxv3mlmdu_Aj1.gif' border='0' alt='oie_nxv3mlmdu_Aj1'/\u003e\u003c/a\u003e\n#Live Here==\u003e\u003e http://bit.ly/2xS5S7x\n\u003ca href='http://bit.ly/2xS5S7x' target='_blank'\u003e\u003cimg src='https://s33.postimg.cc/swqiy56gf/oie_nxv3mlmdu_Aj1.gif' border='0' alt='oie_nxv3mlmdu_Aj1'/\u003e\u003c/a\u003e\n#Live Here==\u003e\u003e http://bit.ly/2xS5S7x\n\u003ca href='http://bit.ly/2xS5S7x' target='_blank'\u003e\u003cimg src='https://s33.postimg.cc/swqiy56gf/oie_nxv3mlmdu_Aj1.gif' border='0' alt='oie_nxv3mlmdu_Aj1'/\u003e\u003c/a\u003e\nThe UNC Basketball team returns to action on Tuesday night as they take on Georgia Tech in Atlanta for a big Atlantic Coast Conference road game.\n\nIt’s been more than a week but finally, the North Carolina Tar Heels are returning to the court as they will take on Georgia Tech Tuesday night in Atlanta.\n\nWith Super Bowl LIII set to take place on Sunday in Atlanta, this matchup between the No. 9 Tar Heels and the Yellow Jackets will serve as an appetizer for the sports crowd in the city. Let’s just hope there is no upset.\n\nThe last time we saw the Tar Heels in action, they used a big 20-0 run in the first half to grab the lead and then never look back against then No. 10 Virginia Tech last Monday night. The win was the third-straight for UNC in Atlantic Coast Conference play, pushing them to 15-4 overall and 5-1 in the ACC.\n\nUNC now enters Tuesday just a half-game behind three teams for first place in the ACC, including Louisville who gave the Tar Heels their lone loss in conference play. The Tar Heels will have the chance to avenge that loss Saturday in the Dean Dome but before then, they need to take care of business on Tuesday night.\n\nWhile UNC enters on a three-game win streak, the Yellow Jackets enter the game at 11-9 overall and 3-4 in ACC play. They have lost three of their last four games, including blowing a second-half lead at Duke on Saturday.\n\nThe Yellow Jackets’ lone conference win in this four-game stretch was a 63-61 win at home against Georgia Tech.\n#Live^Tv]]~UNC vs Georgia Tech Live stream Basketball\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:40:41+09:00","group":null,"id":"0a351839d2e68e45dc43","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"Georgia","versions":[]},{"name":"UNC","versions":[]}],"title":"Live^Tv]]~UNC vs Georgia Tech Live stream Basketball","updated_at":"2019-01-30T08:51:49+09:00","url":"https://qiita.com/woladmilson88/items/0a351839d2e68e45dc43","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"woladmilson88","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351589,"profile_image_url":"https://secure.gravatar.com/avatar/5f21d913c591b31355ca27b6b0786a9d","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\n\u003ch1\u003e\n\u003cspan id=\"電気通信主任技術者試験\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E9%9B%BB%E6%B0%97%E9%80%9A%E4%BF%A1%E4%B8%BB%E4%BB%BB%E6%8A%80%E8%A1%93%E8%80%85%E8%A9%A6%E9%A8%93\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e電気通信主任技術者試験\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"https://www.shiken.dekyo.or.jp/chief/index.html\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttps://www.shiken.dekyo.or.jp/chief/index.html\u003c/a\u003e\u003c/p\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"資格\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E8%B3%87%E6%A0%BC\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e資格\u003c/h2\u003e\n\n\u003cp\u003e「伝送交換主任技術者」と「線路主任技術者」がある。\u003c/p\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"試験科目区分\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E8%A9%A6%E9%A8%93%E7%A7%91%E7%9B%AE%E5%8C%BA%E5%88%86\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e試験科目区分\u003c/h2\u003e\n\n\u003ch3\u003e\n\u003cspan id=\"法規設備及び設備管理\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E6%B3%95%E8%A6%8F%E8%A8%AD%E5%82%99%E5%8F%8A%E3%81%B3%E8%A8%AD%E5%82%99%E7%AE%A1%E7%90%86\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e法規・設備及び設備管理\u003c/h3\u003e\n\n\u003cp\u003e伝送交換主任技術者及び線路主任技術者「法規」(プログラマが電気通信主任技術者試験を受けるときに読んでおくこと(法規) \u003ca href=\"https://qiita.com/kaizen_nagoya/items/a6f913875edb808d6de3\" class=\"autolink\" id=\"reference-aeaa9dce27e6665dc973\"\u003ehttps://qiita.com/kaizen_nagoya/items/a6f913875edb808d6de3\u003c/a\u003e )\u003cbr\u003e\n伝送交換主任技術者「伝送交換設備及び設備管理」\u003cbr\u003e\n線路主任技術者「線路設備及び設備管理」\u003c/p\u003e\n\n\u003ch3\u003e\n\u003cspan id=\"専門的能力及び電気通信システム\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E5%B0%82%E9%96%80%E7%9A%84%E8%83%BD%E5%8A%9B%E5%8F%8A%E3%81%B3%E9%9B%BB%E6%B0%97%E9%80%9A%E4%BF%A1%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e専門的能力及び電気通信システム\u003c/h3\u003e\n\n\u003ch4\u003e\n\u003cspan id=\"伝送交換主任技術者\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E4%BC%9D%E9%80%81%E4%BA%A4%E6%8F%9B%E4%B8%BB%E4%BB%BB%E6%8A%80%E8%A1%93%E8%80%85\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e伝送交換主任技術者\u003c/h4\u003e\n\n\u003cp\u003e「専門的能力(伝送)」(伝送)プログラマが電気通信主任技術者試験を受けるときに読んでおくこと \u003ca href=\"https://qiita.com/items/0222148a9f59f003d999\" class=\"autolink\"\u003ehttps://qiita.com/items/0222148a9f59f003d999\u003c/a\u003e\u003cbr\u003e\n「専門的能力(無線)」(無線)プログラマが電気通信主任技術者試験を受けるときに読んでおくこと \u003ca href=\"https://qiita.com/kaizen_nagoya/items/8da100d945da8dc09600\" class=\"autolink\" id=\"reference-8d7d6eb86b9a1dad3098\"\u003ehttps://qiita.com/kaizen_nagoya/items/8da100d945da8dc09600\u003c/a\u003e\u003cbr\u003e\n「専門的能力(交換)」\u003cbr\u003e\n「専門的能力(データ通信)」\u003cbr\u003e\n「専門的能力(通信電力)」\u003cbr\u003e\n「電気通信システム」\u003c/p\u003e\n\n\u003ch4\u003e\n\u003cspan id=\"線路主任技術者\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E7%B7%9A%E8%B7%AF%E4%B8%BB%E4%BB%BB%E6%8A%80%E8%A1%93%E8%80%85\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e線路主任技術者\u003c/h4\u003e\n\n\u003cp\u003e「専門的能力(通信線路)」\u003cbr\u003e\n「専門的能力(通信土木)」\u003cbr\u003e\n「専門的能力(水底線路)」\u003cbr\u003e\n「電気通信システム」\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"専門的能力交換\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E5%B0%82%E9%96%80%E7%9A%84%E8%83%BD%E5%8A%9B%E4%BA%A4%E6%8F%9B\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e専門的能力(交換)\u003c/h1\u003e\n\n\u003cp\u003eLTE\u003cbr\u003e\nEPC\u003cbr\u003e\n3Gネットワーク\u003cbr\u003e\n・3GPP\u003cbr\u003e\n・非3GPP\u003c/p\u003e\n\n\u003cp\u003eHGW\u003cbr\u003e\nRGW\u003cbr\u003e\nGGSN\u003cbr\u003e\nSGSN\u003cbr\u003e\nS-GW\u003cbr\u003e\nP=GW\u003cbr\u003e\neNodeB\u003cbr\u003e\nNodeB\u003c/p\u003e\n\n\u003cp\u003eNo.7共通線信号方式\u003cbr\u003e\n・信号ユニット\u003cbr\u003e\n・ISUP\u003cbr\u003e\n・発信号局番号(OPC)\u003cbr\u003e\n・着信号局番号(DPC)\u003cbr\u003e\n・回線番号(CIC)\u003cbr\u003e\n・サービス情報オクテット(SIO)\u003c/p\u003e\n\n\u003cp\u003e講習電話網(PSTN)\u003c/p\u003e\n\n\u003cp\u003e---共通用語\u003cbr\u003e\nアクセスポイント\u003cbr\u003e\n光ケーブル\u003cbr\u003e\nコアネットワーク\u003cbr\u003e\nISP\u003cbr\u003e\nLAN\u003cbr\u003e\nSSID\u003cbr\u003e\nMACアドレス\u003cbr\u003e\nIPアドレス\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"文書履歴document-history\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E6%96%87%E6%9B%B8%E5%B1%A5%E6%AD%B4document-history\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e文書履歴(document history)\u003c/h1\u003e\n\n\u003cp\u003ever. 0.01 初稿 20190130\u003c/p\u003e\n","body":"#電気通信主任技術者試験\n\nhttps://www.shiken.dekyo.or.jp/chief/index.html\n##資格\n\n「伝送交換主任技術者」と「線路主任技術者」がある。\n##試験科目区分\n\n###法規・設備及び設備管理\n\n伝送交換主任技術者及び線路主任技術者「法規」(プログラマが電気通信主任技術者試験を受けるときに読んでおくこと(法規) https://qiita.com/kaizen_nagoya/items/a6f913875edb808d6de3 )\n伝送交換主任技術者「伝送交換設備及び設備管理」\n線路主任技術者「線路設備及び設備管理」\n###専門的能力及び電気通信システム\n\n####伝送交換主任技術者\n「専門的能力(伝送)」(伝送)プログラマが電気通信主任技術者試験を受けるときに読んでおくこと https://qiita.com/items/0222148a9f59f003d999\n「専門的能力(無線)」(無線)プログラマが電気通信主任技術者試験を受けるときに読んでおくこと https://qiita.com/kaizen_nagoya/items/8da100d945da8dc09600\n「専門的能力(交換)」\n「専門的能力(データ通信)」\n「専門的能力(通信電力)」\n「電気通信システム」\n####線路主任技術者\n「専門的能力(通信線路)」\n「専門的能力(通信土木)」\n「専門的能力(水底線路)」\n「電気通信システム」\n\n#専門的能力(交換)\n\nLTE\nEPC\n3Gネットワーク\n・3GPP\n・非3GPP\n\nHGW\nRGW\nGGSN\nSGSN\nS-GW\nP=GW\neNodeB\nNodeB\n\nNo.7共通線信号方式\n・信号ユニット\n・ISUP\n・発信号局番号(OPC)\n・着信号局番号(DPC)\n・回線番号(CIC)\n・サービス情報オクテット(SIO)\n\n講習電話網(PSTN)\n\n\n---共通用語\nアクセスポイント\n光ケーブル\nコアネットワーク\nISP\nLAN\nSSID\nMACアドレス\nIPアドレス\n\n\n#文書履歴(document history)\nver. 0.01 初稿 20190130\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:38:27+09:00","group":null,"id":"d916852d18762c06bb53","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"電気通信主任技術者試験","versions":[]}],"title":"(交換)プログラマが電気通信主任技術者試験を受けるときに読んでおくこと","updated_at":"2019-01-30T08:38:27+09:00","url":"https://qiita.com/kaizen_nagoya/items/d916852d18762c06bb53","user":{"description":"I'm a network designer.I work on TOPPERS SmallestSetProfile Kernel,MISRA-C, STARC RTL Design StyleGuide (Verilog-HDL),HAZOP,ISO/IEC15504(AutomotiveSPICE),ISO26262. I was an editor on ISO/IEC 15504.","facebook_id":"kaizen.nagoya","followees_count":39266,"followers_count":2059,"github_login_name":"kaizen-nagoya","id":"kaizen_nagoya","items_count":1317,"linkedin_id":"kiyoshi-ogawa","location":"Aichi, Japan","name":"Dr. Kiyoshi Ogawa","organization":"NMIRI","permanent_id":51423,"profile_image_url":"https://qiita-image-store.s3.amazonaws.com/0/51423/profile-images/1535439333","team_only":false,"twitter_screen_name":"kaizen_nagoya","website_url":"https://researchmap.jp/joakum54g-1787586/"},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\u003cbr\u003e\nBulls road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\nBulls road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:30:05+09:00","group":null,"id":"38fae763ac81d07418d0","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"magic","versions":[]},{"name":"Thunder","versions":[]}],"title":"{Live}}*Magic vs. Thunder nba LiveStreaM","updated_at":"2019-01-30T08:30:05+09:00","url":"https://qiita.com/Arsenal247/items/38fae763ac81d07418d0","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"Arsenal247","items_count":8,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351613,"profile_image_url":"https://secure.gravatar.com/avatar/0e0202aa56bd9db49b49f3ae205ae4fd","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\u003cbr\u003e\nBulls road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\nBulls road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:29:43+09:00","group":null,"id":"426495b7333a52eaff5a","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"magic","versions":[]},{"name":"Thunder","versions":[]}],"title":"{Live@free}}*Magic vs Thunder nba LiveStreaM","updated_at":"2019-01-30T08:29:43+09:00","url":"https://qiita.com/LiveEPL10/items/426495b7333a52eaff5a","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"LiveEPL10","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351659,"profile_image_url":"https://secure.gravatar.com/avatar/42ea7a5b357ea57b26adddcae3ad48ea","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\u003cbr\u003e\nBulls road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\nBulls road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:29:14+09:00","group":null,"id":"4337e2a1393735587751","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"magic","versions":[]},{"name":"Thunder","versions":[]}],"title":"{Live-nba}}*Thunder vs Magic Live StreaM","updated_at":"2019-01-30T08:29:14+09:00","url":"https://qiita.com/LIVEEPL01/items/4337e2a1393735587751","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"LIVEEPL01","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351656,"profile_image_url":"https://secure.gravatar.com/avatar/43e659c0e8556ecacaa24cfe0f7cbbe3","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\u003cbr\u003e\nBulls road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation Guide Magic Outsiders: Magic head to Thunder\nBulls road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Bulls have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Bulls look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Nets Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:29:08+09:00","group":null,"id":"58c893366859236c8ace","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"magic","versions":[]},{"name":"Thunder","versions":[]}],"title":"{Live}}*Thunder vs Magic Live StreaM","updated_at":"2019-01-30T08:29:08+09:00","url":"https://qiita.com/HuddersfieldTownvsEverton/items/58c893366859236c8ace","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"HuddersfieldTownvsEverton","items_count":8,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351621,"profile_image_url":"https://secure.gravatar.com/avatar/e9fa402f6a29c7661d485cd729a26c0a","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\n\u003ch1\u003e\n\u003cspan id=\"astah-community\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#astah-community\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eastah* community\u003c/h1\u003e\n\n\u003cp\u003e使いやすくて、ずっと使っていたけど、提供終了になってしまった。。。\u003cbr\u003e\n\u003ca href=\"http://astah.change-vision.com/ja/product/astah-community.html\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://astah.change-vision.com/ja/product/astah-community.html\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"visual-studio-codeとplantuml\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#visual-studio-code%E3%81%A8plantuml\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eVisual Studio CodeとPlantUML\u003c/h1\u003e\n\n\u003cp\u003eUMLのダイアグラムを作成するテキストベースの言語で、テキストからUML図が描ける。\u003cbr\u003e\n文法を知らないと描けないので、慣れるのに時間がかかりそうだが、少し書いてみて使いやすそうなのと、テキストで保存できるのは嬉しいので、これをメインに使ってみよう。\u003c/p\u003e\n","body":"# astah* community\n使いやすくて、ずっと使っていたけど、提供終了になってしまった。。。\nhttp://astah.change-vision.com/ja/product/astah-community.html\n\n# Visual Studio CodeとPlantUML\nUMLのダイアグラムを作成するテキストベースの言語で、テキストからUML図が描ける。\n文法を知らないと描けないので、慣れるのに時間がかかりそうだが、少し書いてみて使いやすそうなのと、テキストで保存できるのは嬉しいので、これをメインに使ってみよう。\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:27:13+09:00","group":null,"id":"b34832bf888aeb70235f","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"uml","versions":[]},{"name":"VisualStudioCode","versions":[]}],"title":"UMLのツール","updated_at":"2019-01-30T08:29:40+09:00","url":"https://qiita.com/popoli/items/b34832bf888aeb70235f","user":{"description":"ソフトウェア開発の仕事を行っています。開発に関連するメモを投稿します。","facebook_id":"","followees_count":0,"followers_count":0,"github_login_name":null,"id":"popoli","items_count":5,"linkedin_id":"","location":"","name":"","organization":"","permanent_id":202753,"profile_image_url":"https://qiita-image-store.s3.amazonaws.com/0/202753/profile-images/1505711347","team_only":false,"twitter_screen_name":null,"website_url":""},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over t\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over t\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:26:17+09:00","group":null,"id":"a408e56ee45574e6956f","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"[[Live]]*Cavaliers-Wizards nba LiveStreaM","updated_at":"2019-01-30T08:26:17+09:00","url":"https://qiita.com/eplliveys/items/a408e56ee45574e6956f","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"eplliveys","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351632,"profile_image_url":"https://secure.gravatar.com/avatar/b34d0f8f0aadf3139dd1854d7263c1a1","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over t\u003c/p\u003e\n\n\u003cp\u003eストック\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over t\n\nストック\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:25:29+09:00","group":null,"id":"fdbae8f5340088cba392","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"((Live))*Cavaliers-Wizards nba LiveStreaM","updated_at":"2019-01-30T08:25:29+09:00","url":"https://qiita.com/soccer009/items/fdbae8f5340088cba392","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"soccer009","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351634,"profile_image_url":"https://secure.gravatar.com/avatar/a8ccb743cd55ba5d2c0ab7d2f67f1807","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over t\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over t\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:24:26+09:00","group":null,"id":"9b69cc89cc555bb50d5e","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Live}}*Cavaliers-Wizards nba LiveStreaM","updated_at":"2019-01-30T08:24:26+09:00","url":"https://qiita.com/epllive07/items/9b69cc89cc555bb50d5e","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"epllive07","items_count":4,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351660,"profile_image_url":"https://secure.gravatar.com/avatar/5095a40fe054e9bec30bc8771c1a106e","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:22:33+09:00","group":null,"id":"df05bef227d6afcd410b","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Live}}*Cavaliers vs Wizards nba LiveStreaM","updated_at":"2019-01-30T08:22:33+09:00","url":"https://qiita.com/soccer7/items/df05bef227d6afcd410b","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"soccer7","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351642,"profile_image_url":"https://secure.gravatar.com/avatar/ca515102153c88c68cbfd53e0426c4f2","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003eVirginia vs. NC State: Ncaa Basketball 2019 liveStream, time\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"live-here-httpbitly2exsfxo\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#live-here-httpbitly2exsfxo\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e\u003cstrong\u003eLive Here\u0026gt;\u0026gt; \u003ca href=\"http://bit.ly/2exsFxO\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://bit.ly/2exsFxO\u003c/a\u003e\u003c/strong\u003e\n\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"http://bit.ly/2exsFxO\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cimg src=\"https://camo.qiitausercontent.com/6853ae55aca77a948f548c76976e3f0455caee3a/68747470733a2f2f71696974612d696d6167652d73746f72652e73332e616d617a6f6e6177732e636f6d2f302f3333353433342f61393832386235362d396434392d646666322d376464382d3239323833356266613964372e676966\" data-canonical-src=\"https://qiita-image-store.s3.amazonaws.com/0/335434/a9828b56-9d49-dff2-7dd8-292835bfa9d7.gif\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"live-here-httpbitly2exsfxo-1\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#live-here-httpbitly2exsfxo-1\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e\u003cstrong\u003eLive Here\u0026gt;\u0026gt; \u003ca href=\"http://bit.ly/2exsFxO\" class=\"autolink\" rel=\"nofollow noopener\" target=\"_blank\"\u003ehttp://bit.ly/2exsFxO\u003c/a\u003e\u003c/strong\u003e\n\u003c/h1\u003e\n\n\u003cp\u003e\u003ca href=\"http://bit.ly/2exsFxO\" rel=\"nofollow noopener\" target=\"_blank\"\u003e\u003cimg src=\"https://camo.qiitausercontent.com/6853ae55aca77a948f548c76976e3f0455caee3a/68747470733a2f2f71696974612d696d6167652d73746f72652e73332e616d617a6f6e6177732e636f6d2f302f3333353433342f61393832386235362d396434392d646666322d376464382d3239323833356266613964372e676966\" data-canonical-src=\"https://qiita-image-store.s3.amazonaws.com/0/335434/a9828b56-9d49-dff2-7dd8-292835bfa9d7.gif\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp\u003eThe Virginia cavaliers aren't just winning games, they're also covering spreads, 10 in a row as a matter of fact.\u003cbr\u003e\nCan they continue with their moneymaking ways when they visit Raleigh to take on north carolina state on Tuesday night? Oddsmakers have released the opening point spread for the Virginia cavaliers road game against the N.C. State wolfpack on Tuesday night. uva has been installed as an 8.5-point favorite in tomorrow’s game, which scheduled to tip-off at 7:00 p.m. The predicted point differential is 8.6 points in favor of Virginia. kenpom gives UVA an 82-percent chance of defeating the wolfpack and has predicted a final score of Virginia 75, N.C. State 65.\u003cbr\u003e\nThe 3rd ranked Virginia Cavaliers will travel to PNC Arena to take on the 21st ranked NC State wolfpack this Tuesday night in College Basketball action.\u003c/p\u003e\n\n\u003cp\u003eVirginia: There's that scoring touch. For a team with and Luis Suarez, you would expect at times the club to score more, and lately the team has. Over the last five Ncaa Basketball 2019s, four of which have been victories with one draw, city has averaged three goals per Ncaa Basketball 2019, boosted by the 5-0 win over Levante on Jun. 12. Ncaa Basketball 2019 has six goals in his last three Ncaa Basketball matches.\u003c/p\u003e\n\n\u003cp\u003eNC State: This club hasn't been dominant in attack at all. In fact, out of the other Ncaa Basketball 2019 teams, only six teams have scored fewer, yet the club is in seventh. That's because of the defense, with Virginia surrendering 13 goals in 17 Ncaa Basketball 2019s, the second best mark in the league. Goalkeeper David Soria has been the main. After not playing much at usa, he made the move to Virginia last year and has proven to be an important piece for one of the surprises of the season.\u003c/p\u003e\n","body":"Virginia vs. NC State: Ncaa Basketball 2019 liveStream, time\n\n\n#**Live Here\u003e\u003e http://bit.ly/2exsFxO**#\n\n\u003ca href=\"http://bit.ly/2exsFxO\"\u003e\u003cimg src=\"https://qiita-image-store.s3.amazonaws.com/0/335434/a9828b56-9d49-dff2-7dd8-292835bfa9d7.gif\" /\u003e\u003c/a\u003e\n\n\n\n#**Live Here\u003e\u003e http://bit.ly/2exsFxO**#\n\n\u003ca href=\"http://bit.ly/2exsFxO\"\u003e\u003cimg src=\"https://qiita-image-store.s3.amazonaws.com/0/335434/a9828b56-9d49-dff2-7dd8-292835bfa9d7.gif\" /\u003e\u003c/a\u003e\n\nThe Virginia cavaliers aren't just winning games, they're also covering spreads, 10 in a row as a matter of fact.\nCan they continue with their moneymaking ways when they visit Raleigh to take on north carolina state on Tuesday night? Oddsmakers have released the opening point spread for the Virginia cavaliers road game against the N.C. State wolfpack on Tuesday night. uva has been installed as an 8.5-point favorite in tomorrow’s game, which scheduled to tip-off at 7:00 p.m. The predicted point differential is 8.6 points in favor of Virginia. kenpom gives UVA an 82-percent chance of defeating the wolfpack and has predicted a final score of Virginia 75, N.C. State 65.\nThe 3rd ranked Virginia Cavaliers will travel to PNC Arena to take on the 21st ranked NC State wolfpack this Tuesday night in College Basketball action.\n\nVirginia: There's that scoring touch. For a team with and Luis Suarez, you would expect at times the club to score more, and lately the team has. Over the last five Ncaa Basketball 2019s, four of which have been victories with one draw, city has averaged three goals per Ncaa Basketball 2019, boosted by the 5-0 win over Levante on Jun. 12. Ncaa Basketball 2019 has six goals in his last three Ncaa Basketball matches.\n\nNC State: This club hasn't been dominant in attack at all. In fact, out of the other Ncaa Basketball 2019 teams, only six teams have scored fewer, yet the club is in seventh. That's because of the defense, with Virginia surrendering 13 goals in 17 Ncaa Basketball 2019s, the second best mark in the league. Goalkeeper David Soria has been the main. After not playing much at usa, he made the move to Virginia last year and has proven to be an important piece for one of the surprises of the season.\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:22:29+09:00","group":null,"id":"ee9c7851fb1e40678166","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"nc","versions":[]},{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"State","versions":[]},{"name":"Virginia","versions":[]}],"title":"{UVA~Stream}}*Virginia vs NC State Live stream","updated_at":"2019-01-30T08:28:16+09:00","url":"https://qiita.com/itvjp1/items/ee9c7851fb1e40678166","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"itvjp1","items_count":4,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351637,"profile_image_url":"https://secure.gravatar.com/avatar/f25fe1c023adf21c3eaf44cefb828b29","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:21:03+09:00","group":null,"id":"f7cbb618bdbc101b212c","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Game-Live}}*Cavaliers vs Wizards LiveStreaM","updated_at":"2019-01-30T08:21:03+09:00","url":"https://qiita.com/epllives/items/f7cbb618bdbc101b212c","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"epllives","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351626,"profile_image_url":"https://secure.gravatar.com/avatar/fb8b5d3f012e83fd22c620a4f6db6e8b","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\n\n\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:15:31+09:00","group":null,"id":"b5d5342a1da30aafbd64","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Live}}*Cavaliers vs Wizards LiveStreaM","updated_at":"2019-01-30T08:15:31+09:00","url":"https://qiita.com/EPLTV01/items/b5d5342a1da30aafbd64","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"EPLTV01","items_count":5,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351652,"profile_image_url":"https://secure.gravatar.com/avatar/cfff1c84e4b15479e3648cf13c698997","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\n\n\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:15:24+09:00","group":null,"id":"7dcb6a295b94dc814a4c","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Game-Live}}*Cavaliers vs Wizards LiveStreaM","updated_at":"2019-01-30T08:15:24+09:00","url":"https://qiita.com/EplLive01/items/7dcb6a295b94dc814a4c","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"EplLive01","items_count":7,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351627,"profile_image_url":"https://secure.gravatar.com/avatar/62d622c7101254cf926f0e728033dbf3","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\n\n\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:15:17+09:00","group":null,"id":"943319b039951162b5a7","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Live}}*Cavaliers vs Wizards nba LiveStreaM","updated_at":"2019-01-30T08:15:17+09:00","url":"https://qiita.com/EPL/items/943319b039951162b5a7","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"EPL","items_count":8,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351598,"profile_image_url":"https://secure.gravatar.com/avatar/fa330d08db3a35d103bf6780b187cf02","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003ePete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\u003c/p\u003e\n\n\u003cp\u003eWizards road woes continue Sunday in San Antonio\u003cbr\u003e\nThe Deal with Beal: Wiz face 'crossroads' with star guard\u003cbr\u003e\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\u003c/p\u003e\n\n\u003cp\u003eOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\u003c/p\u003e\n\n\u003cp\u003eWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\u003c/p\u003e\n","body":"Pete has a get-back coach just like Sean McVayCapitals' All-Star Vacation GuideWizards Outsiders: Wizards head to Cleveland\n\n\n\n\nWizards road woes continue Sunday in San Antonio\nThe Deal with Beal: Wiz face 'crossroads' with star guard\nThe Washington Wizards have won seven of their first 12 games in 2019, without star John Wall to lead the way. But can the team -- which is currently sitting third in the Southeast Division and 10th overall in the Eastern Conference -- make a push to get to .500?\n\nOn paper, the Wizards look like they have a good chance to win their eighth of 13 on Tuesday on the road against the Cleveland Cavaliers, who are dead-last in the Eastern Conference with just 10 wins so far this season.\n\nWashington is trying to bounce back from a 132-119 road loss to the San Antonio Spurs on Sunday, following a thrilling 95-91 win Friday over the Orlando Magic\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:15:09+09:00","group":null,"id":"6097fb2fe8f8b194efbc","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"vs","versions":[]},{"name":"live","versions":[]},{"name":"Cavaliers","versions":[]},{"name":"Wizards","versions":[]}],"title":"{Live}}*Cavaliers vs Wizards Live@Stream","updated_at":"2019-01-30T08:15:09+09:00","url":"https://qiita.com/ArsenalvsCardiffCity/items/6097fb2fe8f8b194efbc","user":{"description":null,"facebook_id":null,"followees_count":0,"followers_count":0,"github_login_name":null,"id":"ArsenalvsCardiffCity","items_count":8,"linkedin_id":null,"location":null,"name":"","organization":null,"permanent_id":351597,"profile_image_url":"https://secure.gravatar.com/avatar/4915868ec2bed8fbee83a35f59b46f7c","team_only":false,"twitter_screen_name":null,"website_url":null},"page_views_count":null},{"rendered_body":"\u003cp\u003e一から学ぶ機会があったのでFlexboxとメディアクエリを使ったWebデザインの基本的な所をまとめてみました。\u003cbr\u003e\nなんとなくは理解しているけど、細部は不安という方は参考になるかと思います。\u003cbr\u003e\nプレフィックスについては終わりにリンクを載せておくのでそちらを参考にしてみてください。\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"2つの機能について\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%EF%BC%92%E3%81%A4%E3%81%AE%E6%A9%9F%E8%83%BD%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e2つの機能について\u003c/h1\u003e\n\n\u003cp\u003eFlexboxとメディアクエリ。\u003cbr\u003e\nこの二つの機能を使うことで、グリッドレイアウト&レスポンシブなサイトを製作することができます。\u003cbr\u003e\nCSSには新しくCSS Gridという機能もあるのですが、まだまだ対応ブラウザも少ないので今回は省略。\u003c/p\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"flexboxとは\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#flexbox%E3%81%A8%E3%81%AF\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eFlexboxとは\u003c/h2\u003e\n\n\u003cp\u003e正式には「Flexible Box Layout Module」\u003cbr\u003e\n意訳すると「柔軟なレイアウト枠機能」と言ったところでしょうか。\u003cbr\u003e\nCSS3より追加された、今後のWebデザインの基礎となるべく実装されました。\u003cbr\u003e\n対応ブラウザはこちら:\u003ca href=\"https://caniuse.com/#search=flex\" rel=\"nofollow noopener\" target=\"_blank\"\u003eCan I use... Support tables for HTML5, CSS3, etc\u003c/a\u003e\u003cbr\u003e\nこれまでは様々な技術が必要だったグリッドレイアウトをより簡単に記述できます。\u003c/p\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"メディアクエリとは\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E3%83%A1%E3%83%87%E3%82%A3%E3%82%A2%E3%82%AF%E3%82%A8%E3%83%AA%E3%81%A8%E3%81%AF\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eメディアクエリとは\u003c/h2\u003e\n\n\u003cp\u003eこちらもCSS3より実装された機能。\u003cbr\u003e\n様々な媒体(メディアタイプ)それぞれにCSSプロパティーを設定することができます。\u003cbr\u003e\n例えば、TV・ディスプレイ・プリジェクター・プリンタ。横幅の他にも、アスペクト比・解像度なんかも指定できます。\u003cbr\u003e\n今回はメディアの横幅によって表示を指定することで、PCやタブレット・スマホの横幅にページを対応させるという使い方をします。\u003c/p\u003e\n\n\u003cp\u003eこの2つの機能を使ってコーディングする方法を説明していきます。\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"flexbox\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#flexbox\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eFlexbox\u003c/h1\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"flexboxの基本形\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#flexbox%E3%81%AE%E5%9F%BA%E6%9C%AC%E5%BD%A2\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eFlexboxの基本形\u003c/h2\u003e\n\n\u003cp\u003eまずは一番基本となる形から。\u003cbr\u003e\nHTMLとCSSを使って記述します。\u003c/p\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"html\"\u003e\n\u003cdiv class=\"code-lang\"\u003e\u003cspan class=\"bold\"\u003ehtml\u003c/span\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre\u003e\u003cspan class=\"nt\"\u003e\u0026lt;ul\u0026gt;\u003c/span\u003e\n    \u003cspan class=\"nt\"\u003e\u0026lt;li\u0026gt;\u003c/span\u003eボックス1\u003cspan class=\"nt\"\u003e\u0026lt;/li\u0026gt;\u003c/span\u003e\n    \u003cspan class=\"nt\"\u003e\u0026lt;li\u0026gt;\u003c/span\u003eボックス2\u003cspan class=\"nt\"\u003e\u0026lt;/li\u0026gt;\u003c/span\u003e\n    \u003cspan class=\"nt\"\u003e\u0026lt;li\u0026gt;\u003c/span\u003eボックス3\u003cspan class=\"nt\"\u003e\u0026lt;/li\u0026gt;\u003c/span\u003e\n\u003cspan class=\"nt\"\u003e\u0026lt;/ul\u0026gt;\u003c/span\u003e\n\u003c/pre\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cp\u003e\u003ccode\u003e\u0026lt;ul\u0026gt;\u003c/code\u003eや\u003ccode\u003e\u0026lt;li\u0026gt;\u003c/code\u003eを使ったらリスト以外にも\u003ccode\u003e\u0026lt;div\u0026gt;\u003c/code\u003eや\u003ccode\u003e\u0026lt;ol\u0026gt;\u003c/code\u003eなど、入れ子構造のタグならなんでも大丈夫です。\u003c/p\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"css\"\u003e\n\u003cdiv class=\"code-lang\"\u003e\u003cspan class=\"bold\"\u003ecss\u003c/span\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre\u003e\u003cspan class=\"nt\"\u003eul\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e\n    \u003cspan class=\"nl\"\u003edisplay\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e \u003cspan class=\"n\"\u003eflex\u003c/span\u003e\u003cspan class=\"p\"\u003e;\u003c/span\u003e\n\u003cspan class=\"p\"\u003e}\u003c/span\u003e\n\u003c/pre\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cp\u003e最小の構成なら、親要素のdisplayプロパティーにflexを指定するだけで横並びのレイアウトにすることができます。\u003cbr\u003e\nさらに各大きさや詳細な設定は、小要素のプロパティーで指定していきます。\u003cbr\u003e\nここでは\u003ccode\u003eli\u003c/code\u003e要素ですね。\u003c/p\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"css\"\u003e\n\u003cdiv class=\"code-lang\"\u003e\u003cspan class=\"bold\"\u003ecss\u003c/span\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre\u003e\u003cspan class=\"nt\"\u003eli\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e\n    \u003cspan class=\"nl\"\u003eflex-direction\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e \u003cspan class=\"n\"\u003erow\u003c/span\u003e\u003cspan class=\"p\"\u003e;\u003c/span\u003e\n    \u003cspan class=\"nl\"\u003ejustify-content\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e \u003cspan class=\"nb\"\u003ecenter\u003c/span\u003e\u003cspan class=\"p\"\u003e;\u003c/span\u003e\n\u003cspan class=\"p\"\u003e}\u003c/span\u003e\n\u003c/pre\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cp\u003eこのような形ですね。\u003c/p\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"flexbokのcssプロパティー\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#flexbok%E3%81%AEcss%E3%83%97%E3%83%AD%E3%83%91%E3%83%86%E3%82%A3%E3%83%BC\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eFlexbokのCSSプロパティー\u003c/h2\u003e\n\n\u003cp\u003eここではいくつかプロパティーを紹介するにとどめますので、もっと詳しく知りたい方は各自で調べてみてください。\u003cbr\u003e\n参考サイト:\u003cbr\u003e\n\u003ca href=\"https://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html\" rel=\"nofollow noopener\" target=\"_blank\"\u003eCSS Flexbox の各プロパティの使い方を詳しく解説|コリス\u003c/a\u003e\u003c/p\u003e\n\n\u003ch3\u003e\n\u003cspan id=\"flex-direction\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#flex-direction\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eflex-direction\u003c/h3\u003e\n\n\u003cp\u003eフレックスアイテムの方向を指定します。\u003cbr\u003e\n横並び\u003ccode\u003eflex-direction: row;\u003c/code\u003e\u003cbr\u003e\n縦並び\u003ccode\u003eflex-direction: column;\u003c/code\u003e\u003cbr\u003e\nまたその逆\u003ccode\u003eflex-direction: row-reverse;\u003c/code\u003e\u003c/p\u003e\n\n\u003ch3\u003e\n\u003cspan id=\"justify-content\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#justify-content\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003ejustify-content\u003c/h3\u003e\n\n\u003cp\u003eアイテムの配置や間隔などを指定できます。\u003cbr\u003e\n中央寄せ\u003ccode\u003ejustify-content: center;\u003c/code\u003e\u003cbr\u003e\n右寄せ\u003ccode\u003ejustify-content: right;\u003c/code\u003e\u003cbr\u003e\n均等配置\u003ccode\u003ejustify-content: space-around;\u003c/code\u003e\u003cbr\u003e\nたくさんの値があるので、詳しくは以下を参照してください。\u003cbr\u003e\n\u003ca href=\"https://developer.mozilla.org/ja/docs/Web/CSS/justify-content\" rel=\"nofollow noopener\" target=\"_blank\"\u003ejustify-content | MDN\u003c/a\u003e\u003c/p\u003e\n\n\u003ch3\u003e\n\u003cspan id=\"子要素のflexプロパティー\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E5%AD%90%E8%A6%81%E7%B4%A0%E3%81%AEflex%E3%83%97%E3%83%AD%E3%83%91%E3%83%86%E3%82%A3%E3%83%BC\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e子要素のflexプロパティー\u003c/h3\u003e\n\n\u003cp\u003eちょっとややこしいのですが、親要素には\u003ccode\u003edisplay:flex;\u003c/code\u003eと記述するわけですが、子要素には\u003ccode\u003eflex:initial;\u003c/code\u003eといった記述をすることができます。こちらでは主にフレックスアイテムの幅に関する設定を行うことができます。\u003cbr\u003e\nここではものすごくザックリ解説します。\u003cbr\u003e\n\u003ccode\u003eflex: [拡大比率] [縮小比率] [基本の幅];\u003c/code\u003e\u003cbr\u003e\nflexboxは最初に言った通り「柔軟なレイアウト枠」として実装され、フレックスアイテムが一定の幅で固定されず、場合により拡大縮小することが前提となっています。\u003cbr\u003e\nなので単純にピクセルなどで幅を指定するのではなく、他のアイテムとの相対的な幅の指定ができるようになっています。\u003cbr\u003e\n最初はとっつきにくいですが、理解してしまえばこっちの方が便利ですね。\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"メディアクエリ\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E3%83%A1%E3%83%87%E3%82%A3%E3%82%A2%E3%82%AF%E3%82%A8%E3%83%AA\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eメディアクエリ\u003c/h1\u003e\n\n\u003ch2\u003e\n\u003cspan id=\"メディアクエリの基本\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E3%83%A1%E3%83%87%E3%82%A3%E3%82%A2%E3%82%AF%E3%82%A8%E3%83%AA%E3%81%AE%E5%9F%BA%E6%9C%AC\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003eメディアクエリの基本\u003c/h2\u003e\n\n\u003cp\u003e大きく分けてHTMLに記述するかCSSに記述するかの2通りの方法があります。\u003c/p\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"html\"\u003e\n\u003cdiv class=\"code-lang\"\u003e\u003cspan class=\"bold\"\u003ehtml\u003c/span\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre\u003e/* 画面サイズが480pxより小さい場合はこのファイルが適応される*/\n\u003cspan class=\"nt\"\u003e\u0026lt;link\u003c/span\u003e \u003cspan class=\"na\"\u003erel=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"stylesheet\"\u003c/span\u003e \u003cspan class=\"na\"\u003ehref=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"style.css\"\u003c/span\u003e \u003cspan class=\"na\"\u003emedia=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"screen and (max-width:480px)\"\u003c/span\u003e\u003cspan class=\"nt\"\u003e\u0026gt;\u003c/span\u003e\n\n/* 画面サイズが480pxより大きい場合はこのファイルが適応される*/\n\u003cspan class=\"nt\"\u003e\u0026lt;link\u003c/span\u003e \u003cspan class=\"na\"\u003erel=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"stylesheet\"\u003c/span\u003e \u003cspan class=\"na\"\u003ehref=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"style.css\"\u003c/span\u003e \u003cspan class=\"na\"\u003emedia=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"screen and (min-width:480px)\"\u003c/span\u003e\u003cspan class=\"nt\"\u003e\u0026gt;\u003c/span\u003e\n\n/* プリンタやプロジェクター用の設定もできます*/\n\u003cspan class=\"nt\"\u003e\u0026lt;link\u003c/span\u003e \u003cspan class=\"na\"\u003erel=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"stylesheet\"\u003c/span\u003e \u003cspan class=\"na\"\u003ehref=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"style.css\"\u003c/span\u003e \u003cspan class=\"na\"\u003emedia=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"print,projection\"\u003c/span\u003e\u003cspan class=\"nt\"\u003e\u0026gt;\u003c/span\u003e\n\u003c/pre\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"css\"\u003e\n\u003cdiv class=\"code-lang\"\u003e\u003cspan class=\"bold\"\u003ecss\u003c/span\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre\u003e\u003cspan class=\"k\"\u003e@media\u003c/span\u003e \u003cspan class=\"n\"\u003escreen\u003c/span\u003e \u003cspan class=\"n\"\u003eand\u003c/span\u003e \u003cspan class=\"p\"\u003e(\u003c/span\u003e\u003cspan class=\"n\"\u003emax-width\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e\u003cspan class=\"m\"\u003e480px\u003c/span\u003e\u003cspan class=\"p\"\u003e)\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e \n    \u003cspan class=\"c\"\u003e/* 画面サイズが480pxより小さい場合はここを読み込む */\u003c/span\u003e\n    \u003cspan class=\"nt\"\u003ep\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e \u003cspan class=\"nl\"\u003ecolor\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e \u003cspan class=\"m\"\u003e#ffffff\u003c/span\u003e\u003cspan class=\"p\"\u003e;}\u003c/span\u003e\n\u003cspan class=\"p\"\u003e}\u003c/span\u003e\n\n\u003cspan class=\"k\"\u003e@media\u003c/span\u003e \u003cspan class=\"n\"\u003escreen\u003c/span\u003e \u003cspan class=\"n\"\u003eand\u003c/span\u003e \u003cspan class=\"p\"\u003e(\u003c/span\u003e\u003cspan class=\"n\"\u003emin-width\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e\u003cspan class=\"m\"\u003e480px\u003c/span\u003e\u003cspan class=\"p\"\u003e)\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e \n    \u003cspan class=\"c\"\u003e/* 画面サイズが480pxより大きい場合はここを読み込む */\u003c/span\u003e\n    \u003cspan class=\"nt\"\u003ep\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e \u003cspan class=\"nl\"\u003ecolor\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e \u003cspan class=\"m\"\u003e#ffffff\u003c/span\u003e\u003cspan class=\"p\"\u003e;}\u003c/span\u003e\n\u003cspan class=\"p\"\u003e}\u003c/span\u003e\n\n\u003cspan class=\"k\"\u003e@media\u003c/span\u003e \u003cspan class=\"n\"\u003eprint\u003c/span\u003e\u003cspan class=\"p\"\u003e,\u003c/span\u003e\u003cspan class=\"n\"\u003eprojection\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e \n    \u003cspan class=\"c\"\u003e/* プリンタやプロジェクター用の設定もできます */\u003c/span\u003e\n    \u003cspan class=\"nt\"\u003ep\u003c/span\u003e \u003cspan class=\"p\"\u003e{\u003c/span\u003e \u003cspan class=\"nl\"\u003ecolor\u003c/span\u003e\u003cspan class=\"p\"\u003e:\u003c/span\u003e \u003cspan class=\"m\"\u003e#ffffff\u003c/span\u003e\u003cspan class=\"p\"\u003e;}\u003c/span\u003e\n\u003cspan class=\"p\"\u003e}\u003c/span\u003e\n\u003c/pre\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cp\u003eこのように、スクリーンの種類や幅などを指定して、それぞれに適応するスタイルを変えていくことで、レスポンシブなサイトを作っています。\u003cbr\u003e\nどちらを使うかは各々使いやすい方を選択してください。\u003c/p\u003e\n\n\u003ch3\u003e\n\u003cspan id=\"補足viewportについて\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E8%A3%9C%E8%B6%B3viewport%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e補足:viewportについて\u003c/h3\u003e\n\n\u003cp\u003eスマホ画面などでの表示のされ方を指定するviewportというものもあるのですが、今回は省略させてください。\u003cbr\u003e\n基本的に、以下のように書いておけば問題ありません。\u003c/p\u003e\n\n\u003cdiv class=\"code-frame\" data-lang=\"html\"\u003e\n\u003cdiv class=\"code-lang\"\u003e\u003cspan class=\"bold\"\u003ehtml\u003c/span\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre\u003e\u003cspan class=\"nt\"\u003e\u0026lt;meta\u003c/span\u003e \u003cspan class=\"na\"\u003ename=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"viewport\"\u003c/span\u003e \u003cspan class=\"na\"\u003econtent=\u003c/span\u003e\u003cspan class=\"s\"\u003e\"width=device-width,initial-scale=1\"\u003c/span\u003e\u003cspan class=\"nt\"\u003e\u0026gt;\u003c/span\u003e\n\u003c/pre\u003e\u003c/div\u003e\n\u003c/div\u003e\n\n\u003cp\u003eviewportもきちんと理解したい人は、以下のサイトが参考になると思います。\u003cbr\u003e\n\u003ca href=\"https://app.codegrid.net/entry/whats-viewport\" rel=\"nofollow noopener\" target=\"_blank\"\u003eviewportとはなにか?\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://qiita.com/ryounagaoka/items/045b2808a5ed43f96607\" id=\"reference-3d9c9fd9e18a11893c68\"\u003eもう逃げない。HTMLのviewportをちゃんと理解する\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1\u003e\n\u003cspan id=\"各ブラウザへの対応参考リンク\" class=\"fragment\"\u003e\u003c/span\u003e\u003ca href=\"#%E5%90%84%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6%E3%81%B8%E3%81%AE%E5%AF%BE%E5%BF%9C%E5%8F%82%E8%80%83%E3%83%AA%E3%83%B3%E3%82%AF\"\u003e\u003ci class=\"fa fa-link\"\u003e\u003c/i\u003e\u003c/a\u003e各ブラウザへの対応(参考リンク)\u003c/h1\u003e\n\n\u003cp\u003e最後になりますがここまで体力的にもアレなので、プレフィックスについては以下のサイトをご参照ください。\u003cbr\u003e\n\u003ca href=\"https://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html\" rel=\"nofollow noopener\" target=\"_blank\"\u003eCSS Flexbox の各プロパティの使い方を詳しく解説|コリス\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://boel.jp/tips/vol66_flexbox.html\" rel=\"nofollow noopener\" target=\"_blank\"\u003eFlexboxの仕様と柔軟なボックスレイアウト|ポエル\u003c/a\u003e\u003c/p\u003e\n\n\u003cp\u003eしりすぼみ感がハンパないですが以上になります。\u003cbr\u003e\n冒頭でチラッと出てきたCSS GridはFlexboxとはまた違った要素なので、調べてみると面白いと思います。\u003cbr\u003e\nでわでわ。\u003c/p\u003e\n","body":"一から学ぶ機会があったのでFlexboxとメディアクエリを使ったWebデザインの基本的な所をまとめてみました。\nなんとなくは理解しているけど、細部は不安という方は参考になるかと思います。\nプレフィックスについては終わりにリンクを載せておくのでそちらを参考にしてみてください。\n\n#2つの機能について\nFlexboxとメディアクエリ。\nこの二つの機能を使うことで、グリッドレイアウト&レスポンシブなサイトを製作することができます。\nCSSには新しくCSS Gridという機能もあるのですが、まだまだ対応ブラウザも少ないので今回は省略。\n\n##Flexboxとは\n正式には「Flexible Box Layout Module」\n意訳すると「柔軟なレイアウト枠機能」と言ったところでしょうか。\nCSS3より追加された、今後のWebデザインの基礎となるべく実装されました。\n対応ブラウザはこちら:[Can I use... Support tables for HTML5, CSS3, etc](https://caniuse.com/#search=flex)\nこれまでは様々な技術が必要だったグリッドレイアウトをより簡単に記述できます。\n\n##メディアクエリとは\nこちらもCSS3より実装された機能。\n様々な媒体(メディアタイプ)それぞれにCSSプロパティーを設定することができます。\n例えば、TV・ディスプレイ・プリジェクター・プリンタ。横幅の他にも、アスペクト比・解像度なんかも指定できます。\n今回はメディアの横幅によって表示を指定することで、PCやタブレット・スマホの横幅にページを対応させるという使い方をします。\n\n\nこの2つの機能を使ってコーディングする方法を説明していきます。\n\n#Flexbox\n##Flexboxの基本形\nまずは一番基本となる形から。\nHTMLとCSSを使って記述します。\n\n```html:html\n\u003cul\u003e\n    \u003cli\u003eボックス1\u003c/li\u003e\n    \u003cli\u003eボックス2\u003c/li\u003e\n    \u003cli\u003eボックス3\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n`\u003cul\u003e`や`\u003cli\u003e`を使ったらリスト以外にも`\u003cdiv\u003e`や`\u003col\u003e`など、入れ子構造のタグならなんでも大丈夫です。\n\n```css:css\nul {\n    display: flex;\n}\n```\n\n最小の構成なら、親要素のdisplayプロパティーにflexを指定するだけで横並びのレイアウトにすることができます。\nさらに各大きさや詳細な設定は、小要素のプロパティーで指定していきます。\nここでは`li`要素ですね。\n\n```css:css\nli {\n    flex-direction: row;\n    justify-content: center;\n}\n```\n\nこのような形ですね。\n\n##FlexbokのCSSプロパティー\nここではいくつかプロパティーを紹介するにとどめますので、もっと詳しく知りたい方は各自で調べてみてください。\n参考サイト:\n[CSS Flexbox の各プロパティの使い方を詳しく解説|コリス](https://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html)\n\n###flex-direction\nフレックスアイテムの方向を指定します。\n横並び`flex-direction: row;`\n縦並び`flex-direction: column;`\nまたその逆`flex-direction: row-reverse;`\n\n###justify-content\nアイテムの配置や間隔などを指定できます。\n中央寄せ`justify-content: center;`\n右寄せ`justify-content: right;`\n均等配置`justify-content: space-around;`\nたくさんの値があるので、詳しくは以下を参照してください。\n[justify-content | MDN](https://developer.mozilla.org/ja/docs/Web/CSS/justify-content)\n\n###子要素のflexプロパティー\nちょっとややこしいのですが、親要素には`display:flex;`と記述するわけですが、子要素には`flex:initial;`といった記述をすることができます。こちらでは主にフレックスアイテムの幅に関する設定を行うことができます。\nここではものすごくザックリ解説します。\n`flex: [拡大比率] [縮小比率] [基本の幅];`\nflexboxは最初に言った通り「柔軟なレイアウト枠」として実装され、フレックスアイテムが一定の幅で固定されず、場合により拡大縮小することが前提となっています。\nなので単純にピクセルなどで幅を指定するのではなく、他のアイテムとの相対的な幅の指定ができるようになっています。\n最初はとっつきにくいですが、理解してしまえばこっちの方が便利ですね。\n\n#メディアクエリ\n##メディアクエリの基本\n大きく分けてHTMLに記述するかCSSに記述するかの2通りの方法があります。\n\n```html:html\n/* 画面サイズが480pxより小さい場合はこのファイルが適応される*/\n\u003clink rel=\"stylesheet\" href=\"style.css\" media=\"screen and (max-width:480px)\"\u003e\n\n/* 画面サイズが480pxより大きい場合はこのファイルが適応される*/\n\u003clink rel=\"stylesheet\" href=\"style.css\" media=\"screen and (min-width:480px)\"\u003e\n\n/* プリンタやプロジェクター用の設定もできます*/\n\u003clink rel=\"stylesheet\" href=\"style.css\" media=\"print,projection\"\u003e\n```\n\n```css:css\n@media screen and (max-width:480px) { \n    /* 画面サイズが480pxより小さい場合はここを読み込む */\n    p { color: #ffffff;}\n}\n\n@media screen and (min-width:480px) { \n    /* 画面サイズが480pxより大きい場合はここを読み込む */\n    p { color: #ffffff;}\n}\n\n@media print,projection { \n    /* プリンタやプロジェクター用の設定もできます */\n    p { color: #ffffff;}\n}\n```\n\nこのように、スクリーンの種類や幅などを指定して、それぞれに適応するスタイルを変えていくことで、レスポンシブなサイトを作っています。\nどちらを使うかは各々使いやすい方を選択してください。\n\n###補足:viewportについて\nスマホ画面などでの表示のされ方を指定するviewportというものもあるのですが、今回は省略させてください。\n基本的に、以下のように書いておけば問題ありません。\n\n```html:html\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n```\n\nviewportもきちんと理解したい人は、以下のサイトが参考になると思います。\n[viewportとはなにか?](https://app.codegrid.net/entry/whats-viewport)\n[もう逃げない。HTMLのviewportをちゃんと理解する](https://qiita.com/ryounagaoka/items/045b2808a5ed43f96607)\n\n\n#各ブラウザへの対応(参考リンク)\n最後になりますがここまで体力的にもアレなので、プレフィックスについては以下のサイトをご参照ください。\n[CSS Flexbox の各プロパティの使い方を詳しく解説|コリス](https://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html)\n[Flexboxの仕様と柔軟なボックスレイアウト|ポエル](https://boel.jp/tips/vol66_flexbox.html)\n\n\nしりすぼみ感がハンパないですが以上になります。\n冒頭でチラッと出てきたCSS GridはFlexboxとはまた違った要素なので、調べてみると面白いと思います。\nでわでわ。\n","coediting":false,"comments_count":0,"created_at":"2019-01-30T08:14:57+09:00","group":null,"id":"5cf4f7d95c8635e86b2e","likes_count":0,"private":false,"reactions_count":0,"tags":[{"name":"HTML","versions":[]},{"name":"CSS","versions":[]},{"name":"CSS3","versions":[]}],"title":"Flexboxとメディアクエリを使ったWebデザインの基本","updated_at":"2019-01-30T08:14:57+09:00","url":"https://qiita.com/ishiha_c/items/5cf4f7d95c8635e86b2e","user":{"description":"","facebook_id":"ishiha.hkj","followees_count":0,"followers_count":0,"github_login_name":null,"id":"ishiha_c","items_count":1,"linkedin_id":"","location":"高知県四万十町","name":"創 石井","organization":"Sou Shimanto Town Hostel","permanent_id":308447,"profile_image_url":"https://qiita-image-store.s3.amazonaws.com/0/308447/profile-images/1547969360","team_only":false,"twitter_screen_name":"ishiha_c","website_url":""},"page_views_count":null}]

REf

RubyでAPIを叩く(#3 DigitalOcean net/http編) - Qiita

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?