2020-02-15 02:00 分まとめ(46件)

カテゴリー サイト名 記事タイトル リンクURL 頻出ワード・要約等 登録日
金融 金融庁ホームページ 「違法な金融業者に関する情報について」を更新しました。 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
python Pythonタグが付けられた新着投稿 - Qiita iPhoneやiPadのアプリで無料で広告ブロックする方法 https://qiita.com/utgt/items/8b1c8b0df8b842b83488 アプリで流れる動画広告などは完全に遮断することができます。空白の部分がないように整形してhtmlを返すことも技術的には可能でadguardなどが行なっていますがセキリュティ的な問題があります実際の広告の消し方appstoreで「dnscloak」と「ショートカット」をインストールembedembedSafariで以下のリンクを開くショートカットが起動しますembedcite「ショートカットを追加」をクリックfsaltigajplainショートカット広告ブロック画面左下の「Myworkflow」を押し、「DNScloakhelper」をクリックdnscloakが起動しますfsaltigajplaindnscloakhellper広告ブロックiPhoneDNScloakの画面でDNSを選び、cloudflaireが一番速いのでおすすめ左上の再生ボタンを押す。 2020-02-15 01:02:40
js JavaScriptタグが付けられた新着投稿 - Qiita ブラウザにデータを保存する方法 https://qiita.com/P488/items/ca791a6fa87ac9139900 同じような仕組みとしてcookieもありますが、以下のつの違いから、WebStorageを使用した方が良いと思います。使用方法まずWebStorageはlocalStorageとsessionStorageに分かれています。 2020-02-15 01:59:39
js JavaScriptタグが付けられた新着投稿 - Qiita Debugger for Chrome の launch で Google アカウントでのログインができなくなった件 https://qiita.com/amay077/items/d090838479eab90f4abb Webアプリ開発で、VSCodeにDebuggerforChromeを追加してlaunchjsonに次のように記述する方法はよく知られています。CProgramFilesxGoogleChromeApplicationchromeexeprofiledirectoryDefaultremotedebuggingportその他の解決方法DebuggerforEdgeChromiumを使うDebuggerforFirefoxを使うlaunchではなくattachを使うDebuggerforEdgeでも問題を解決することができました。 2020-02-15 01:52:18
js JavaScriptタグが付けられた新着投稿 - Qiita 便利ページ:アイコンファイルを生成する https://qiita.com/poruruba/items/268eb6b1f58bce3cff51 以下は、ブラウザがドラッグ中のファイルを横取りされるのを防ぐためのものです。JSZipimageclickimageopenでファイルを選択した後、再度同じファイル名を指定したときに、ファイル変更していても再読み込みしてくれないので、いったん選択ファイルを解除しています。 2020-02-15 01:52:05
js JavaScriptタグが付けられた新着投稿 - Qiita TechCommitのお年玉企画で当たったTechpitの教材「Tinder風マッチングアプリを作ってみよう!」を終えて https://qiita.com/Tonkat_prtq/items/96bb9af6675f7b27ead7 ampgtaとかはScssじゃなくCSSの書き方で、子供セレクタのみ指定する孫はダメtransitionは変化するまでの時間や変化の度合いを指定するCSSのプロパティで、JavaScriptを使わなくても動きのある見た目の変化をつけることが出来る。TechPitのTinder風マッチングアプリ作成教材では、updateattributesでデータベースの更新をしていた。 2020-02-15 01:32:45
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Unityでシーン遷移を行うプログラムでエラーが出る https://teratail.com/questions/241418?rss=all Unityでシーン遷移を行うプログラムでエラーが出るUnityでRPGを作っているのですが、キャラクターのステータスやHPの情報を保持したままシーン遷移を行うためのプログラムを作成したところ、次のようなエラーが出ました。usingが足りていないと思い「SceneData」ググってみましたが解決せず発生している問題・エラーメッセージ型または名前空間の名前SceneDataが見つかりませんでしたusingディレクティブまたはアセンブリ参照が指定されていることを確認してください。 2020-02-15 01:52:52
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) unity PUN2で所有権譲渡したときにエラー出る https://teratail.com/questions/241417?rss=all 2020-02-15 01:34:44
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 【Python】tk.Entry()から取得した内容が反映されません。 https://teratail.com/questions/241416?rss=all 前提・実現したいこと何度も質問失礼します。下記のdamagecalculationpyを実行した際に、cursorpyでmainanamegetで取得したHnbspAnbspBnbspCnbspDの値を利用して計算したいと思っています今はHnbspAnbspBの三つを使ってテストしています。 2020-02-15 01:30:12
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) AOJのジャッジがうまくいきません https://teratail.com/questions/241415?rss=all 前提・実現したいことAOJでスタックについての問題がREとなってしまいます。 2020-02-15 01:11:45
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) herokuでjsonをダウンロード https://teratail.com/questions/241414?rss=all 2020-02-15 01:10:39
Apple AppleInsider - Frontpage News Apple reopens Beijing stores with temperature checks, limited hours, crowd control https://appleinsider.com/articles/20/02/14/apple-reopens-beijing-stores-with-temperature-checks-limited-hours-crowd-control Beijing s Apple Stores are open for about half the hours that they are normally and are subjecting visitors to temperature checks and maximum occupancy limits because of the coronavirus outbreak 2020-02-14 16:54:54
海外TECH Engadget Pandora's Apple Watch app can stream music without an iPhone https://www.engadget.com/2020/02/14/pandora-apple-watch-app-standalone-iphone/ Next time you go for a run or to the gym you might be able to leave your phone behind but still listen to whatever music you want on the fly if you re a Pandora premium subscriber The Apple Watch app no longer needs to be tethered to an iPhone to s 2020-02-14 16:10:00
海外科学 NYT > Science As Mating Rituals Go, Valentine’s Day Isn’t So Bad https://www.nytimes.com/2020/02/14/science/valentines-day-mating-animals.html?emc=rss&partner=rss doesn 2020-02-14 16:24:26
海外科学 NYT > Science They Wanted Research Funding, So They Entered the Lottery https://www.nytimes.com/2020/02/14/science/research-funding-lotteries.html?emc=rss&partner=rss grant 2020-02-14 16:14:09
海外科学 NYT > Science Hurricane Dorian Ravaged Bahamas’ Reefs, Researchers Find https://www.nytimes.com/2020/02/14/climate/hurricane-dorian-reefs-coral.html?emc=rss&partner=rss coral 2020-02-14 16:16:24
海外科学 NYT > Science Coronavirus Live Updates: Beijing Sets Stringent New Quarantine Rules https://www.nytimes.com/2020/02/14/world/asia/china-coronavirus.html?emc=rss&partner=rss medical 2020-02-14 16:54:46
金融 金融庁ホームページ 「業界団体との意見交換会において金融庁が提起した主な論点」を更新しました。 https://www.fsa.go.jp/common/ronten/index_3.html 意見交換会 2020-02-14 17:00:00
ニュース @日本経済新聞 電子版 @nikkei 英蘭シェル、シンガポールで1人感染確認 新型ウイルス ... https://twitter.com/nikkei/statuses/1228359497225138176 nikkei 2020-02-14 17:45:00
ニュース @日本経済新聞 電子版 @nikkei 英、揺らぐ「残留コスト」論 膨らむEU離脱の費用 ... https://twitter.com/nikkei/statuses/1228351952183971840 nikkei 2020-02-14 17:15:01
ニュース @日本経済新聞 電子版 @nikkei 日本の損失1400億円も 国際航空機関、新型肺炎で ... https://twitter.com/nikkei/statuses/1228351951064027137 新型肺炎 2020-02-14 17:15:01
ニュース @日本経済新聞 電子版 @nikkei フリーター急減 小売り・外食の事業モデル岐路 ... https://twitter.com/nikkei/statuses/1228351949898051588 nikkei 2020-02-14 17:15:01
ニュース @日本経済新聞 電子版 @nikkei 米デルタ航空、「CO2ゼロ」へ1100億円投資 10年間で ... https://twitter.com/nikkei/statuses/1228351948807557120 nikkei 2020-02-14 17:15:00
ニュース @日本経済新聞 電子版 @nikkei IPCC前議長が死去 07年にノーベル平和賞 ... https://twitter.com/nikkei/statuses/1228351947717009408 nikkei 2020-02-14 17:15:00
海外ニュース Japan Times latest articles Love in the time of COVID-19: Valentine’s Day on the Diamond Princess https://www.japantimes.co.jp/news/2020/02/14/national/valentines-diamond-princess-cruise-japan/ cruise 2020-02-15 01:48:13
海外ニュース Japan Times latest articles Man who left knives on Prince Hisahito’s desk found guilty by Tokyo court https://www.japantimes.co.jp/news/2020/02/14/national/crime-legal/knife-man-prince-hisahito-tokyo/ month 2020-02-15 01:42:27
海外ニュース Japan Times latest articles Olympics minister raps South Korean posters of Tokyo 2020 torch runner in hazmat suit https://www.japantimes.co.jp/news/2020/02/14/national/tokyo-olympics-south-korean-hazmat-posters/ olympic 2020-02-15 01:30:59
海外ニュース Japan Times latest articles Even before COVID-19, Japan economy likely took biggest hit since 2014 https://www.japantimes.co.jp/news/2020/02/14/business/economy-business/japans-economy-set-biggest-hit-since-2014-ahead-virus/ japan 2020-02-15 01:30:05
海外ニュース Japan Times latest articles Jayson Tatum, Marcus Smart steer Celtics past Clippers in 20T https://www.japantimes.co.jp/sports/2020/02/14/basketball/nba/jayson-tatum-marcus-smart-steer-celtics-past-clippers-20t/ final 2020-02-15 02:42:53
海外ニュース Japan Times latest articles Colin Kaepernick to release memoir through own publishing company https://www.japantimes.co.jp/sports/2020/02/14/more-sports/football/colin-kaepernick-release-memoir-publishing-company/ injustice 2020-02-15 02:11:42
海外ニュース Japan Times latest articles Lightning hold off Oilers for ninth consecutive victory https://www.japantimes.co.jp/sports/2020/02/14/more-sports/ice-hockey/lightning-hold-off-oilers-ninth-consecutive-victory/ straight 2020-02-15 01:18:21
ニュース BBC News - Home Military tanks form heart shape for Russian soldier's proposal https://www.bbc.co.uk/news/world-europe-51509247 formation 2020-02-14 16:48:16
ニュース BBC News - Home Jose Mourinho: Tottenham boss explains new haircut https://www.bbc.co.uk/sport/av/football/51508087 focus 2020-02-14 16:43:49
ビジネス ダイヤモンド・オンライン - 新着記事 グーグル、ニュース掲載料支払いでメディアと協議=関係者 - WSJ発 https://diamond.jp/articles/-/228991 関係者 2020-02-15 01:06:00
北海道 北海道新聞 横浜市の救急隊員、新型肺炎感染 クルーズ船患者を搬送 https://www.hokkaido-np.co.jp/article/393395/ 厚生労働省 2020-02-15 01:20:00
北海道 北海道新聞 ハンチントン病に薬の候補、大阪 遺伝子の異常、進行抑止 https://www.hokkaido-np.co.jp/article/393394/ 遺伝子 2020-02-15 01:20:00
GCP Cloud Blog Showing the C++ developer love with new client libraries https://cloud.google.com/blog/products/application-development/new-cpp-client-libraries-available-for-google-cloud/ We use a lot of C at Google and we ve heard that many of you do as well So whether you re using C for your next amazing game your high frequency trading platform your massively parallel scientific computations or any of a variety of other applications we want Google Cloud to be an excellent platform for you To that end we are happy to say that we re now building open source C client libraries to help you access Google Cloud services These are idiomatic C libraries that we intend to work well with your application and development workflow Already hundreds of GCP projects use generally available C libraries every day including Google Cloud Storage example code and Cloud Bigtable example code We also have a beta release of our Cloud Spanner C library example code and we expect it to become generally available very soon And we re actively working on open source client libraries for all the remaining cloud services Several of these libraries are already being used by important Google services handling IMPRESSIVE NUMBER of data per TIME UNIT If you re looking for more C client libraries please let us know how we can help You can contact your sales rep or even feel free to directly contact the engineers by filing issues on our GitHub project page We look forward to hearing from you and helping you get the most out of Google Cloud with your C application 2020-02-14 17:00:00
GCP Cloud Blog Logging + Trace: love at first insight https://cloud.google.com/blog/products/management-tools/cloud-monitoring-with-full-stack-observability/ Meet Stackdriver Logging a gregarious individual who loves large scale data and is openly friendly to structured and unstructured data alike Although they grew up at Google Stackdriver Logging welcomes data from any cloud or even on prem Logging has many close friends including Monitoring BigQuery Pub Sub Cloud Storage and all the other Google Cloud services that integrate with them However recently they are looking for a deeper relationship to find insight Now meet Stackdriver Trace a brilliant and organized being Trace also grew up at Google and is a bit more particular about data making sense out of the chaos of distributed systems Logging and Trace were brought together by mutual friends such as Alex Van Boxel cloud architect at Veepee “ Tracking down performance issues is like solving a murder mystery having tracing and logging linked together is a big help for the forensics team he says With a strong union Trace and Logging are a match made in heaven Developers are able to see exactly what is happening with their code and how it fits within other services in the ecosystem   By embedding logs Trace is able to show detail of what happened during a particular service call Added to Trace s ability to show the complete request the user has full stack observability By adding Trace IDs to logs Logging is able to filter for logs within a trace and link into end to end Traces You can see not only how your code functions but the context in which it does    What Trace loves most about Logging “ Logging you complete me “   ー Trace   Complete your workflow by showing logs inline for each service call In the Trace UI you can understand logs in context by showing logs in line as events for each service call Drill into the logs that relate to a particular service in the logs view You can understand how your code is operating at a deeper level by linking from the Trace UI right into the relevant log entry in Stackdriver Logging Search across the entire request In the Trace UI you can filter for labels on any service in the trace showing logs for a downstream service when an upstream condition is true What Logging loves most about Trace “ Trace you help me be a better platform   ー LoggingSee logs from the entire request In the logs viewer filtering by Trace ID shows you all logs for that specific request Drill into a trace of the complete request In the logs viewer you can drill into the trace of the complete request right from the log entry of interest which helps understand richer and more complete context   Diagnose the root cause of errors In the Trace UI you can search for error traces and easily see which downstream service is responsible for the error Here s how you can share the happy couple s love   Explore the hidden superpowers of Stackdriver LoggingGet started with Stackdriver TraceGet started with LoggingAdd log Trace IDs to your application logs 2020-02-14 17:00:00
GCP Cloud Blog Taking a practical approach to BigQuery slot usage analysis https://cloud.google.com/blog/products/data-analytics/monitoring-resource-usage-in-a-cloud-data-warehouse/ Google BigQuery is a fully managed serverless solution for your enterprise data warehouse workloads Nothing could be easier than that Just upload your data via batch or streaming and start running your queries The underlying system will seamlessly take care of providing the infrastructural resources needed to complete your different jobs   It seems like magic right Especially when you think about the fact that behind the scenes there is a large scale distributed system with a multitude of parallel tasks executed by dozens of microservices spread across several availability zones across your selected Google Cloud region find more details about BigQuery technology    But what if you want more visibility into the power under the hood In this blog post we ll dive into all the currently available options to monitor and analyze resource usage We ll also describe the newly available extension to INFORMATION SCHEMA views now in beta that offers you practical access to the underlying data Let s start by exploring the computational capacity unit we use to understand the load of the system BigQuery s computational capacity unit the slotEvery time you perform a query there are several back end tasks that need to be completed such as reading data from tables pruning data that is not useful anymore performing eventual aggregations etc Each task executed on an ad hoc microservice requires an adequate amount of computational power in order to be fulfilled The slot is the computational capacity unit to measure that power The BigQuery engine dynamically identifies the amount of slots needed to perform a single query and background processes will transparently allocate the adequate computation power needed to accomplish the task So it s essential to understand how to monitor and analyze slot usage because that lets your technical team understand if there are any bottlenecks then allows the business to choose the best pricing model on demand vs flat rate We ll now analyze three different strategies to gain better visibility of slot usage and see how you can get started using them Slot usage analysis with system tablesReal time usage monitoring with StackdriverSlot usage analysis with BigQuery audit logs   Slot usage analysis with system tablesWe re announcing an extended version of INFORMATION SCHEMA views that contain real time information about BigQuery jobs   This is part of our internal series of views called INFORMATION SCHEMA that lets you extract useful information related to datasets routines tables and views With a simple query you can access a series of metadata that facilitate the analysis of the current data warehouse definition i e tables list descriptions of the fields etc This new extended version makes it easier to analyze slot usage and other resources as well because all the jobs information needed is just a query away Here s an example Let s assume that you want to understand last month s daily consumption of slots split by users all together with other information within a single project The query you have to write is really simple The pivotal element here is total slot ms field which contains the total amount of slots per millisecond used by a query That s the total number of slots consumed by the query over its entire execution time considered in milliseconds If you want to compute the average slot usage of the query divide the value by the milliseconds duration of the query You can do that by subtracting the value of endTime field from creationTime field For example if you have a second query that used totalSlotMs it means that the average slot usage is If you continue digging into the column definitions of the views you will find a lot of information that will enable you to implement different kinds of analysis You can for example easily compute the most expensive queries within your organization find users who are heavily issuing queries understand what the most expensive projects are and also perform deep analysis on single queries by studying their query stages Since details are available within one second of the job completion you can use that information to implement your own triggers e g once a load job has been successfully completed launch the query to clean and transform the data for production usage Note that the data is typically available within seconds and jobs data is retained for a period of days If you want to maintain a backup of the data for historical reasons or to perform analysis later use scheduled queries to automate the export of the data in an ad hoc partitioned table And keep in mind that real time slot usage can fluctuate over the runtime of a query To get deeper into the details try this open source solution to visualize slots consumption Real time slot usage monitoring with StackdriverIf you want instead to monitor in real time the slot usage of your project Stackdriver is the place to go It lets you   Have an immediate overview of the project slot usage thanks to the native slot utilization chartCreate ad hoc charts using several available metrics i e slots allocated or slots allocated per job type Create ad hoc alerts to receive notifications when a certain event occurs i e when the number of available slots is under a certain threshold for more than five minutes Check out this guide on implementing monitoring for BigQuery Slot usage analysis with BigQuery audit logsAnother possible option to get access to the underlying information is exploring BigQuery audit logs These logs contain a multitude of information including slot usage   You have two ways to query the data Stackdriver Logging if you want to perform a quick search of a precise value of interest   BigQuery if you want to perform a more in depth analysisStackdriver LoggingFrom the Stackdriver Logging page Select BigQuery as resourceSelect the desired time frame such as last hour or no limit   Filter for all the INFO entries   Search for the ones containing getQueryResult method nameOnce you ve found the query you were looking for expand its payload and look for the entry of interest For example   protoPaylod serviceData jobGetQueryResultResponse jobStatistics totalSlotMs represents the total amount of slots ms as described earlier If you want to perform more in depth analysis you can use BigQuery First create a sink to transfer the data from Stackdriver Logging to BigQuery Then you can perform more complex queries to analyze the slot usage of your project For example if you use the same query as above this will be the outcome We re excited to see how you ll use these tools to build your customized solution Learn more here about organizing slots And your next step might be to use Data Studio to generate custom dashboards to be shared within your organization 2020-02-14 17:00: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件)