IT |
気になる、記になる… |
UNiCASE、ZERO HALLIBURTONとコラボした「AirPods Pro」用ケースの予約販売を開始 |
https://taisy0.com/2020/12/01/128086.html
|
|
2020-12-01 13:34:22 |
IT |
気になる、記になる… |
LINEモバイル、他のユーザーを招待で計3,000円分のLINEポイントとLINE Pay残高をプレゼント |
https://taisy0.com/2020/12/01/128081.html
|
LINEモバイル、他のユーザーを招待で計円分のLINEポイントとLINEPay残高をプレゼントLINEモバイルが、他のユーザーを招待するとLINEポイントとLINEPay残高を合計円分をプレゼントする「招待してくれたら円相当プレゼント招待キャンペーン」を開始しています。 |
2020-12-01 13:24:29 |
IT |
気になる、記になる… |
各種アプリのApple SiliconやRosetta 2への対応状況が確認出来るサイト「Is Apple silicon ready?」が日本語化 |
https://taisy0.com/2020/12/01/128078.html
|
各種アプリのAppleSiliconやRosettaへの対応状況が確認出来るサイト「IsApplesiliconready」が日本語化各種アプリのAppleSiliconやRosettaへの対応状況が確認出来るサイト「IsApplesiliconready」が日本語化されました。 |
2020-12-01 13:08:22 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] ポケモンGOにカロス地方のポケモン登場 人気投票1位の「ゲッコウガ」も |
https://www.itmedia.co.jp/news/articles/2012/01/news148.html
|
itmedia |
2020-12-01 22:19:00 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
PythonでJavaScriptの分割代入のようなことをする |
https://qiita.com/lrururu/items/01f435b623484c79e02d
|
textunpackpyabcxyzprintabcxyzこのPythonの挙動を見て、JavaScriptではどうなるのか試したところ。 |
2020-12-01 22:53:36 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
Discord Botであそぼ |
https://qiita.com/fazerog02/items/062ebe3f14516e1e7fcf
|
出てきたポップアップのNAME欄にbotの名前を入力します今回はjyankenbotと入力しましたこれは読者の方が自由に変更しても大丈夫ですのでお好きな名前をつけてあげてください名前を入力したらCreateボタンを押します作成が終わるとこの画面に遷移するので左のメニューにあるBotの部分をクリックしてください右上にあるAddBotボタンを押してbotを追加しますこのようなポップアップが出てきますがYesdoitを押してください作成に成功するとこのような表示がでてくるので青いClicktoRevealTokenをクリックしてくださいTokenが表示されます次の章ではプログラムにこのTokenを使うのでコピーするなりしてとっておいてください何度でも確認できるので個別に保存等はしなくて大丈夫ですサーバーへのbotの導入まずは新しくテスト用のサーバーを作りましょうサーバー名は適当で大丈夫ですしアイコン画像もアップロードしなくてもサーバーを作ることができます新規作成を押したらサーバーが作成されます次にbotの招待リンクを取得しましょうにアクセスして先ほど作成したjyankenbotを選択したのち遷移されるページで左のメニューのOAuthの部分をクリックしてくださいクリックするとこのページに移るので真ん中のbotのチェックボックスを選択してください少し下にスクロールするとBOTPERMISSIONSという欄があるのでAdministratorを選択して下さいこれを選ぶとbotがサーバーに対してすべての行為を行えてしまうので本当は良くないのですが今回はお試しで作るだけなので見逃してくださいちゃんとしたbotを作るときはちゃんと権限を設定するようにしてください選択できたら画面中央にあるURLをコピーしてアクセスしてくださいアクセスするとbotをサーバーに追加する管理画面が表示されるので先ほど作ったサーバーを選択してはいを押します認証ボタンを押す前にしっかり管理者にチェックがついていることを確認してください先ほど作ったサーバーのページに戻りjyankenbotが追加されていれば成功ですお疲れさまでしたdiscordpyのダウンロードターミナルで以下のコマンドを実行するだけです、簡単pipinstalldiscordpyプログラムを書く環境構築が終わったら、さっそくコードを書いていきましょうまずはbotpyファイルを作ってbotのベースを書き込んでいきます。 |
2020-12-01 22:35:52 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
PythonでMCプロトコルを使用してPLCのデータを取り出す |
https://qiita.com/yohei250r/items/d026575f583e75f9ce30
|
PythonでMCプロトコルを使用してPLCのデータを取り出す三菱電機株式会社製のPLCからデータを読み出す書き込む際にはMCプロトコルという通信プロトコルを通信フォーマットでデータのやり取りを行う必要がありますすでにQiitaにはMCプロトコルの説明や実装を紹介する記事を先駆者様たちが投稿されていましたがこの度PythonのMCプロトコルライブラリpymcprotocolを作成いたしましたので紹介いたしますPyPIAPIリファレンスgithub対応PLCQシリーズLシリーズiQシリーズに対応QnAシリーズはEフレームについては互換とマニュアルにあるので多分通信可能ですAシリーズはEフレームには対応していないため現状は不可です対応通信フォーマットMCプロトコルEタイプバイナリ形式ASCII形式を実装していますEタイプもそのうち実装します対応コマンド一括読み込みワード単位ビット単位一括書き込みワード単位ビット単位ランダム読み込みランダム書き込みワード単位ビット単位に対応していますその他のコマンドですが実装が簡単で使用されそうなコマンドを優先して実装する予定ですインストールpipinstallpymcprotocolPLCの設定PLCのネットワーク設定でIPアドレス設定MCプロトコル用のポート開放とイーサネット通信形式の選択をしてくださいPythonからPLCへ接続importpymcprotocolQシリーズがデフォルトですpymcepymcprotocolTypeELシリーズの場合はインスタンス化にplctypeを与えてくださいpymcepymcprotocolTypeEplctypeLiQシリーズの場合はインスタンス化にplctypeを与えてくださいpymcepymcprotocolTypeEplctypeiQイーサネットの接続形式をASCIIにした場合はここでasciiを与えてくださいもしMCプロトコルのアクセス経路をデフォルトから変更する場合もこのメソッドから可能ですpymcesetaccessoptcommtypeasciiPLCに設定したIPアドレスMCプロトコル用ポートに接続pymceconnectコマンド発行DからDまで読み込みwordunitsvaluespymcebatchreadwordunitsheaddeviceDreadsizeXからXまで読み込みビットデバイスアクセスbitunitsvaluespymcebatchreadbitunitsheaddeviceXreadsizeDからDまで与えた数値を書き込みpymcebatchreadwordunitsheaddeviceDvaluesYからYまで与えた数値を書き込みビットデバイスアクセスpymcebatchreadbitunitsheaddeviceYvaluesDDをワード単位で読み込みDをダブルワードで読み込みDが上位ビットDが下位ビットwordvaluesdwordvaluespymcerandomreadworddevicesDDdworddevicesDDにDにを書き込みDにを書き込みDが上位ビットDが下位ビットpymcerandomwriteworddevicesDDwordvaluedworddevicesDdwordvaluesXとXにそれぞれとを書き込みpymcerandomwritebitunitsbitdevicesXXvalues通信終了pymcecloseまとめpoetryでライブラリを作成すると本当に楽なのでおすすめです。 |
2020-12-01 22:30:40 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
[python] yeo-johnson 変換をして歪度・尖度の減少量を見るメソッド |
https://qiita.com/Masahiro_T/items/1f0cbe30ef4142277af9
|
yeojohnson変換による歪度・尖度の絶対値の減少量を表示する様にしてあります。 |
2020-12-01 22:12:30 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
PythonでJavaScriptの分割代入のようなことをする |
https://qiita.com/lrururu/items/01f435b623484c79e02d
|
textunpackpyabcxyzprintabcxyzこのPythonの挙動を見て、JavaScriptではどうなるのか試したところ。 |
2020-12-01 22:53:36 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
配列の重複するオブジェクトを取り除きつつ数える unique関数 group 関数 の実装 |
https://qiita.com/standard-software/items/7143e5aa438259f7c3b7
|
マニュアル作れて無いのでテストコードみないと動きがわからないので、結構上級者用かもですが、直感的に理解できる感じの動作をする関数群を用意しています。 |
2020-12-01 22:12:10 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
M5stack-Paperのコードのコンパイル時に大量のエラーが発生する |
https://teratail.com/questions/307601?rss=all
|
MstackPaperのコードのコンパイル時に大量のエラーが発生する前提・実現したいことスケッチ例nbspMEPDnbspgtnbspBasicsnbspgtnbspHelloWorldなどでコンパイルをすると、以下のような大量のエラーメッセージが出てしまいます。 |
2020-12-01 22:53:17 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
application-xxxxxxx.jsがNot Foundになる |
https://teratail.com/questions/307600?rss=all
|
applicationxxxxxxxjsがNotFoundになるapplicationxxxxxxxjsがNotnbspFoundになるrailsでgemnbspaposwebpackeraposnbspgemnbspaposreactrailsaposを用いてreactjsを導入しました。 |
2020-12-01 22:52:15 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
VBA Findメソッド セルアドレスが返されません |
https://teratail.com/questions/307599?rss=all
|
VBAFindメソッドセルアドレスが返されませんVBAを一か月前に勉強し始めた初心者です。 |
2020-12-01 22:39:20 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
PHP アクセス時間で判定 |
https://teratail.com/questions/307598?rss=all
|
PHPアクセス時間で判定前提・実現したいことクラウド使用し、現在以下のプログラムを作成しています。 |
2020-12-01 22:36:53 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Unityでオブジェクトの全体、もしくは一部がカメラに映っているかを判定したい |
https://teratail.com/questions/307597?rss=all
|
Unityでオブジェクトの全体、もしくは一部がカメラに映っているかを判定したいRendererisVisibleで判定した場合RendererisVisibleというプロパティがあります。 |
2020-12-01 22:31:33 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
python、デスクトップアプリにする方法 |
https://teratail.com/questions/307596?rss=all
|
python、デスクトップアプリにする方法pythonnbspでinputしたデータを変換するコードがかけたのですが、そのままアプリ化する方法が全然わかりません、、、、flaskやTkinterなど調べてみたのですが似たような内容に出てこなくて、、、ご協力お願い致します。 |
2020-12-01 22:26:36 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
OpenCV:連続や同時でのキー入力の方法 |
https://teratail.com/questions/307595?rss=all
|
opencv |
2020-12-01 22:19:44 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
ポータルサイト作成について |
https://teratail.com/questions/307594?rss=all
|
ポータルサイト作成についてpythonでポータルサイト便利なリンク集みたいなものを作成したいと考えておりますが、DjangoやnbspFlaskのようなフレームワークを使った方がよいものなのでしょうか本当に簡単なポータルサイトで、機能としては、Webブラウザ上に実行したい機能のボタンを作成し実行するとうものです。 |
2020-12-01 22:03:36 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
ActionView::MissingTemplate in Devise::Sessions#newの解決 |
https://teratail.com/questions/307593?rss=all
|
ActionViewMissingTemplateinDeviseSessionsnewの解決前提・実現したいこと初めて投稿いたします。 |
2020-12-01 22:00:56 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
Rails video_tagで動画の埋め込み |
https://qiita.com/hanayama3/items/2fec755be1a488f7e5e7
|
Railsvideotagで動画の埋め込みRubyonRailsで動画を埋め込みたいと思い、videotagを使ったので復習まず動画を置く場所はpublicvideos動画ファイルソースコードltvideotagvideosrecordmpautoplaytruelooptruemutedtrueclassvideocontentgtこれでうまく読み込めました。 |
2020-12-01 22:38:49 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
Railsのパフォーマンス向上 |
https://qiita.com/sibakenY/items/4217d45937002669f954
|
usersUserincludesuserprofilealluserseachdouseruseruserprofilecommentendNselectincludesで基本的なNは回避することができるのですが、下記の様な場合Nは回避することができません。 |
2020-12-01 22:25:14 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
プッシュ時にRSpec+Rubocopを自動でするようにCircleCIでbuildする【Rails】 |
https://qiita.com/HiMinmeg/items/701c5987ca60c1d46672
|
バージョンRubyRailsMysql環境構築にDocker使用前提以下は題名のことをしたい場合CircleCIを理解する上で必要です・Dockerを使用したことがある・Rspecを導入済・Rubocopを導入済・Githubアカウントがあるまず、CircleCIの公式入門ガイドをすることをおすすめします自分は実際の挙動があまりイメージ出来なかったのですが、これでざっくり理解することができました。 |
2020-12-01 22:12:16 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
Herokuでデプロイしたときにapplication errorの対処法 |
https://qiita.com/snake97123/items/d8b4d683d3c182a4a8f9
|
Herokuでデプロイしたときにapplicationerrorの対処法初投稿です。 |
2020-12-01 22:01:32 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS ソリューションアーキテクトアソシエイト 18 |
https://qiita.com/Hiroki1990jp/items/9cb8bb7e249e652ae57c
|
【主なコスト管理のタスク】タスクタスク概要主なAWSサービスコストの請求・支払い複数のAWSアカウントをまとめて支払い管理するConsolidatedBilling一括請求コスト状況の詳細把握コストとリソース使用量の詳細をレポート・分析するAWSCostandUsageReportコストと使用状況レポートコストの可視化・傾向分析コストの可視化や深掘り分析、将来予測を行うAWSCostExpLorer過剰利用の監視予算策定や予算通過のアラートを管理するAWSBudgets予算設定コスト最適化の検討コスト最適化の余地があるリソースを分析・改善するAWSTrustedAdvisorAWSのBillingandCostManagementDashboardから、上記に代表されるコスト・請求に関わるサービスにアクセスが可能です。 |
2020-12-01 22:36:11 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS ソリューションアーキテクトアソシエイト 19 |
https://qiita.com/Hiroki1990jp/items/2b1fc1e660bfc7f85090
|
|
2020-12-01 22:35:52 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS ソリューションアーキテクトアソシエイト 20 |
https://qiita.com/Hiroki1990jp/items/337b7d515c20baf64cac
|
構築作業に変更が生じた場合は、該当箇所のみを修正してコードを実行することにより修正版のインフラストラクチャ環境を構築することができます。 |
2020-12-01 22:35:20 |
Docker |
dockerタグが付けられた新着投稿 - Qiita |
Rust,Wasm,Dockerで"hello world"をする MacOs catalina |
https://qiita.com/stnao/items/c366cabffa77becdf9ef
|
RustWasmDockerでquothelloworldquotをするMacOscatalinaRustWasmDockerでhelloworldをするMacOSでRustWasmの環境を作ろうとしたのですが、cargoinstallcargogenerateがエラーになり進めなかったため、dockerで環境構築しました。 |
2020-12-01 22:56:04 |
Docker |
dockerタグが付けられた新着投稿 - Qiita |
文系出身業務経験なしのプログラマーがDocker使ってみた |
https://qiita.com/kosuketakei/items/6fad4fe6c2dc43b467c9
|
Dockerについて学んだことDockerfileというファイルがあるDockerImageというDockerHubで無償で提供された仮想環境がある厳密にはコンテナDockercomposeは便利であるAlpineLinuxというDockerに特化したLinuxのディストリビューションがあるDockerfileというファイルがあるDockerで仮想環境を構築する上で欠かせないDockerfile前述した通りコードで管理する仮想環境なので、必要な情報をモジュールに書き出します。 |
2020-12-01 22:01:43 |
golang |
Goタグが付けられた新着投稿 - Qiita |
Railsしか使ったことない駆け出しエンジニアが、Goの環境構築してみた! |
https://qiita.com/matsufuji_tech/items/523b1520c1bb71c63f78
|
Railsしか使ったことない駆け出しエンジニアが、Goの環境構築してみたなぜGoを入れるの現在、本気でいきたい企業がGoを開発環境としているから面接受けるからには、少しでも勉強しとかなきゃと息込んでやってみましたなお、私の環境はmacOSCatalinaverです。 |
2020-12-01 22:28:08 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
プッシュ時にRSpec+Rubocopを自動でするようにCircleCIでbuildする【Rails】 |
https://qiita.com/HiMinmeg/items/701c5987ca60c1d46672
|
バージョンRubyRailsMysql環境構築にDocker使用前提以下は題名のことをしたい場合CircleCIを理解する上で必要です・Dockerを使用したことがある・Rspecを導入済・Rubocopを導入済・Githubアカウントがあるまず、CircleCIの公式入門ガイドをすることをおすすめします自分は実際の挙動があまりイメージ出来なかったのですが、これでざっくり理解することができました。 |
2020-12-01 22:12:16 |
Apple |
AppleInsider - Frontpage News |
Apple Watch bands could offer concealed batteries, enhanced fitness tracking |
https://appleinsider.com/articles/20/12/01/apple-watch-bands-could-offer-concealed-batteries-enhanced-fitness-tracking
|
Apple Watch bands could offer concealed batteries enhanced fitness trackingApple is continuing to explore ways to improve the Apple Watch via bands including adding an extra battery to the strap as well as a fabric band capable of handling various fitness tracking capabilities The Apple Watch already has flexible bands but they do not offer any real additional functionality The Apple Watch is already a very capable wearable device with it housing a collection of accelerometers and other sensors to enable it to monitor the health of the user among other tasks Packing all of these features into a confined space is a design challenge as at some point it will be extremely difficult to add more components without increasing the size of the casing somehow Read more |
2020-12-01 13:54:24 |
海外TECH |
Engadget |
MIT project generates custom robots to navigate different terrains |
https://www.engadget.com/mit-robogrammar-computer-design-robots-adaptation-130507277.html
|
MIT project generates custom robots to navigate different terrainsResearchers at MIT have developed a way for a computer to essentially design its own robotic body based on the available parts and the local terrain Dubbed RoboGrammar the system knows what obstacles it ll need to cover and what equipment is avail |
2020-12-01 13:05:07 |
海外TECH |
The Apache Software Foundation Blog |
Apache Month in Review: November 2020 |
https://blogs.apache.org/foundation/entry/apache-month-in-review-november
|
Apache Month in Review November Welcome to the latest monthly overview of events from the Apache community Here s a summary of what happened in November New this month nbsp ApacheCon nbsp the ASF s official global conference series bringing Tomorrow s Technology Today since nbsp nbsp ApacheCon Home was a huge success nbsp nbsp nbsp Videos of all sessions including Plenaries and Keynotes are available nbsp nbsp Apache Software Foundation Operations Summary Q FY May July nbsp The Apache Software Foundation Announces ApacheTVMas a Top Level Project nbsp nbsp quot Inside Infra quot the interview series featuring members of the ASF Infrastructure team nbsp nbsp Meet Gavin McDonald Part I and Part II nbsp nbsp Meet Andrew Wetmore Part I nbsp nbsp nbsp Apache Month in Review October Important Dates nbsp Next Board Meeting December Board calendar and minutes Infrastructure Our seven member Infrastructure team on three continents oversees our highly reliable distributed network under the leadership of VP Infrastructure David Nalley and Infrastructure Administrator Greg Stein ASF Infrastructure supports Apache projects and their communities across individual machines repositories PB in traffic annually M downloads per month and M daily emails on lists ASF Infra performs M weekly checks to ensure services are available around the clock The average uptime in November was Committer Activity In November Apache Committers changed lines of code over commits The Committers with the top highest contributions in order were Jarek Potiuk Jean Baptiste Onofré Gary Gregory Andrea Cosentino and Kaxil Naik nbsp nbsp nbsp Project Releases and Updates New releases from Apache APISIX API BookKeeper Big Data Commons VFS Libraries CXF Libraries HBase Big Data nbsp Jackrabbit Content Logj Libraries Lucene Search Oak Content Qpid Proton Messaging ShardingSphere Big Data Shiro Security Framework Skywalking Application Performance Management nbsp Tomcat Servers Unomi Data Management Platform Wicket Web Frameworks The Apache Incubator is the primary entry path for projects wishing to become an official part of the ASF We invite you to review the many projects currently in development in the Apache Incubator nbsp New releases from incubating podlings include Apache Daffodil Incubating Libraries NLPCraft Incubating Natural Language Processing Tuweni Incubating Blockchain To see our Weekly News Round ups published every Friday visit and click on the calendar or hop directly to For real time updates sign up for Apache related news by sending mail to announce subscribe apache org and follow TheASF on Twitter We appreciate your support |
2020-12-01 13:33:01 |
ラズパイ |
Raspberry Pi |
Spread the joy of learning through making |
https://www.raspberrypi.org/blog/spread-the-joy-of-learning-through-making/
|
Spread the joy of learning through makingFrom our first prototype way back in to the very latest Raspberry Pi everything we have built here at Raspberry Pi has been driven by a desire to inspire learning I hope that each of you who uses our products discovers ーor rediscovers ーthe joy of learning through making The journey The post Spread the joy of learning through making appeared first on Raspberry Pi |
2020-12-01 13:51:59 |
Cisco |
Cisco Blog |
Financial Services Security Outcomes Study |
https://blogs.cisco.com/financialservices/financial-services-security-outcomes-study
|
security |
2020-12-01 13:42:52 |
海外科学 |
NYT > Science |
Moderna Is Applying for Emergency F.D.A. Approval for Its Coronavirus Vaccine |
https://www.nytimes.com/2020/11/30/health/covid-vaccine-moderna.html
|
applying |
2020-12-01 13:19:05 |
金融 |
金融庁ホームページ |
参議院財政金融委員会における麻生金融担当大臣の「破綻金融機関の処理のために講じた措置の内容等に関する報告」概要説明について公表しました。 |
https://www.fsa.go.jp/common/diet/houkoku/0212/20201201.html
|
財政金融委員会 |
2020-12-01 15:00:00 |
海外ニュース |
Japan Times latest articles |
Japan urges South Korea to end tariffs on steel bars after WTO ruling |
https://www.japantimes.co.jp/news/2020/12/01/business/economy-business/wto-south-korean-japan-steel/
|
Japan urges South Korea to end tariffs on steel bars after WTO rulingSeoul started imposing a tariff on Japan made stainless steel bars in July and extended the measure for the third time in June |
2020-12-01 23:51:24 |
海外ニュース |
Japan Times latest articles |
B. League financials escape worst of pandemic’s impact |
https://www.japantimes.co.jp/sports/2020/12/01/basketball/b-league/bleague-financials-coronavirus/
|
B League financials escape worst of pandemic s impactOfficials reported on Monday that revenues increased slightly from the previous year despite the cancellation of the season in March due to the coronavirus |
2020-12-01 23:38:59 |
海外ニュース |
Japan Times latest articles |
Pumas’ Pablo Matera suspended and stripped of captaincy for racist posts |
https://www.japantimes.co.jp/sports/2020/12/01/rugby/pablo-matera-racism/
|
Pumas Pablo Matera suspended and stripped of captaincy for racist postsThe Argentina Rugby Union also suspended two other players who will not be able to compete in the team s final Tri Nations match against Australia on |
2020-12-01 23:38:17 |
海外ニュース |
Japan Times latest articles |
Pacific League far ahead of Central League in NPB arms race |
https://www.japantimes.co.jp/sports/2020/12/01/baseball/japanese-baseball/pacific-league-central-league-npb-arms-race/
|
central |
2020-12-01 22:35:20 |
ニュース |
BBC News - Home |
Debenhams set to close putting 12,000 jobs at risk |
https://www.bbc.co.uk/news/business-55142724
|
chain |
2020-12-01 13:24:22 |
ニュース |
BBC News - Home |
Covid: Boris Johnson urges MPs to back tough tiers for England |
https://www.bbc.co.uk/news/uk-politics-55138507
|
lockdown |
2020-12-01 13:36:34 |
ニュース |
BBC News - Home |
Puberty blockers: Under-16s 'unlikely' to be able to give informed consent |
https://www.bbc.co.uk/news/uk-england-cambridgeshire-55144148
|
judges |
2020-12-01 13:09:56 |
ニュース |
BBC News - Home |
Hamilton to miss Sakhir Grand Prix after catching Covid-19 |
https://www.bbc.co.uk/sport/formula1/55142428
|
sakhir |
2020-12-01 13:06:31 |
ニュース |
BBC News - Home |
Ofsted points to total school disruption in some areas |
https://www.bbc.co.uk/news/education-55145313
|
covid |
2020-12-01 13:16:44 |
コメント
コメントを投稿