投稿時間:2021-07-11 01:22:58 RSSフィード2021-07-11 01:00 分まとめ(29件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita 5種類の花の画像分類アプリを実装してみた https://qiita.com/test38/items/a0108070f2f8327ebfe1 今回はKerasのSequentialモデルと学習済モデル【VGG】を使った転移学習で分類をしていきます。 2021-07-11 00:08:13
js JavaScriptタグが付けられた新着投稿 - Qiita 改めてTypeScriptの良さを考えてみた https://qiita.com/buttakyou/items/ac65268cadffb8afa13f なぜそのままJSで書かないのか主に以下のような問題が発生する可能性があるからだと思います。 2021-07-11 00:38:07
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) matplotlibマウスで座標を取得 https://teratail.com/questions/348798?rss=all 2021-07-11 00:55:27
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) SQL 文を書いている途中でセミコロンを打っても終わらず、改行のマークが ー> から ’> になって;を打ってもエンドレスです。 https://teratail.com/questions/348797?rss=all SQL文を書いている途中でセミコロンを打っても終わらず、改行のマークがーからになってを打ってもエンドレスです。 2021-07-11 00:51:54
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Unityでシリアル通信(送信と受信)ができない https://teratail.com/questions/348796?rss=all Unityでシリアル通信送信と受信ができないVorzeというメーカーのとある高級家電がシリアル通信ができると知り、先日購入し、試しにUnityから動かしてみようとしたところうんともすんとも言わない状態で困っております。 2021-07-11 00:39:35
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) C++のMakefileを使った分割コンパイルについて https://teratail.com/questions/348795?rss=all 2021-07-11 00:39:14
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) java 全ての文字列を表示させる https://teratail.com/questions/348794?rss=all java全ての文字列を表示させるjavaでnbsp文字の文字列を回入力し、回目の入力終了後に全ての文字列を表示させるコードが書けません。 2021-07-11 00:31:44
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Fragment間で値をやり取りする方法 https://teratail.com/questions/348793?rss=all Android開発において、Frgament間で画像をやり取りしようとしています。 2021-07-11 00:17:05
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) MySQLに接続ができない https://teratail.com/questions/348792?rss=all MySQLに接続ができない前提・実現したいことVScodeを使ってJavaでServletJSPの勉強をしています。 2021-07-11 00:08:59
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 変数が意図せず書き換えられてしまうのを防ぎたい https://teratail.com/questions/348791?rss=all 変数が意図せず書き換えられてしまうのを防ぎたい前提・実現したいことRaspberrynbspPiとNFCリーダー、NFCタグを面に貼ったキューブを使って、NFCのキューブの下にある面が変わった瞬間にGooglenbspCalendarに自分の行動何時から何時まで勉強等を記録するデバイスを作りたいと考えています。 2021-07-11 00:03:32
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Flutter Providerを使ってForm入力された値を保持したい https://teratail.com/questions/348790?rss=all FlutterProviderを使ってForm入力された値を保持したい現象こちらの動画を参考に環境と概要environmentsdkgtltdependenciesfluttersdkflutterproviderFirebaseを使っていますが、あまり関係がなさそうなのでこの投稿内容では割愛しますアプリの内容は、好きな映画をコメントと一緒に保存できる、という物です。 2021-07-11 00:02:59
AWS AWSタグが付けられた新着投稿 - Qiita SpringBoot/React/MySQLの簡単なアプリをAWS EC2にデプロイする https://qiita.com/hims0k/items/a06908168615a61e30a0 分ローカルで動くSpringBootReactMySQLのサンプルアプリの作成VPCの構築分程度RDSインスタンスの作成分ECインスタンスの作成分ECインスタンス上でアプリを起動分動作確認計時間程度全体構成図ざっくり以下の構成です東京リージョン内のつのアベイラビリティーゾーンにWebサーバ、APサーバ、DBサーバを構成ECをWebサーバ、APサーバとして、RDSをDBサーバとして利用していますローカルで動くSpringBootReactMySQLのサンプルアプリの作成サンプルアプリのソースコードSpringBootについてサンプルソースコードこちらapplicationpropertiesをsrcmainresources配下に配置srcmainresourceapplicationpropertiesspringdatasourceurljdbcmysqlMySQLのエンドポイントDBNamecharacterEncodingUTFampserverTimezoneUTCspringdatasourceusernameルートユーザspringdatasourcepasswordルートユーザのパスワードserverservletcontextpathreactsampleappReactについてサンプルソースコードこちらMySQLについてDockerで構築しましたデータを用意するのが面倒だったので以下を利用していますMySQLworlddatabaseその他Nginxを利用してプロキシパスを設定していますnginxconfserverlistenservernamelocalhostReactへのアクセスlocationproxypasshttplocalhostSpringBootへのアクセスlocationreactsampleappproxypasshttplocalhostreactsampleapp動作確認httplocalhostにアクセス以下のような画面が表示され、国コード完全一致を入力すると、それに伴うデータが表示されればOKVPCの構築開発環境で動作したらいよいよ公開準備ですVPC内につのサブネットを構築しますSubnetAZIPvCIDRブロック用途PublicSubnetapnortheastaWebAPサーバ用PrivateSubnetapnortheastaDBサーバ用PrivateSubnetapnortheastcDBサーバ用冗長構成パブリックサブネットInternetGatewayに接続しているサブネットインターネットにつながるプライベートサブネットInternetGatewayに接続していないサブネットインターネットにつながらない手を動かしてVPC構成する具体的な手順は以下VPCの作成VPCホームにアクセスVPCの作成から以下の画像のように入力名前タグは適当に、今回IPvCIDRブロックはにVPCを作成サブネットの作成左ペインからサブネットを選択gtサブネットの作成画像のように入力gtサブネットを作成つとも同じ要領で作成InternetGatewayの作成InternetGatewayVPCとインターネットの間を通信可能にする引用元公式ドキュメント左ペインからインターネットゲートウェイを選択gtインターネットゲートウェイの作成名前をつけてgtインターネットゲートウェイの作成ルートテーブルの作成ルートテーブルVPC内のルーターにおいて、ネットワーク通信の送信先を制御する例通信をネットワークに向ける引用元公式ドキュメントパブリックサブネット用のルートテーブルの作成PublicSubnetを選択gt詳細画面の下ペイン「ルート」を表示このままではインターネットにつながっていないので、通信をInternetGatewayに向けるルートを編集gtルートを追加送信先ターゲットインターネットゲートウェイgt変更を保存ルートテーブル詳細画面の「サブネットの関連付け」gtPublicSubnetを紐付けるプライベートサブネット用のルートテーブルの作成VPCのメインルートテーブルはパブリック用で利用したので、新たにイチから作成する左ペインからルートテーブルを選択gt名前をつける、VPCを選択gtルートテーブルを作成作成したルートテーブルを選択gt詳細画面下の「ルート」表示通信がインターネットゲートウェイに向いていないことを確認サブネットの関連付けからPrivateSubnetを紐付けるルートテーブル明示的なサブネットの関連付けパブリックサブネット用PublicSubnetプライベートサブネット用PrivateSubnetPrivateSubnet以下の図のような構成まで作成完了セキュリティグループの作成セキュリティグループインスタンスの仮想ファイアウォール。 2021-07-11 00:28:04
golang Goタグが付けられた新着投稿 - Qiita AtCoder Beginner Contest 209 ~Goの練習~ https://qiita.com/DaikiSuyama/items/0b877b539490a23edc31 つまり、これを任意のiで繰り返して掛け合わせれば良いのだが、cileqqiとなるiが一つでも存在する場合は通りとなるので注意が必要である。 2021-07-11 00:28:39
Azure Azureタグが付けられた新着投稿 - Qiita Azure Cognitive Search で Python のカスタムスキルを簡単に実装する https://qiita.com/nohanaga/items/cc33419244d0e5b86ecc カスタムスキルのデプロイローカルにcloneしたコードを、AzureFunctionsにデプロイし、WebAPIとして使えるようにするには、VisualStudioCodeからAzureFunctionsforVisualStudioCode拡張を使ってデプロイするのが便利です。 2021-07-11 00:50:43
Ruby Railsタグが付けられた新着投稿 - Qiita Rails 記事投稿画面 https://qiita.com/W2020T/items/bf8f30560c1bf66f30ad Rails記事投稿画面記事投稿のビューpostsnewhtmlerbltformtagpostscreatedogt・・・・ltposterrorsfullmessageseachdomessagegt・・・・ltdivclassformerrorgtltmessagegt・・・ltdivgtltendgtlttextareanamecontentgtltpostcontentgtlttextareagt・・・ltinputtypesubmitvalue投稿gt・・・ltendgt解説・・・投稿ボタンを押すと、textareaに入力されているデータがURLpostscreateに送信されます。 2021-07-11 00:47:17
技術ブログ Developers.IO Twilio Voice JavaScript SDKを使って電話の発信、着信をしてみる https://dev.classmethod.jp/articles/tried-to-make-and-receive-phone-calls-by-using-twilio-voice-javascript-sdk/ twilioprogrammablevoice 2021-07-10 15:43:52
海外TECH Ars Technica The weekend’s best tech deals: Nintendo Switch Lite, MacBook Air, and more https://arstechnica.com/?p=1779054 board 2021-07-10 15:12:52
海外TECH DEV Community Tweeting with an image using Node JS https://dev.to/ahmed_mahallawy/tweeting-with-an-image-using-node-js-2aie Tweeting with an image using Node JS IntroductionThis is my fourth tutorial about using Twitter API with Node JS My previous tutorials are listed up there In my first tutorial I showed how to tweet with only text using Twitter API and Node JS see here Then I got a question on how to tweet with an image thanks to thomasbnt and generativexbot so here I ll explain my way to do this Before we startYou need to have a Twitter Developer account and for the basic configurations please go here for more explanation as I follow the same structure Let s startTo tweet an image the process will consist of two requests Uploading the image Tweeting with that imageThe new thing here is that each request uses a different subdomain in the Twitter API url which means that a small change will be done on the config js file const twitter require twitter lite exports newClient function subdomain api return new twitter subdomain consumer key consumer secret access token key access token secret Here I changed the configurations to be returned as a function instead of a JSON object The function returns a twitter lite client that I moved its definition here for simplicity The reason I did that is the new configuration attribute subdomain which can be set from the function parameter Now we are ready to edit the index js file Some changes must be made after changing the config js file Remove twitter lite definition Define twitter lite clients for both subdomains to be used laterconst apiClient config newClient const uploadClient config newClient upload I got this photo to be used with the tweetThen we deal with the image file and make it ready for the upload by defining the fs and path modules const fs require fs const path require path Then read the file as a based file const mediaFile fs readFileSync path join dirname hello world png const baseimage Buffer from mediaFile toString base Next it s similar to what we did in this tutorial where a request is depending on the result of another request The first request is for uploading image using media upload endpoint and the uploading subdomain This means using uploadclient here and returns an object with media id attribute which we save for the next step Uploading an imageuploadClient post media upload media data baseimage then media gt console log You successfully uploaded media var media id media media id string catch console error You can see full details for this request here The second request is the normal tweeting using statuses update endpoint to tweet with the image which uses the apiClient tweeting with text and imageapiClient post statuses update status Hello world media ids media id then tweet gt console log Your image tweet is posted successfully catch console error You can see full details for this request here everything in place now and we can run the app in Command Prompt using node index jsThat s it and your image is added to your tweet and takes its place in your friends timeline Here s is the full code for index js file const fs require fs const path require path const config require config const apiClient config newClient const uploadClient config newClient upload const mediaFile fs readFileSync path join dirname hello world png const baseimage Buffer from mediaFile toString base uploadClient post media upload media data baseimage then media gt console log You successfully uploaded media var media id media media id string apiClient post statuses update status Hello world media ids media id then tweet gt console log Your image tweet is posted successfully catch console error catch console error In the following tutorial we are going to explore more about twitter API I have several ideas to share with you so stay tuned For the full code you can visit my github page If you like my tutorials support me here and follow me on Twitter 2021-07-10 15:21:41
Apple AppleInsider - Frontpage News Updated 1080p FaceTime camera rumored for 14-inch, 16-inch MacBook Pro https://appleinsider.com/articles/21/07/10/updated-1080p-facetime-camera-rumored-for-14-inch-16-inch-macbook-pro?utm_medium=rss Updated p FaceTime camera rumored for inch inch MacBook ProApple s next MacBook Pro updates could include an upgraded FaceTime camera with one leaker claiming the webcam will increase in resolution to p inch MacBook ProApple s inch iMac includes a p FaceTime camera above the display a considerable update for a component that has been at p for a long period of time In the rumored upcoming MacBook Pro releases for later in it seems that the MacBook line may gain the same upgrade Read more 2021-07-10 15:05:11
ニュース BBC News - Home Covid: Fully jabbed NHS staff may not have to isolate https://www.bbc.co.uk/news/uk-57786794 severe 2021-07-10 15:17:22
ニュース BBC News - Home Covid to get worse before it gets better, doctors warn https://www.bbc.co.uk/news/uk-57786002 areas 2021-07-10 15:18:06
ニュース BBC News - Home Wimbledon 2021: Ashleigh Barty beats Karolina Pliskova to win title https://www.bbc.co.uk/sport/tennis/57783918 karolina 2021-07-10 15:45:55
ニュース BBC News - Home Afghan man arrested over people-smuggling ring https://www.bbc.co.uk/news/uk-57789450 agency 2021-07-10 15:53:39
ニュース BBC News - Home England's Smith called up to Lions tour after Russell Achilles problem https://www.bbc.co.uk/sport/rugby-union/57791540 England x s Smith called up to Lions tour after Russell Achilles problemEngland fly half Marcus Smith who has two Test caps will join up with the British and Irish Lions in South Africa as cover for Finn Russell 2021-07-10 15:44:37
ニュース BBC News - Home Mollema wins stage 14 in Tour de France as Martin climbs to second overall https://www.bbc.co.uk/sport/cycling/57790898 Mollema wins stage in Tour de France as Martin climbs to second overallBauke Mollema claims a fine solo win on stage of the Tour de France as Guillaume Martin moves up to second overall behind Tadej Pogacar 2021-07-10 15:34:19
北海道 北海道新聞 神宮球場で苫前の特産品PR コメやメロン配布 町と農協 https://www.hokkaido-np.co.jp/article/565722/ 留萌管内 2021-07-11 00:19:00
北海道 北海道新聞 新千歳空港で集団接種開始 国際線ビル活用 https://www.hokkaido-np.co.jp/article/565716/ 国際線ターミナル 2021-07-11 00:06:00
北海道 北海道新聞 目力に引き込まれ 江口寿史展 旭川で開幕 https://www.hokkaido-np.co.jp/article/565718/ 江口寿史 2021-07-11 00:13:11
北海道 北海道新聞 将棋王位戦第2局 旭川で13、14日 https://www.hokkaido-np.co.jp/article/565717/ 藤井聡太 2021-07-11 00:09: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件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)