金融 |
金融庁ホームページ |
「違法な金融業者に関する情報について」を更新しました。 |
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 |
AWS |
AWS Security Blog |
How to create certificates with custom extensions using AWS Certificate Manager Private CA |
https://aws.amazon.com/blogs/security/how-to-create-certificates-with-custom-extensions-using-aws-certificate-manager-private-ca/
|
Digital certificates also known as X or TLS SSL certificates are used to prove the identity of entities like web servers or VPN users and to establish secure communication channels between them In this blog post I ll discuss certificate extensions You can use certificate extensions for applications beyond the common use case of identifying TLS server … |
2020-02-20 13:29:46 |
AWS |
AWS Security Blog |
How to create certificates with custom extensions using AWS Certificate Manager Private CA |
https://aws.amazon.com/blogs/security/how-to-create-certificates-with-custom-extensions-using-aws-certificate-manager-private-ca/
|
Digital certificates also known as X or TLS SSL certificates are used to prove the identity of entities like web servers or VPN users and to establish secure communication channels between them In this blog post I ll discuss certificate extensions You can use certificate extensions for applications beyond the common use case of identifying TLS server … |
2020-02-20 13:29:46 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
Route53をAWS-CLIを使用してコマンドラインで操作する。 |
https://qiita.com/nawfer/items/ce1ce28ac71203bc2a73
|
前提条件・Windows端末著者はwin・Pythonインストール済行う事AWSCLIを使用してコマンドラインでRouteにレコードをセットする手順pythonのバージョンの確認pythonが入っているか確認画像はgtpythonversionPythonpipを使用して、AWSCLIをインストールgtpipinstallawscliパスの確認whereRcawsPathの設定Windowsボタンを押して検索ボックスで「環境変数」と入力して検索し、上で表示されたPathを設定する【例】表示結果「cuserdirectoryPythonPythonScriptsaws」の場合設定内容cuserdirectoryPythonPythonScripts※pythonインストール時にPATHを設定してくれるオプションもありました。AWSCLIのバージョンの確認gtawsversionawscliPythonWindowsbotocoreIAMでユーザーを作成するaccessKeyscsvをダウンロードする。 |
2020-02-20 22:54:42 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
einsum(アインシュタインの縮約記法)による多次元配列の掛け算 |
https://qiita.com/Nezura/items/38fd887a5b9493af8fe6
|
dotドット積で計算npdotxyarraymatmulmatmulで計算npmatmulxyarrayループ要素ごとに計算znpzerosforiinrangeforjinrangeforkinrangezjkxjiyikzarrayeinsumfor文中の計算式の添え字をそのまま書けばよいのでした。ztkilxtkijytjileinsumで計算npeinsumkijjilgtkilxtytarrayこのようにeinsumを利用すれば、簡単に多次元配列の演算を行うことができます。 |
2020-02-20 22:47:38 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
ipywidgetsでウィジェットのスタイルやレイアウトを調整する |
https://qiita.com/oyngtmhr/items/15e54d55ef6b760e0bed
|
fromipywidgetsimportIntSliderLayoutHBoxVBoxyearIntSliderminmaxstepvaluedescriptionyearyearIntSliderminmaxstepvaluedescriptionyearyearIntSliderminmaxstepvaluedescriptionyearyearIntSliderminmaxstepvaluedescriptionyearyearIntSliderminmaxstepvaluedescriptionyearyearIntSliderminmaxstepvaluedescriptionyearVBoxHBoxyearyearyearHBoxyearyearyear×で並べる×のレイアウトでウィジェットを配置できます。UsingLayoutTemplatesーJupyterWidgetsdocumentationまとめJupyter使う場合は、凝ったUI作りこむ必要はないけど、コントロールを使いやすくしたり、ちょっとだけ見た目よくすると、より使いやすいと思います。 |
2020-02-20 22:39:20 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
機械学習のアルゴリズム(勾配降下法) |
https://qiita.com/hiro88hyo/items/b9f449f6d0139849e7a2
|
この例では数学的にAとBを求めることができるのだが、損失関数がもっと複雑な場合であっても、最小となるであろう点を探すアプローチが勾配降下法である。地形を思い出して欲しいんですが、見えてる谷が一番低いとは限らず、山を越えたらもっと深い谷が見つかることもあります。 |
2020-02-20 22:34:47 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
google images download が 100件以上の画像取れない問題の解決 |
https://qiita.com/kituneponyo/items/bd9d672c94756590b3b3
|
|
2020-02-20 22:27:49 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
機械学習と数理最適化 |
https://qiita.com/tokki7127/items/b315cedd5388418e8683
|
|
2020-02-20 22:16:43 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
Azureみたいなウィザードっぽい入力フォームを作りたい Phase2 確認画面実装編(knockout.js使いこなせない) |
https://qiita.com/piyo8810/items/afd5c11778d70511814e
|
knockoutjsはダウンロードして、フォルダ構成が以下になるように配置。今は入力フォームを監視して、入力された値を確認画面にそのまま反映してるだけで、まだ氷山の一角って感じ。 |
2020-02-20 22:43:26 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
vagrant コマンド 初心者 |
https://teratail.com/questions/242588?rss=all
|
reload |
2020-02-20 22:53:14 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Python Groupby後のDataFrameの中の数字を千単位で”,"をつける |
https://teratail.com/questions/242587?rss=all
|
【実行したいこと】エクセルをImportデータの整理GroupByで重複を足してるデータの数字に指定した場所のみに単位でコンマをつけたい。恐れ入りますが、初心なので下記の実際のコードを使ってお願いいたします。 |
2020-02-20 22:45:07 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
railsのテーブル設計についてアドバイスください! |
https://teratail.com/questions/242586?rss=all
|
現在ブログ投稿のアプリケーションをrailsにて、作っています。ユーザーは通り想定していて、deviseのgemにてteamモデルと通常のuserモデルを作りました。 |
2020-02-20 22:28:19 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
「ゼロから作るディープラーニング」3章 pickleファイルが見つからない |
https://teratail.com/questions/242585?rss=all
|
前提・実現したいこと「ゼロから作るディープラーニング」において、pickleファイルに関してエラーが起きてしまいます。どうすれば改善できるでしょうかちなみに、WindowsAnacondaを使用しています。 |
2020-02-20 22:25:38 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
python for分でiterrows使うとエラー出る |
https://teratail.com/questions/242584?rss=all
|
前提・実現したいことfor文に対して一行ずつ処理したいのですがTypeErrornbsptuplenbspindicesnbspmustnbspbenbspintegersnbspornbspslicesnbspnotnbspstrというエラーが出てしまいます。原因はデータがtupleだかららしいですが単純にリストにしてもうまくいかなかったあまり調べてないけど今の自分に当てはまる解決方法が見つからなかったので質問しました。 |
2020-02-20 22:21:24 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
wordpsessテーマで設定されているcanonicalを消したい |
https://teratail.com/questions/242583?rss=all
|
基本設定でonnbspoffが変えれると書いている記事もあったのですがバージョンのせいか、設定画面に見当たりません。サイトをhttpsに移行したのですか、記事ごとに設定されているcanonicalはhttpのままで困っています。 |
2020-02-20 22:20:17 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
短文を分類するのは機械学習のどのジャンル? |
https://teratail.com/questions/242582?rss=all
|
何かしら |
2020-02-20 22:15:32 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
@media(max-width:〇〇〇px)を使用してのPCと高解像度スマホ画面のデザインを切り替えたい |
https://teratail.com/questions/242581?rss=all
|
CSSPCとスマホで画面のデザインを切り替えたいときに、下記のコードのようにmediamaxwidthpxでpx以下の横幅で適用する属性と値を内に記述することは理解できました。しかし、高解像度のスマホだと、横幅がpx前後のものもあり、上記の方法では、PCとスマホでどれくらいのpxでmaxwidthを設定すれば良いのかわからなくなりました。 |
2020-02-20 22:06:16 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS Amplify フレームワークの使い方Part8〜GraphQL Transform @connection編〜 |
https://qiita.com/too/items/c77f1e5487d2497b5061
|
新定義directiveconnectionkeyNameStringfieldsStringonFIELDDEFINITIONkeyNamekeyで設定したセカンダリインデックスを接続先に指定することができます。おわりに新定義になり、とにかくわかりやすくなりました。 |
2020-02-20 22:56:06 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
Route53をAWS-CLIを使用してコマンドラインで操作する。 |
https://qiita.com/nawfer/items/ce1ce28ac71203bc2a73
|
前提条件・Windows端末著者はwin・Pythonインストール済行う事AWSCLIを使用してコマンドラインでRouteにレコードをセットする手順pythonのバージョンの確認pythonが入っているか確認画像はgtpythonversionPythonpipを使用して、AWSCLIをインストールgtpipinstallawscliパスの確認whereRcawsPathの設定Windowsボタンを押して検索ボックスで「環境変数」と入力して検索し、上で表示されたPathを設定する【例】表示結果「cuserdirectoryPythonPythonScriptsaws」の場合設定内容cuserdirectoryPythonPythonScripts※pythonインストール時にPATHを設定してくれるオプションもありました。AWSCLIのバージョンの確認gtawsversionawscliPythonWindowsbotocoreIAMでユーザーを作成するaccessKeyscsvをダウンロードする。 |
2020-02-20 22:54:42 |
海外TECH |
Ars Technica |
Ars Technicast special edition, part 2: Spotting bad actors inside a company |
https://arstechnica.com/?p=1653145
|
dangerous |
2020-02-20 13:00:35 |
海外TECH |
Engadget |
YouTube Music explains how its long-overdue cloud locker will work |
https://www.engadget.com/2020/02/20/youtube-music-cloud-locker-upload-library/
|
Earlier this month it came to light that YouTube was finally working on a way to let you upload your own music to its library Now that feature is almost good to go Google has published a support document explaining how users will be able to add th |
2020-02-20 13:31:00 |
海外TECH |
Engadget |
CBS will massively expand All Access’ streaming library in 2020 |
https://www.engadget.com/2020/02/20/cbs-streaming-service/
|
ViacomCBS rumored new streaming service isn t a new service so much as a massive expansion of CBS All Access In the company s most recent earnings release and presentation CEO Bob Bakish outlined his plan to conquer the streaming market Essential |
2020-02-20 13:25:00 |
海外TECH |
Engadget |
Sony’s Xperia L4 is an entry-level phone with a 21:9 display |
https://www.engadget.com/2020/02/20/sony-s-xperia-l4-is-an-entry-level-phone-with-a-21-9-display/
|
Sony s added a sleek new smartphone to its entry series the Xperia L Designed as an quot entertainment device quot the phone s USP is undoubtedly its proportions and inch wide display good for watching movies playing games and presumably |
2020-02-20 13:01:00 |
海外TECH |
WIRED |
The US Blames Russia's GRU for Sweeping Cyberattacks in Georgia |
https://www.wired.com/story/us-blames-russia-gru-sweeping-cyberattacks-georgia
|
efforts |
2020-02-20 13:10:00 |
ニュース |
@日本経済新聞 電子版 |
@nikkei ... |
https://twitter.com/nikkei/statuses/1230487519873118209
|
nikkei |
2020-02-20 14:41:00 |
ニュース |
@日本経済新聞 電子版 |
@nikkei 国内イベント割れる決断 新型肺炎で開催自粛相次ぐ ... |
https://twitter.com/nikkei/statuses/1230487267451342848
|
nikkei |
2020-02-20 14:40:00 |
ニュース |
@日本経済新聞 電子版 |
@nikkei RT @nikkei: 銀行の送金手数料にメス 公取委「半世紀不変」を問題視 ... |
https://twitter.com/nikkei/statuses/1230484952967335936
|
nikkei |
2020-02-20 14:30:48 |
ニュース |
@日本経済新聞 電子版 |
@nikkei RT @nikkei: 入場者4倍にV字回復 ピューロランドを救った女性館長 ... |
https://twitter.com/nikkei/statuses/1230484897883541504
|
nikkei |
2020-02-20 14:30:35 |
ニュース |
@日本経済新聞 電子版 |
@nikkei 米モルガン・スタンレー、ネット証券Eトレード買収へ ... |
https://twitter.com/nikkei/statuses/1230481227431305216
|
nikkei |
2020-02-20 14:16:00 |
海外ニュース |
Japan Times latest articles |
Trump picks pardon pleas from his wealthy pals and GOP donors |
https://www.japantimes.co.jp/news/2020/02/20/world/crime-legal-world/trump-pardon-requests-wealthy-pals-gop-donors/
|
common |
2020-02-20 23:41:35 |
海外ニュース |
Japan Times latest articles |
Minister Shinjiro Koizumi says he regrets skipping COVID-19 meeting |
https://www.japantimes.co.jp/news/2020/02/20/national/politics-diplomacy/shinjiro-koizumi-covid-19/
|
party |
2020-02-20 23:37:43 |
海外ニュース |
Japan Times latest articles |
Four key dates, four missed chances for China to contain coronavirus |
https://www.japantimes.co.jp/news/2020/02/20/world/four-missed-chances-china-covid-19/
|
coronavirus |
2020-02-20 23:33:25 |
海外ニュース |
Japan Times latest articles |
Democratic candidates pile on Bloomberg over wealth, race and sexism |
https://www.japantimes.co.jp/news/2020/02/20/world/politics-diplomacy-world/democrats-pile-on-bloomberg/
|
billionaire |
2020-02-20 23:14:07 |
海外ニュース |
Japan Times latest articles |
As COVID-19 spreads, Takeda CEO urges more industry investment in vaccines |
https://www.japantimes.co.jp/news/2020/02/20/business/corporate-business/takeda-ceo-investment-vaccines-coronvirus/
|
coronavirus |
2020-02-20 23:12:49 |
ニュース |
BBC News - Home |
Rikki Neave: Man appears in court charged with murder |
https://www.bbc.co.uk/news/uk-england-cambridgeshire-51571685
|
neave |
2020-02-20 13:15:43 |
ニュース |
BBC News - Home |
Orlando Bloom gets tattoo fixed: How to avoid mistakes in your ink |
https://www.bbc.co.uk/news/newsbeat-51573095
|
morse |
2020-02-20 13:15:59 |
LifeHuck |
ライフハッカー[日本版] |
離婚・別居後、家計をリセットする5つのコツ |
https://www.lifehacker.jp/2020/02/how-to-reset-your-finances-after-a-breakup.html
|
離婚 |
2020-02-20 22:05:00 |
仮想通貨 |
BITPRESS(ビットプレス) |
アンダーソン・毛利・友常 法律事務所、「暗号資産・デジタル証券等に関する政府令案について」を掲載 |
https://bitpress.jp/count2/3_17_11604
|
友常法律事務所 |
2020-02-20 22:06:09 |
コメント
コメントを投稿