金融 |
金融庁ホームページ |
「違法な金融業者に関する情報について」を更新しました。 |
https://www.fsa.go.jp/ordinary/chuui/index.html
|
|
2020-02-10 17:00:00 |
金融 |
金融庁ホームページ |
「違法な金融業者に関する情報について」を更新しました。 |
https://www.fsa.go.jp/ordinary/chuui/index.html
|
|
2020-02-10 17:00:00 |
金融 |
金融庁ホームページ |
職員を募集しています。(金融モニタリング業務(検査・監督)に従事する職員) |
https://www.fsa.go.jp/common/recruit/31/souri-11.html
|
|
2020-02-17 11:04:00 |
金融 |
金融庁ホームページ |
職員を募集しています。(金融モニタリング業務(検査・監督)に従事する職員) |
https://www.fsa.go.jp/common/recruit/31/souri-11.html
|
|
2020-02-17 11:04:00 |
金融 |
金融庁ホームページ |
「金融仲介の改善に向けた検討会議」(第21回)を開催します。 |
https://www.fsa.go.jp/news/r1/sonota/20200217.html
|
|
2020-02-17 17:00:00 |
金融 |
金融庁ホームページ |
「金融仲介の改善に向けた検討会議」(第21回)を開催します。 |
https://www.fsa.go.jp/news/r1/sonota/20200217.html
|
|
2020-02-17 17:00:00 |
金融 |
日本銀行:RSS |
(論文)金融研究所DPS:ビッグデータとAIのファイナンスへの利用 |
http://www.boj.or.jp/research/imes/dps/dps_j2.htm
|
|
2020-02-21 11:00:00 |
金融 |
日本銀行:RSS |
(論文)金融研究所DPS:ファイナンス・ワークショップの模様 |
http://www.boj.or.jp/research/imes/dps/dps_j1.htm
|
|
2020-02-21 11:00:00 |
IT |
気になる、記になる… |
au、「au Online Shop お得割」の対象機種に「iPhone XS Max」などを追加 − 「iPhone 11 Pro」シリーズの割引額も増額 |
https://taisy0.com/2020/02/21/118801.html
|
iphone |
2020-02-21 14:32:41 |
AWS |
AWS Security Blog |
How to define least-privileged permissions for actions called by AWS services |
https://aws.amazon.com/blogs/security/how-to-define-least-privileged-permissions-for-actions-called-by-aws-services/
|
When you perform certain actions in AWS the service you called sometimes takes additional actions in other AWS services on your behalf AWS Identity and Access Management IAM now includes condition keys to make it easier to grant only the minimum level of access necessary for IAM principals users and roles and AWS services to … |
2020-02-21 14:01:26 |
AWS |
AWS Security Blog |
How to define least-privileged permissions for actions called by AWS services |
https://aws.amazon.com/blogs/security/how-to-define-least-privileged-permissions-for-actions-called-by-aws-services/
|
When you perform certain actions in AWS the service you called sometimes takes additional actions in other AWS services on your behalf AWS Identity and Access Management IAM now includes condition keys to make it easier to grant only the minimum level of access necessary for IAM principals users and roles and AWS services to … |
2020-02-21 14:01:26 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
機械学習で画像の高画質化を試みる(備忘録)- Python3 |
https://qiita.com/Takacie/items/26c48bba785e5d7847a5
|
pythonpixpixutilpymodesplitinputdirlt切り分けたい画像があるディレクトリgtoutputdirlt切り分けた画像の保存先gt次に、切り分けられた画像にぼかしを入れるpythonpixpixutilpymodeblurinputdirlt切り分けた画像があるディレクトリgtoutputdirltぼかしを入れた画像の保存先gt最後に、切り分けられた画像とそれにぼかしを入れた画像を結合するpythonpixpixutilpymodemargininputdirlt切り分けた画像があるディレクトリgtinputdirltぼかしを入れた画像があるディレクトリgtoutputdirlt切り分けた画像の保存先gtこの結合された画像を用いて学習を行いますが、学習後に学習結果のテストも行うため、学習データとテストデータをつのフォルダにに分けておきましょう。まとめ今回はpixpixを用いて機械学習によって画像の高画質化を試みました。 |
2020-02-21 23:54:52 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
東京都内病院の緯度経度データ約200件 |
https://qiita.com/hiro_assh/items/9ddb760f681f5a69aa8a
|
対象病院日本病院会リストskJSONおよびtsvデータリストに関して、都内は病院件のようですが、取り急ぎ病院会のリストにある件についてwwwgeocodingjpから手作業で緯度経度をまとめてます。あらゆるケースにおいて、医療機関および医療従事者は重要ですので、djsなどで各種データと重ねられるように取り急ぎ上記の緯度経度を調べました。 |
2020-02-21 23:35:21 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
計算ドリルを作りました |
https://qiita.com/thisybo/items/7ccc3b01a0946c5058c2
|
|
2020-02-21 23:33:31 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
[python, multiprocessing] multiprocessing使用時の例外に対する挙動 |
https://qiita.com/bauer/items/5f7b7e4acbfb0d38e9c9
|
printDoneoutputsleepingsleepingsleepingsleepingsleepingsleepingDone子プロセスにエラーが生じて止まった時に、親プロセスにもエラーが伝わるようにするには、rgetを用いる。rgetは通常時には子プロセスが終了するのを待ち、子プロセスの戻り値を出力する関数であるが、子プロセスでエラーが起こった場合には、rgetは例外を送出し、親プロセスもそこで止まるようになる。 |
2020-02-21 23:22:10 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
ValueError: Error when checking input というエラー |
https://teratail.com/questions/242794?rss=all
|
前提・実現したいこと初心者です。Colaboratoryを使っています。 |
2020-02-21 23:55:12 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
transformersのTFBertForQuestionAnsweringの出力が何を意味するか |
https://teratail.com/questions/242793?rss=all
|
transformersTFBertForQuestionAnswering上記サイトのTFBertForQuestionAnsweringのExampleについて質問です。 |
2020-02-21 23:54:04 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
TwitterのAPIを使って自動いいね機能をRubyで実装したいです! |
https://teratail.com/questions/242792?rss=all
|
favoriteのところをfollowにしたら「こんにちは」と呟いた人をフォローする実装はできるのですが、favoriteに関しては「こんにちは」と呟いていない全く関係のない外国人の投稿にいいねしてしまいます。followをfavoriteに変えればいいのではないかという初心者の甘い考えがそのような意図しない実装にしてしまっているとは思うのですが、なぜそうなるのかがわかりません。 |
2020-02-21 23:41:33 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
includeを絶対パスする事によるcssが適用されない理由 |
https://teratail.com/questions/242791?rss=all
|
お世話になっております。下記のindexphpの様に相対パスでインクルードによりスタイルを取得する場合には、cssが適用されるのですが、indexphpの様に絶対パスでインクルードすると適用されずコードを見ると何も取得されていません。 |
2020-02-21 23:32:13 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
カル-セルを中央寄せにする方法を教えてください |
https://teratail.com/questions/242790?rss=all
|
wordpressのcocoonでブログを作成しています。cocoonの設定画面でカルセルを簡単に設定できるのですが、こちらのものは携帯でみてみると、つの記事だけが並んで表示されます。 |
2020-02-21 23:29:22 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
python ウィンドウを作成しそのウィンドウに画像表示 |
https://teratail.com/questions/242789?rss=all
|
pythonを勉強しているものです。ウィンドウ作成後メニューバーから画像表示の関数を呼び処理させようと思ったのですがうまくできません。 |
2020-02-21 23:02:17 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
python guiを実行中に停止や強制終了をしたい |
https://teratail.com/questions/242788?rss=all
|
前提・実現したいことpythonプログラムを実行後に任意のキーを押して中止したり強制終了したいです。例えばPAUSEキーを押したら中止、ESCキーを押したら強制終了というイメージです。 |
2020-02-21 23:01:35 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Wordpressの検索機能にエラーが出る |
https://teratail.com/questions/242787?rss=all
|
前提・実現したいこと一般的なフォームを設置したいのですが、特定の検索クエリのときだけ結果が白紙になるnbspornbspエラーになります。 |
2020-02-21 23:00:16 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS Cloud9でLaravelを構築する際のTips |
https://qiita.com/tk2Aprl/items/d3ba442459ca6f2e660b
|
ちなみにcomposerjsonの設定が古い可能性もあるので、念のため以下のように変更しておきました。composerconfigplatformphpその後、満を期してcomposerupdateを実行。 |
2020-02-21 23:53:38 |
Docker |
dockerタグが付けられた新着投稿 - Qiita |
Macでkubectlの入力補完をできるようにする |
https://qiita.com/suisuina/items/28e7bb63821d1813c03d
|
|
2020-02-21 23:06:12 |
golang |
Goタグが付けられた新着投稿 - Qiita |
VScodeでGo開発環境のセットアップ(Ubuntu18.04) |
https://qiita.com/kanon700/items/f4535eead65b4287bbf8
|
環境バージョンコミットadeeadfadfdc日付TZElectronChromeNodejsVelectronOSLinuxxgeneric拡張機能のインストールExtensionsからGoインストールCtrlShiftPでコマンドパレットを開いて、GOInstallUpdatetoolsを実行全ツールを選択してインストールサンプルコードpackagemainimportfmtfuncmainfmtPrintlnhelloworldifmtPrintlniはまったことデバッグ実行したらなんか怒られた。versionofgoistoooldforthisversionofdelveminimumsupportedversionsuppressthiserrorwithcheckgoversionfalse色々調べると、aptでgolangをインストールするとが入るっぽく、delveは以上を要求するのでデバッグできないみたい。 |
2020-02-21 23:40:50 |
Azure |
Azureタグが付けられた新着投稿 - Qiita |
WindowsサーバのドライブにAzureストレージアカウントをマウントさせる |
https://qiita.com/rabby_jam/items/66eaba92d6a978437b7c
|
最初にPowerShellを立ち上げて以下のコマンドを実行実行したらインストールするかしないか聞かれるのでyを入力しましょう。変数regourceGroupNameとstorageAccountNameはマウントしたいストレージアカウントの情報を入力PowershellresourceGroupNameltyourresourcegroupnamegtstorageAccountNameltyourstorageaccountnamegtThesecommandsrequireyoutobeloggedintoyourAzureaccountrunLoginAzAccountifyouhaventalreadyloggedinstorageAccountGetAzStorageAccountResourceGroupNameresourceGroupNameNamestorageAccountNamestorageAccountKeysGetAzStorageAccountKeyResourceGroupNameresourceGroupNameNamestorageAccountNameThecmdkeyutilityisacommandlineratherthanPowerShelltoolWeuseInvokeExpressiontoallowustoconsumetheappropriatevaluesfromthestorageaccountvariablesThevaluegiventotheaddparameterofthecmdkeyutilityisthehostaddressforthestorageaccountltstorageaccountgtfilecorewindowsnetforAzurePublicRegionsstorageAccountContextFileEndpointisusedbecausenonPublicAzureregionssuchassovereigncloudsorAzureStackdeploymentswillhavedifferenthostsforAzurefilesharesandotherstorageresourcesInvokeExpressionCommandcmdkeyaddSystemUrinewstorageAccountContextFileEndPointHostuserAZUREstorageAccountStorageAccountNamepassstorageAccountKeysValueストレージアカウントの資格情報がcmdkeyによって保存されたことを以下のコマンドで確認Powershellcmdkeylist資格情報が保存されている場合以下のような出力結果が表示されるTargetDomaintargetltstorageaccounthostnamegtTypeDomainPasswordUserAZUREltyourstorageaccountnamegtマウント作業以下のコマンドを入力するとWindowsサーバのZドライブにストレージアカウントteststorageのdataディレクトリ配下がマウントされる。 |
2020-02-21 23:46:00 |
Git |
Gitタグが付けられた新着投稿 - Qiita |
GitHubにSSHで接続する |
https://qiita.com/kanon700/items/8596be0f106933a29871
|
GitHubにSSHで接続する何番煎じわからないけど、備忘録としてまとめる。 |
2020-02-21 23:40:02 |
技術ブログ |
Developers.IO |
EC2のコンバーティブルRIの変更を実施してみた(R3→R5) |
https://dev.classmethod.jp/cloud/aws/ri-convertible-exchange-r3-r5/
|
convertible |
2020-02-21 14:40:54 |
海外TECH |
Ars Technica |
SpaceX pushing iterative design process, accepting failure to go fast |
https://arstechnica.com/?p=1655443
|
iteration |
2020-02-21 14:08:12 |
海外TECH |
Engadget |
Galaxy Buds+ review: Samsung finally has a worthy AirPods alternative |
https://www.engadget.com/2020/02/21/samsung-galaxy-buds-plus-review/
|
I really wanted to like the original Galaxy Buds They re some of the best designed true wireless earbuds I tested last year They re tiny which makes them comfortable well as much as earbuds can be and they came with a wireless charging case at |
2020-02-21 14:45:00 |
ラズパイ |
Raspberry Pi |
Colour us bewildered |
https://www.raspberrypi.org/blog/colour-us-bewildered/
|
A Russian speaking friend over at Farnell pointed us at this video Apparently it s been made by Amperot ru a Russian Raspberry Pi Approved Reseller who are running a t shirt giveaway We got our hands on a subtitled video and words fail me Please turn the sound up before you start watching Конкурсот Amperkot ru Розыгрышфирменнойфутболки The post Colour us bewildered appeared first on Raspberry Pi |
2020-02-21 14:13:40 |
金融 |
金融庁ホームページ |
令和元年9月期における金融再生法開示債権の状況等(ポイント)を公表しました。 |
https://www.fsa.go.jp/status/npl/20200221.html
|
金融再生法 |
2020-02-21 16:00:00 |
海外ニュース |
Japan Times latest articles |
Amid labor crunch, Japan firms seek to win over students’ moms and dads |
https://www.japantimes.co.jp/news/2020/02/21/national/japan-firms-target-students-parents/
|
nagoya |
2020-02-22 01:00:10 |
海外ニュース |
Japan Times latest articles |
Japan’s condo supply shrank to 43-year low in 2019 as high prices hit demand, says economic institute |
https://www.japantimes.co.jp/news/2020/02/21/business/japan-condo-supply-2019/
|
costs |
2020-02-22 00:38:34 |
LifeHuck |
ライフハッカー[日本版] |
掃除が楽に!サッとIHコンロに敷くだけで傷や焦げを防止するマット |
https://www.lifehacker.jp/2020/02/amazon-toyoalumi-ih-mat.html
|
ihmat |
2020-02-21 23:30:00 |
サブカルネタ |
ラーブロ |
うまや 辛いもの好き必見!! ウマ辛なカルビスープ! |
http://feedproxy.google.com/~r/rablo/~3/JHUcfFtFP4M/single_feed.php
|
新潟市江南区 |
2020-02-21 14:08:17 |
北海道 |
北海道新聞 |
調理師過労死で賠償命令 ミシュラン掲載の仏料理店 |
https://www.hokkaido-np.co.jp/article/395633/
|
賠償命令 |
2020-02-21 23:15:00 |
北海道 |
北海道新聞 |
NY円、112円近辺 |
https://www.hokkaido-np.co.jp/article/395631/
|
外国為替市場 |
2020-02-21 23:04:00 |
コメント
コメントを投稿