You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
■問題 もし,あなたが,突然,電車で「この人,痴漢です」と言われたらどうすべきでしょうか? ■結論 駅のホームから動かずに,その場から,携帯で知り合いの弁護士か弁護士会に連絡すべきです。 そして,「今から弁護士が来るので,それまでここで待ちます。移動しません。」と説明してください。 それができないのであれば,すぐにスマホの録音・録画を始めてください(現在の状況を自分で喋って録音できるとベターです)。 駅員室や鉄道警察の建物には移動しないでください(特に駅員室には移動しないでください。理由は後述します)。 【2014.06.05追記】弁護士会では即座に対応しきれないことがありますので,知り合いの弁護士がベストです。「知り合いの弁護士なんていない!」という方は,事前に,即時対応を謳う法律事務所等をネットで検索して,電話番号を登録しておいていただけると有益かと思います。 【2015.06.08追
本記事は Livesense Advent Calendar 2016 - Qiita の24日目の記事になります。 公開から1年ほどたち、当初はRESTの次の潮流か!?みたいな感じになったものの、イマイチ盛り上がってる気配のないGraphQL。 ただ、気になっていた技術だったので、気にせず2016年が終わる前にざっと調べてみました。 ここ2日ほどでざっと調べたもののまとめなので、理解や解釈に誤りや言ってる意味がわからないところがあればご指摘いただければ幸いです。 TL;DR 内容をコンパクトにしきれず(Queryにばかり集中して、Mutationについては全然触れてないのに!)かなり長くなってしまいました。実際は、 GraphQL | A query language for your API のTOPページを読んで雰囲気を掴み、 The GitHub GraphQL API | Git
Blog /graphql /Pagination /Understanding pagination: REST, GraphQL, and Relay Back to Blog One topic that comes up all the time when talking about data loading in modern applications is pagination — splitting long lists of data into chunks. It’s often glossed over in introductory tutorials, and a lot of apps can even get away with avoiding some of the dusty corners of the problem. But when you get
自分で会社を作るしかない!本当にやりたいことのためには。人々の暮らしを明るく豊かにしていきたい。合同会社テンマド 山岡広幸 合同会社テンマド 山岡広幸(やまおかひろゆき) 1978年、東京・小岩生まれ。大学は文学部、その後なぜかSIerに就職。 ウノウ、Zynga Japan、デジタルガレージなどを経てフリーランスとして活動。 写真共有サイトなどWebサービスの企画・開発・運営やエンジニアの採用活動、 企業文化を作っていくことなどに携わる。2014年、合同会社テンマドを設立。複数の会社で社外CTOやアドバイザーを務める。 起業スイッチが入ったタイミング 本当にやりたいことをやるためには、自分で会社を作るしかないと思ったとき SI業界からベンチャーに転職、外国企業による買収、大きな会社への転籍、スタートアップへの参画といろいろな経験をしてきました。東日本大震災をきっかけに自分が本当にやりたい
人気デュオ・KinKi Kidsが主演するデビュー20周年記念特別企画『ぼくらの勇気~未満都市SP(仮)』が今夏、日本テレビ系列で放送されることが、わかった。1997年に連続ドラマとして2人が主演した作品の続編が20年の時を経て、デビュー20周年のアニバーサリーイヤーに復活する。2人の役者としての本格共演は連ドラ『ムコ殿2003』(フジ・2003)にKinKi Kidsとしてゲスト出演したことを除けばこの作品以来、20年ぶりとなる。 『ぼくらの勇気~未満都市』は、大人が死に絶え子供たちだけになった無秩序な混乱が広がる街に潜入した高校生のヤマト(堂本光一)とタケル(堂本剛)が、さまざまな問題や事件を乗り越えながら仲間とともに、暴力に支配された子供だけの街に秩序を取り戻していく物語。当時18歳だった2人は、その年にデビューを果たし、主題歌「愛されるより 愛したい」がトータルセールス160万枚以
コンテンツブロックが有効であることを検知しました。 このサイトを利用するには、コンテンツブロック機能(広告ブロック機能を持つ拡張機能等)を無効にしてページを再読み込みしてください。 ✕
Blog /mobile /React Native /Building a great scrollable list in React Native with FlatList Back to Blog May 9, 2017Building a great scrollable list in React Native with FlatList React Native enables you to use the same programming language and mental model you use to write web applications to create great native mobile experiences. Similarly, GraphQL and Apollo Client are designed to make data loa
Premium client service Our north star is industry-leading client service. We have developed our client experience over 15 years serving the world's top investment funds, consultancies, and businesses. Today, our team of 1,500+ professionals provide round-the-clock coverage from San Francisco to Shanghai. Hailing from the world's top universities, and speaking 60+ languages, we are proud that many
RESTful, JSON-delivering APIs are today's default choice when building an API. However, there's a new API kid on the block that's generating considerable attention: GraphQL. GraphQL is an entirely new way to consume and build APIs. Done right, you can build wonderfully tight integrations that aren't possible with REST APIs. Today, we'll get firsthand exposure to GraphQL via the GitHub GraphQL API.
// Result 1 { "data": { "commentAdded": { "comment": { "id": "abc123", "content": "GraphQL subscriptions will be awesome!", "author": { "username": "sashko" } } } } } // Result 2 { "data": { "commentAdded": { "comment": { "id": "def456", "content": "We should have a good RFC discussion!", "author": { "username": "robzhu" } } } } } The most important thing here is that you don’t just get a small no
GraphQL is just entering the mainstream as a new standard for data fetching. There are now a lot of great conversations happening around developments in the technology and new tools being built every day. One of the best parts of GraphQL is that it gives you a great common language with your team to talk about the data available in your API. But how should you talk about the query language and the
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く