2020-02-11 02:00 分まとめ(40件)

カテゴリー サイト名 記事タイトル リンクURL 頻出ワード・要約等 登録日
金融 金融庁ホームページ 「違法な金融業者に関する情報について」を更新しました。 https://www.fsa.go.jp/ordinary/chuui/index.html 2020-02-10 17:00:00
python Pythonタグが付けられた新着投稿 - Qiita 今更Webスクレイピングを試してロト6のデータを取得 https://qiita.com/Kis3_/items/1057af45d32617376a67 サーバーいらずで無料でWebスクレイピングが出来ると聞いて試してみた。optionswebdriverChromeOptions必須optionsaddargumentheadlessoptionsaddargumentdisablegpuoptionsaddargumentnosandboxエラーの許容optionsaddargumentignorecertificateerrorsoptionsaddargumentallowrunninginsecurecontentoptionsaddargumentdisablewebsecurityheadlessでは不要そうな機能optionsaddargumentdisabledesktopnotificationsoptionsaddargumentdisableextensions言語optionsaddargumentlangja画像を読み込まないで軽くするoptionsaddargumentblinksettingsimagesEnabledfalsedriverwebdriverChromechromedriveroptionsoptionswhilenumlt第回目までの当選ページのURLifnumlturllotourlstrnumzfillhtml回目以降当選ページのURLelseurllotourlstrnumstrnumamptypelotoPhntomJSで該当ページを取得drivergeturltimesleepjavascriptのページを読み込む時間途中から非同期になってるため、遅延時間を変更timesleephtmldriverpagesourceencodeutfsoupBeautifulSouphtmlhtmlparserprintsouptitleロトの当選番号がのっているテーブルの取得tablesoupfindalltabledeltableforiintable本数字の取得mainnumifindalltrfindtdmainnumlistappendmainnumstringsplitボーナス数字の取得bonusnumifindalltrfindtdbonusnumlistappendbonusnumstringnum次のページに移動するためにnumにを追加timesleeprandomuniform秒Dos攻撃にならないようにするためにコードを止めるcsvで出力dfpdDataFramemainnumlistcolumnsmainmainmainmainmainmaindfbonusbonusnumlistdfindexdfindexdftocsvlotocsvこの処理が終わるとファイルタブにlotocsvが来てるはず、更新をすると出てくる。 2020-02-11 01:34:07
js JavaScriptタグが付けられた新着投稿 - Qiita Knexあれこれ(雑多メモ) https://qiita.com/ysk-kita/items/cee4bcae0e24b8778889 あったKnex公式記事を書いてくれている方もいた個人的に良いなと思った点チェーン形式で処理を書けるマイグレーションにも対応してる軽く記事を流し読みるするだけでも結構便利に思えたのでリファレンス読みつつ色々試してみた。Upで個別実行したなら、そのマイグレーションファイルのみを実行するknexmigraterollbackallオプション過去に実行した全てのマイグレーションファイルのdownメソッドを実行するknexmigraterollbackallタイムスタンプが最も古い未実行のマイグレーションファイルのUpメソッドを実行するknexmigrateupマイグレーションファイルを指定してそのUpメソッドを実行するknexmigrateupltファイル名gtjsタイムスタンプが最も新しい実行済のマイグレーションファイルのdownメソッドを実行するknexmigratedownマイグレーションファイルを指定してそのdownメソッドを実行するknexmigratedownltファイル名gtjsマイグレーションファイルを一覧表示する実行済みのものと未実行のものに分割してリスト表示してくれるknexmigratelistUsingenvironmentdevelopmentFoundCompletedMigrationfilefilesitemsjsFoundPendingMigrationfilefilesitemsjs作成日の異なるマイグレーションファイルがある場合のmigratelatestの挙動タイムスタンプの古い方から実行されるprojectmigrationitemsjsitemsjsitemsjsexportsupfunctionknexPromiseconsolelogitemsoldestitemsjsexportsupfunctionknexPromiseconsolelogitemslastest実行結果knexmigratelatestUsingenvironmentdevelopmentitemsoldestitemslatest作成日の異なるマイグレーションファイルがある場合のmigraterollbackの挙動タイムスタンプの新しい方から実行されるprojectmigrationitemsjsitemsjsitemsjsexportsupfunctionknexPromiseconsolelogitemsoldestitemsjsexportsupfunctionknexPromiseconsolelogitemslastest実行結果knexmigraterollbackUsingenvironmentdevelopmentitemslatestitemsoldestオプション引数類は一例で上げてるだけになります。 2020-02-11 01:40:44
js JavaScriptタグが付けられた新着投稿 - Qiita ジェネレーターで関数モナドとStateモナドを模倣してみた https://qiita.com/7shi/items/e5365885fb53c015630c ジェネレーターをDSLのように使って関数モナドとStateモナドを模倣してみました。letgetstategtstatestateletputnewStategtoldStategtnewStateサンプル以前書いた次の記事から引用しました。 2020-02-11 01:27:05
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 就活のためのポートフォリオ制作 https://teratail.com/questions/240640?rss=all 就活のためのポートフォリオ制作についてお聞きしたいことがあります。例えばですが、Pythonを使用したwebサイト制作のチュートリアルを見ながら同じように作成し、一部自分なりに少しだけ写真や文字フォントや色など変更したものは、ポートフォリオに乗せて良いものになりますかそれともそれはただの模写でしょうかHTMLとCSSとJavascriptはダウンロードフリーの所からのを使用しています。 2020-02-11 01:53:32
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) CSSが適用されないのを解決したい。。。 https://teratail.com/questions/240639?rss=all 質問事項新しく追加したCSSが適用されず困っています。なぜ適用されないのかどうすれば適用されるのかご教示お願いします。 2020-02-11 01:51:48
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) public配下の画像を変更したい https://teratail.com/questions/240638?rss=all 実現したいことpublic配下の画像を変更画像の名前は同じしたのですが、前の画像から変更されません。やったことdevelopmentrbとproductionrbに両方に下記を追加。 2020-02-11 01:42:10
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 電話のバイブを鳴らしたい SWIFT https://teratail.com/questions/240637?rss=all 言語はSWIFTです。タイマーアプリを改造してタイマーが鳴ったと同時に電話がかかってきたようなバイブを追加したいです。 2020-02-11 01:26:34
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) socket.ioで一対一の接続に限定させてhostとguestに振り分ける方法 https://teratail.com/questions/240636?rss=all socketio初心者なのですが、以下のようなことをやりたいです。説明が下手かもしれませんがよろしくお願いいたします。 2020-02-11 01:24:28
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) phpのバージョンの違いで生じる問題 https://teratail.com/questions/240635?rss=all メインドメインではPHPのバージョンが選択可能でphpCGI版を利用しており特に問題が生じておりません。※CGI版とモジュール版レンタルサーバーでは以下の様に説明されております。 2020-02-11 01:24:17
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) EC2でrails cが行えない https://teratail.com/questions/240634?rss=all railsアプリをcapistranoを使用してECにデプロイをしています。ECのvarwwwrailsAppcurrentにてrailsコンソールを起動したいのですが、以下のエラーが出てしまいます。 2020-02-11 01:09:20
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) フィルターフックを使って「書き換え」ではなく「追記」を行いたい https://teratail.com/questions/240633?rss=all 2020-02-11 01:07:50
Ruby Rubyタグが付けられた新着投稿 - Qiita 敢えてRubyで学ぶ「ゼロから作るDeep Learning」第3章のニューラルネットワークのMNIST推論処理 https://qiita.com/michihito_t/items/9d79dbdd5c6064d5308d PyCallで取り込んだNumPyのデータを無理やりNumoNArrayに変換してRubyで行列計算をする。 2020-02-11 01:10:06
海外TECH Ars Technica Equifax breach was the work of Chinese state hackers, DOJ says https://arstechnica.com/?p=1652496 attorney 2020-02-10 16:41:46
海外TECH Ars Technica British Airways 747 just set subsonic speed record for Atlantic crossing https://arstechnica.com/?p=1652502 ground 2020-02-10 16:12:12
Apple AppleInsider - Frontpage News Today's best deals: iPad sale; $899 MacBook Air is back; AirPods & Magic Mouse 2 savings https://appleinsider.com/articles/20/02/10/todays-best-deals-ipad-sale-899-macbook-air-is-back-airpods-magic-mouse-2-savings With Valentine s Day mere days away Apple resellers are pulling out all the stops by offering aggressive markdowns on everything from AirPods to budget friendly iPads Even Apple s latest MacBook Air is on sale with the return of the popular deal 2020-02-10 16:50:40
Apple AppleInsider - Frontpage News Abode adds HomeKit support to Smart Security Kit https://appleinsider.com/articles/20/02/10/abode-adds-homekit-support-to-smart-security-kit platform 2020-02-10 16:07:11
海外TECH Engadget Amazon wants to question Trump over his role in the $10 billion DoD contract https://www.engadget.com/2020/02/10/amazon-trump-jedi-contract/ It s no secret that Amazon was unhappy with the Pentagon s decision to award the billion Joint Enterprise Defense Infrastructure JEDI contract to Microsoft Now Amazon wants to depose President Trump and six other officials CNBC reports The 2020-02-10 16:49:00
海外TECH Engadget 'Ring Fit Adventure' is the perfect winter workout https://www.engadget.com/2020/02/10/ring-fit-adventure-winter-workout/ Winter in New York City is a special kind of hell for me when it comes to keeping fit Exercising at home gets boring it s often too miserable to go out for a run and I m not one for That Gym Life For years I basically resigned myself to packing 2020-02-10 16:30:00
海外TECH Engadget Federal prosecutors indict four Chinese military officers over Equifax hack https://www.engadget.com/2020/02/10/equifax-hack-china-justice-department-indictment/ The Justice Department has charged four Chinese People s Liberation Army PLA officers in relation to the Equifax hack in which the personal details of some million US consumers and nearly a million UK and Canadian citizens were stolen The 2020-02-10 16:17:00
海外科学 NYT > Science Coronavirus: Live Updates and Coverage https://www.nytimes.com/2020/02/10/world/asia/coronavirus-china.html?emc=rss&partner=rss leader 2020-02-10 16:21:13
海外TECH WIRED Netflix Had a Disappointing Night at the Oscars https://www.wired.com/story/netflix-oscars-parasite oscarsthe 2020-02-10 16:33:02
金融 RSS FILE - 日本証券業協会 SDGs債の発行状況 http://www.jsda.or.jp/about/torikumi/sdgs/sdg-bond-issuance.html 発行 2020-02-10 16:10:00
金融 金融庁ホームページ 「違法な金融業者に関する情報について」を更新しました。 https://www.fsa.go.jp/ordinary/chuui/index.html 2020-02-10 17:00:00
海外ニュース Japan Times latest articles Record-low snowfall puts Niigata city’s plan to cool Tokyo Olympic venues in jeopardy https://www.japantimes.co.jp/news/2020/02/10/national/record-low-snowfall-niigata-cool-tokyo-olympic-venues/ soccer 2020-02-11 02:40:10
海外ニュース Japan Times latest articles Discrimination in Japan on the rise as coronavirus fears grow https://www.japantimes.co.jp/news/2020/02/10/national/discrimination-japan-rise-coronavirus-fears/ action 2020-02-11 02:36:19
海外ニュース Japan Times latest articles Taiwan scrambles armed jets as China Air Force fighters and bombers fly around island https://www.japantimes.co.jp/news/2020/02/10/asia-pacific/taiwan-scrambles-armed-jets-fighters-bombers/ beijing 2020-02-11 02:16:44
海外ニュース Japan Times latest articles Shibuya’s Hachiko Square train car moving to Akita ahead of renovation https://www.japantimes.co.jp/news/2020/02/10/national/shibuya-train-car-tourist-info-center-akita/ birthplace 2020-02-11 02:11:05
ニュース BBC News - Home Man convicted of planning terror attacks on London tourist hotspots https://www.bbc.co.uk/news/uk-51449757 buckingham 2020-02-10 16:40:37
ニュース BBC News - Home Equifax: US charges four Chinese military officers over huge hack https://www.bbc.co.uk/news/world-us-canada-51449778 equifax 2020-02-10 16:30:03
ニュース BBC News - Home Coronavirus super-spreaders: Why are they important? https://www.bbc.co.uk/news/health-51447143 large 2020-02-10 16:43:35
ニュース BBC News - Home The takeaway worker who wanted to attack Pride https://www.bbc.co.uk/news/uk-51405537 madame 2020-02-10 16:28:29
ニュース BBC News - Home England beat Scotland in snowy rearranged Women's Six Nations match https://www.bbc.co.uk/sport/rugby-union/51447237 murrayfield 2020-02-10 16:29:50
ニュース BBC News - Home Women's Six Nations: Abby Dow scores two tries in treacherous Murrayfield conditions https://www.bbc.co.uk/sport/av/rugby-union/51451217 murraryfield 2020-02-10 16:24:44
ビジネス ダイヤモンド・オンライン - 新着記事 習主席、北京の病院視察 新型ウイルス感染者4万人超え - WSJ発 https://diamond.jp/articles/-/228497 視察 2020-02-11 01:08:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2024-02-12 22:08:06 RSSフィード2024-02-12 22:00分まとめ(7件)