投稿時間:2021-07-01 02:42:25 RSSフィード2021-07-01 02:00 分まとめ(51件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS News Blog Prime Day 2021 – Two Chart-Topping Days https://aws.amazon.com/blogs/aws/prime-day-2021-two-chart-topping-days/ Prime Day Two Chart Topping DaysIn what has now become an annual tradition check out my and posts for a look back I am happy to share some of the metrics from this year s Prime Day and to tell you how AWS helped to make it happen This year I bought all sorts of useful goodies … 2021-06-30 16:08:14
AWS AWS Big Data Blog Build a real-time streaming analytics pipeline with the AWS CDK https://aws.amazon.com/blogs/big-data/build-a-real-time-streaming-analytics-pipeline-with-the-aws-cdk/ Build a real time streaming analytics pipeline with the AWS CDKA recurring business problem is achieving the ability to capture data in near real time to act upon any significant event close to the moment it happens For example you may want to tap into a data stream and monitor any anomalies that need to be addressed immediately rather than during a nightly batch Building these … 2021-06-30 16:03:22
AWS AWS Government, Education, and Nonprofits Blog Governments create cloud-enabled constituent engagement systems to solve challenges and innovate communities https://aws.amazon.com/blogs/publicsector/governments-create-cloud-enabled-constituent-engagement-systems-solve-challenges-innovate-communities/ Governments create cloud enabled constituent engagement systems to solve challenges and innovate communitiesA constituent engagement system helps governments communicate listen and respond to informational service and transactional requests from their communities Governments across the US are embracing the cloud to optimize constituent engagement systems and improve the community experience reduce and eliminate friction for both enterprise employees and their customers and manage first contact burdens on staffed centralized points to liberate resources for higher priority initiatives 2021-06-30 16:46:14
AWS AWS for SAP How to connect SAP solutions running on AWS with AWS accounts and services https://aws.amazon.com/blogs/awsforsap/how-to-connect-sap-solutions-running-on-aws-with-aws-accounts-and-services/ How to connect SAP solutions running on AWS with AWS accounts and servicesConnectivity and data exchange between different services and PaaS or SaaS solutions are important in today s IT infrastructure We hear from AWS customers who are using SAP services such as HANA Enterprise Cloud HEC RISE with SAP or SAP Business Technology Platform BTP that they wish to leverage the connectivity services provided by AWS to … 2021-06-30 16:25:08
python Pythonタグが付けられた新着投稿 - Qiita pythonでimport時に、ModuleNotFoundError: No module namedが出た時の対処手順 https://qiita.com/ymto/items/e00e95543aab2d4d45ee 細かい理由とかは書いてませんが、一番下に参考記事のリンクがありますのでそちらを見ていただけると理解が深まると思います。 2021-07-01 01:07:29
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) RubyでRailsの User.find(id) みたいのをやりたい https://teratail.com/questions/347030?rss=all RubyでRailsのUserfindidみたいのをやりたい実現したいことRubyでRailsのnbspUserfindidnbspみたいのをやりたいです。 2021-07-01 01:53:25
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Javaでのマージソート https://teratail.com/questions/347029?rss=all JavaでのマージソートLeetcodeというサイトでnbspSortnbspannbspArrayという問題を解いています。 2021-07-01 01:28:13
Docker dockerタグが付けられた新着投稿 - Qiita Linuxの勉強をする環境をDockerで作ってみた https://qiita.com/Islanders-Treasure0969/items/3a74139d08d19f54eab3 2021-07-01 01:56:30
Linux CentOSタグが付けられた新着投稿 - Qiita Linuxの勉強をする環境をDockerで作ってみた https://qiita.com/Islanders-Treasure0969/items/3a74139d08d19f54eab3 2021-07-01 01:56:30
Linux CentOSタグが付けられた新着投稿 - Qiita systemd での シャットダウン・再起動時に、サービスの停止順序を指定するには https://qiita.com/shinya-kurioka/items/bee3e16983ef7e0c49f8 systemdでのシャットダウン・再起動時に、サービスの停止順序を指定するにはsystemdとSysVinitのシャットダウンフローの違いSysVinitの場合は、単純にランレベルに応じたrcdフォルダにあるKで始まるファイルをファイル名の昇順で、コマンドライン引数にstopを付けて順番に起動していくだけでした。 2021-07-01 01:20:48
技術ブログ Developers.IO QuickSightでカスタムビジュアルコンテンツが利用できるようになりました https://dev.classmethod.jp/articles/quicksight-custom-visual-content/ quicksight 2021-06-30 16:12:39
海外TECH Ars Technica SpaceX to make second attempt to launch Transporter-2 mission [Updated] https://arstechnica.com/?p=1776960 attempt 2021-06-30 16:10:01
海外TECH DEV Community Files every open-source project must have https://dev.to/msaaddev/files-every-open-source-project-must-have-2mmm Files every open source project must haveThis is just how I like to go Hence I am sharing this with everyone But if you do things differently and you don t agree with what I have to say next then I respect your opinion Well well well I see you are reading this post That means you are intrigued and curious to know all the files you should have in your open source project Before I jump into this I think you may also like my earlier article which you should definitely give a read if you are into Tailwind Tailwind CSS User Read this Saad Irfan・Jun ・ min read tailwindcss javascript css webdev So that s said let s jump into the highlight of this piece Well you see I am not going to take much of your time So if you just want to know the files here is the list of them editorconfig gitignore prettierrc json npmrcLicenseCode of ConductContributingChangelogReadme I see you are still reading That s awesome That means I have your undivided attention at least I hope so So while I have it let me explain each of these files and why you should have them in your project editorconfigIn my opinion every open source project should have this file Why Glad you asked You are building an open source project You are using your code editor and that editor is configured according to your needs Now someone else wants to contribute to your project When they clone your repo and open it in their code editor they will have different editor settings And now if they open a PR you will notice all the weird style changes in the code This is where editorconfig file comes into the picture The settings that you have added to this file will ultimately be used by all the other code editors So if you have this in your project and someone then clones your project they will also get a copy of this file that has all the editor settings and if they have set indent style to spaces and you have set it to tabs then for this project tabs will be used for indentation Here is an example of the contents of this file root true indent style tabend of line lftrim trailing whitespace trueinsert final newline trueHandy Right gitignoreI am not going to explain this file much because I know you are a developer and if you are here then you must have heard about this strange place called GitHub where all the developers put their work on display And you must also have used git for version controlling your software Well if you have this file in your project then git will ignore all the files or folders you add to this file Since you never commit your node modules to GitHub you can just node modules inside this file and you are gold Git will just ignore it now and you won t see it when you write git status in your terminal Here is an example of the contents of this file node modules node modules DS Store ehthumbs db prettierrc jsonYou need to write code that looks pretty and easy to read Well you can use prettier to do just this Since I work mostly with JavaScript and Node js for my open source work I always install Prettier as my dev dependency and add an additional script to my package json file scripts format prettier write js json This script allows me to format my entire codebase using npm run format If you carefully look at the script you will notice that it actually contains a regular expression You can modify it to include all the different file types you want to format Well I still need to set some ground rules for Prettier to follow Otherwise again different code editors have different Prettier configurations set So in prettierrc json file you define all the Prettier related configurations So if you run npm run format now Prettier is going to follow this configs ️Here is an example of the contents of this file trailingComma none singleQuote true printWidth useTabs true tabWidth semi true npmrcIf you want to set any npm related configurations locally in your project you can use this file to add them For me I just use this file to not generate a package lock json file Well because I don t need it in production Here is an example of the contents of this file package lock false LicenseEvery and I mean EVERY open source project should be licensed This is a license file and the contents of it determine which license you want to use Since I have authored more than open source tools I often find myself going with the MIT license You can easily create this file by running a single command in your terminal npx license license name for instance npx license MIT ‍Code of ConductThis is another MUST have file for an open source project I think the name is quite self explanatory You can add a code of conduct in your project again using a single command Just open your terminal and run this npx conduct ContributingThis is a markdown file that includes all the instructions that you want the potential contributors of your open source project to follow Everyone has different instructions You can find the instructions that I usually go with here ChangelogEvery open source software should be properly versioned With every new release a new version comes in This is another markdown file It contains the changes that you have done across multiple versions of your project For instance in version you launched the beta version of your project With version you fixed a couple of bugs Now you might want to add the changes you made to changelog md file So if anyone is using your tool they can read this file and know instantly what exactly changed across a version You can write your changelog file any way you want Here is an example v Fixed bug Improve code of Implemented feature v Implemented feature x that does Implemented feature y that does Implemented feature z that does I am not going to get into how you should version your software Maybe I will write another piece on it ReadmeI guess this is the most magical file in a project The content you have in this file is shown in your project repository So mainly this file is used for documentation And you should have great documentation if you want your project to be successful And there you have it folks These are all the files you should add to your open source project You can check this open source project of mine where I have used all of these files And while you at it if you like it don t forget to star it You can also follow me on GitHub where like many other magicians all my magic lies Until next time cheerios 2021-06-30 16:52:52
海外TECH DEV Community HTML exam. How much do you know? https://dev.to/jesuscano80/html-exam-how-much-do-you-know-3e9n HTML exam How much do you know I thought I knew a lot of HTML because I didn´t use DIV for everything accesability matters I used ASIDE HEADER MAIN SECTION FOOTER yeah that s fine but there are a ton of other tags or attribs that I didn t know about I challenge you to an exam to see how many you know of these ten points Are you ready Let´s go   Details and Summary tagsIt will show you a dropdown click menu without JavaScript only HTML lt details gt lt summary gt Click for info lt summary gt lt p gt Show more info about it lt p gt lt details gt   DatalistThe tag is used to provide an autocomplete feature for elements Users will see a drop down list of pre defined options as they input data lt input list animals gt lt datalist id animals gt lt option value pig gt lt option value hen gt lt option value cow gt lt option value dog gt lt option value cat gt lt datalist gt   Input type rangeYou can use it to create input sliders lt label for volume gt Volume lt label gt lt input type range id volume name volume min max gt   Markthe text will be marked as if you had used a highlighter pen lt p gt this is lt mark gt really lt mark gt interesting lt p gt   MeterUse the meter element to measure and show data within a given range lt label for disk c gt Disk usage C lt label gt lt meter id disk c value min max gt out of lt meter gt lt br gt   Download attributeYou can use the download attribute in your links to download the file instead of navigating to it lt a href path to file download gt Download file lt a gt   Favicon doesn´t update Sometimes favicon doesn´t change because is in cache You can force browsers to get a new version of icon adding v lt link rel icon href favicon ico v gt   Figure and FigcaptionUse a element to mark up a photo in a document and a figcaption element to define a caption for the photo lt figure gt lt img src pic trulli jpg alt Trulli style width gt lt figcaption gt Fig Trulli Puglia Italy lt figcaption gt lt figure gt   BDO tagIt will change the text direction it will shows in this case tfel ot thgir morF lt p gt lt bdo dir rtl gt From right to left lt bdo gt lt p gt   Video Poster AttributeUse the poster attribute to specify an image to be shown while the video is downloading or until the user hits the play button lt video poster path to image controls gt lt source src movie mp type video mp gt lt video gt  How did the test go How many did you know  Do you miss any Please comment 2021-06-30 16:38:03
海外TECH DEV Community The problem with the fancy animations in your website and how to fix it https://dev.to/savvasstephnds/the-problem-with-the-fancy-animations-in-your-website-and-how-to-fix-it-3mam The problem with the fancy animations in your website and how to fix it AboutYou are a developer You want to build a website to show off your skills What better way to impress visitors or potential employers or clients than having the elements of the page jump around in the screen It gives your website the “wow factor This is great but there is a problem with it and it has to do with accessibility Overview of our animated pageBefore we begin let s create a simple page with a box in the middle that does dancing around the screen using CSS and Keyframes Nothing fancy The box goes left while it rotates degrees anticlockwiseThe box goes right while it rotates degrees clockwiseReturns to its initial positionRepeat Notice The demo linked below contains motion that is not turned off by turning off animations in your settingsDemo The problemThe problem with fancy animations on a website have to do with accessibility Specifically visitors with Vestibular Motion Disorder or Vestibular Balance Disorder might find this problematic Being exposed to these kinds of animations might trigger discomfort such as DizzinessFeeling off balanceDisorientationLearn more about Vestibular Balance Disorder The solutionAll major browsers and operating systems now have a setting where a user can reduce the amount of motion and animation CSS has a media query called prefers reduced motion which you can use to detect whether a visitor has this setting turned on Updating our codeLet s have a look at our CSS code for the animated box app box padding px font size px border px solid EC font family sans serif color eee margin auto background color E border radius px animation name bounce animation duration s animation iteration count infinite keyframes bounce transform rotate deg translateX px transform rotate deg translateX px to transform rotate deg translateX px The code above sets the styling of the box how it should be animated from the keyframes block below it To make sure this animation does not work when the user has chosen to have reduced motion we can do as follows Step Remove the last lines from the CSS code of the box which are animation related animation name bounce animation duration s animation iteration count infinite Step Create a block using prefers reduced motion no preferenceThis block should contain the lines we deleted previously media prefers reduced motion no preference app box animation name bounce animation duration s animation iteration count infinite This will ensure that The animation is only activated if the visitor has not selected to have reduced motionThe animation is not activated if the browser or operating system do not support prefers reduced motion Notice if you prefer to not show animation in the demo linked below please turn off animations in your system s settings Accessible animation demoAnd that s it Your animation can be cancelled from your visitor s operating system settings at will To test the demo above simply change your settings in your operating system to turn off animations 2021-06-30 16:07:19
海外TECH DEV Community Death by Closure (and how Qwik solves it) https://dev.to/mhevery/death-by-closure-and-how-qwik-solves-it-44jj Death by Closure and how Qwik solves it In our previous post we introduced Qwik to the world In that post we glanced over many details which we promised to get into later Before we jump into Qwik and the design decisions behind it it is important to understand how we the industry got to where we are today What assumptions do the current generation of frameworks have which prevent them from getting good time to interactive scores By understanding the current limitations of the current generation of frameworks we can better understand why Qwik s design decisions may seem surprising at first Let s talk TTITTI or time to interactive measures the time that passes from navigating to a URL and the page becoming interactive To create the appearance of a responsive site SSR server side render is a must The thinking goes Show the user the site quickly and by the time they figure out what to click on the application will bootstrap itself and install all of the listeners So TTI is really a measure of how long it takes the framework to install the DOM listeners In the graphic above we are interested in the time from bootstrap to interactive Let s start at interactive and walk backward to understand everything the framework needs to do to get there The framework needs to find where the listeners are But this information is not easily available to the framework The listeners are described in templates Actually I think embedded would be a better word than described The information is embedded because it is not easily available to the framework The framework needs to execute the template to get to the listener closure To execute the template the template needs to be downloaded But the downloaded template contains imports that require even more code to be downloaded A template needs to download its sub templates We have the template but we still haven t gotten to the listeners Template execution really means merging the template with the state Without the state frameworks can t run the template which means they can t get to the listeners The state needs to be downloaded and or computed on the client The computation oftentimes means that even more code needs to be downloaded in order to compute the state Once all of the code is downloaded the framework can compute the state feed the state into the template and finally get the listener s closures and install these closures on the DOM That is a lot of work to do to get to an interactive state Every current generation framework works this way In the end this means that most of the application needs to be downloaded and executed for the framework to be able to find the listeners and install them Let s talk about closuresThe core problem described above is that it takes a lot of bandwidth to download the code and a lot of CPU time for the framework to find the listeners so that the page can become interactive But we are forgetting that the closures close over code and data This is a very convenient property and why we love closures But it also means that all of the closure data and code needs to be available at the time of closure creation rather than being lazy created at the time of closure execution Let s look at a simple JSX template but other templating systems have the same problem import addToCart from cart function MyBuyButton props const cost useState return Price cost lt button onclick gt addToCart gt Add to cart lt button gt All we need for interactivity is to know where the listeners are In the example above that information is entangled with the template in a way that makes it hard to extract without downloading and executing all of the templates on the page A page may easily have hundreds of event listeners but the vast majority of them will never execute Why do we spend time downloading code and creating closures for what could be rather than delaying it until it is needed Death by closureClosures are cheap and are everywhere But are they cheap Yes and no Yes they are cheap in the sense that they are cheap to create at runtime But they are expensive because they close over code which needs to be downloaded much sooner than it could be done otherwise And they are expensive in the sense that they prevent tree shaking from happening And so we have a situation I call “death by closure The closures are the listeners which are placed on the DOM that close over code that will most likely never run A buy button on a page is complex and is clicked rarely Yet the buy button eagerly forces us to download all of the code associated with it because it is what closures do Qwik makes listeners HTML serializableAbove I ve tried to make the point that closures can have hidden costs These costs come in the form of eager code download This makes closures hard to create and hence stand between the user and an interactive website Qwik wants to delay listener creation as much as possible To achieve this Qwik has these tenants Listeners need to be HTML serializable Listeners do not close over code until after the user interacts with the listener Let s have a look at how this is achieved in practice lt button on click MyComponent click gt Click me lt button gt Then in file MyComponent click tsexport default function alert Clicked Take a look at the code above The SSR discovered the locations of the listeners during the rendering process Instead of throwing that information away the SSR serializes the listeners into the HTML in the form of the attributes Now the client does not need to replay the execution of the templates to discover where the listeners are Instead Qwik takes the following approach Install qwikloader js onto the page It is less than KB and takes less than ms to execute Because it is so small the best practice is to inline it into the HTML which saves a server round trip The qwikloader js can register one global event handler and take advantage of bubbling to listen to all events at once Fewer calls to addEventListener gt faster time to interactive The result is that No templates need to be downloaded to locate listeners The listeners are serialized into the HTML in the form of attributes No template needs to be executed to retrieve the listeners No state has to be downloaded to execute the templates All of the code is now lazy and is only downloaded when a user interacts with the listener Qwik short circuits current generation frameworks bootstrap process and has replaced it with a single global event listener The best part is that it is independent of the size of the application No matter how large the app gets it will always be just a single listener The bootstrap code to download is constant and size independent of the complexity of the application because all of the information is serialized in the HTML To sum up the basic idea behind Qwik is that it is resumable It picks up where the server left off with only KB that needs to execute on the client And this code will stay constant no matter how large and complex your application gets In the next coming weeks we will look at how Qwik resumes manages state and renders components independently so stay tuned We are very excited about the future of Qwik and the kind of uses cases that it opens up Try it on StackBlitzStar us on github com builderio qwikFollow us on QwikDev and builderioChat us on DiscordJoin builder io 2021-06-30 16:01:43
Apple AppleInsider - Frontpage News Apple Watch Series 6 ban sought by medical device manufacturer Masimo https://appleinsider.com/articles/21/06/30/apple-watch-series-6-ban-sought-by-medical-device-manufacturer-masimo?utm_medium=rss Apple Watch Series ban sought by medical device manufacturer MasimoMedical technology company Masimo is escalating its legal battle with Apple filing a complaint that seeks an import ban on Apple Watch models Credit Andrew O Hara AppleInsiderMasimo which sued Apple in for alleged patent infringement and theft of trade secrets filed a complaint with the U S International Trade Commission on Tuesday The filing claims that the Apple Watch Series infringes on five patents focused on technology that uses light to measure blood oxygen levels Read more 2021-06-30 16:27:02
Apple AppleInsider - Frontpage News Today's best Apple deals: M1 MacBook Pro $160 off w/ AppleCare, $899 MacBook Air, new Siri Remote $50 https://appleinsider.com/articles/21/06/30/todays-best-apple-deals-m1-macbook-pro-160-off-w-applecare-899-macbook-air-new-siri-remote-50?utm_medium=rss Today x s best Apple deals M MacBook Pro off w AppleCare MacBook Air new Siri Remote Month end savings are in effect now on the latest MacBook Pro MacBook Air ーand even the new Siri remote for the Apple TV M MacBook Pro with AppleCare dealApple s standard M MacBook Pro in Space Gray is off exclusively for AppleInsider readers today at Apple Authorized Reseller Adorama Equipped with GB of RAM and a GB SSD this particular configuration normally retails for but it s currently discounted to with coupon code APINSIDER when using this activation link Read more 2021-06-30 16:23:36
海外TECH Engadget July's PlayStation Plus games include 'Call of Duty: Black Ops 4' https://www.engadget.com/playstation-plus-games-julsy-call-of-duty-black-ops-4-165230995.html?src=rss July x s PlayStation Plus games include x Call of Duty Black Ops x Sony has revealed the next batch of games PlayStation Plus members can claim starting on July th The highlight for many will be Call of Duty Black Ops the entry in the blockbuster series It includes three multiplayer modes the standard multiplayer affairs that Call of Duty fans have enjoyed for nearly two decades Zombies and the Blackout battle royale experience PlayStation owners can get their hands on A Plague Tale Innocence at no extra cost if they re PS Plus subscribers The PS and Xbox Series X versions of the survival horror game arrive on July th as does the Nintendo Switch port The other addition to the PS Plus library in July is WWE K Battlegrounds an arcade style take on WWE s brand of pro wrestling You ll have until August nd to claim these three games as well as Virtua Fighter Ultimate Showdown which stays in the lineup for a second month There are still a few more days to grab the other games currently on offer Star Wars Squadrons and Operation Tango PS only July th is the deadline for snagging those 2021-06-30 16:52:30
海外TECH Engadget Loki and the Simpsons meet on Disney+ July 7th https://www.engadget.com/the-good-the-bart-and-the-loki-disney-plus-july-7th-160218644.html?src=rss Loki and the Simpsons meet on Disney July thFans of Loki will have more than just a new episode of Marvel s live action series to look forward to next Wednesday On July th Disney will also release The Good The Bart and The Loki a new Simpsons short guest starring Tom Hiddleston to Disney Of his latest mis adventure the company says Loki has once again gotten himself banished from Asgard only this time to find himself in the town of Springfield The God of Mischief teams up with Bart and hijinks ensue The Good The Bart and The Loki is the second Disney Simpsons crossover following the Star Wars themed The Awakens from its Nap Of course you can thank the billions Disney spent adding Marvel Lucasfilm and assets from st Century Fox to its empire for that fact the Simpsons and Loki can appear in an animated short together nbsp 2021-06-30 16:02:18
海外科学 NYT > Science U.A.E.'s Mars Orbiter Gets New Views of Red Planet Auroras https://www.nytimes.com/2021/06/30/science/mars-aurora-uae.html U A E x s Mars Orbiter Gets New Views of Red Planet AurorasThe Hope orbiter built by the United Arab Emirates was able to use its scientific instruments to capture an improved picture of the red planet s night lights 2021-06-30 16:22:15
海外科学 NYT > Science Delta Variant’s Spread Prompts Reconsideration of Mask Guidance https://www.nytimes.com/2021/06/29/health/coronavirus-delta-variant-masks.html Delta Variant s Spread Prompts Reconsideration of Mask GuidanceLos Angeles County and the W H O warned that even immunized people should wear masks indoors Some scientists agreed but urged a localized approach 2021-06-30 16:23:18
金融 金融庁ホームページ 金融機関における貸付条件の変更等の状況について更新しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/kashitsuke/20200430.html 金融機関 2021-06-30 17:00:00
金融 金融庁ホームページ 「新型コロナウイルス感染症関連情報」特設ページを更新しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/press.html 新型コロナウイルス 2021-06-30 17:00:00
金融 金融庁ホームページ 「企業内容等の開示に関する留意事項について(企業内容等開示ガイドライン)」の改正(案)について公表しました。 https://www.fsa.go.jp/news/r2/sonota/20210630-4/20210630-4.html 開示 2021-06-30 17:00:00
金融 金融庁ホームページ 認可法人の役職員の給与水準について公表しました。 https://www.fsa.go.jp/news/r2/sonota/20210630-2/20210630-2.html 給与水準 2021-06-30 17:00:00
金融 金融庁ホームページ 経済価値ベースのソルベンシー規制等に関する検討状況について公表しました。 https://www.fsa.go.jp/news/r2/hoken/20210630.html 規制 2021-06-30 17:00:00
金融 金融庁ホームページ 「無尽業法施行細則」、「主要行等向けの総合的な監督指針」の一部改正(案)等に対するパブリックコメントの結果等について公表しました。 https://www.fsa.go.jp/news/r2/sonota/20210630-3/20210630.html 無尽業法 2021-06-30 17:00:00
金融 金融庁ホームページ 「経営者保証に関するガイドライン」の活用実績について公表しました。 https://www.fsa.go.jp/news/r2/ginkou/20210630gl.html 経営者 2021-06-30 17:00:00
金融 金融庁ホームページ 「金融商品取引業等に関する内閣府令」及び「金融商品取引法第百六十一条の二に規定する取引及びその保証金に関する内閣府令」の一部を改正する内閣府令(案)について公表しました。 https://www.fsa.go.jp/news/r2/shouken/20210630/20210630.html 内閣府令 2021-06-30 17:00:00
金融 金融庁ホームページ 貸金業関係資料集について更新しました。 https://www.fsa.go.jp/status/kasikin/20210630/index.html 関係 2021-06-30 17:00:00
金融 金融庁ホームページ 「金融商品取引業等に関する内閣府令及び金融サービス仲介業者等に関する内閣府令の一部を改正する内閣府令(案)」に対するパブリックコメントの結果等について公表しました。 https://www.fsa.go.jp/news/r2/shouken/20210630_03.html 仲介業者 2021-06-30 17:00:00
金融 金融庁ホームページ 「金融庁における法令適用事前確認手続に関する細則」の改正について公表しました。 https://www.fsa.go.jp/news/r2/sonota/20210630-5/20210630-5.html 法令適用事前確認手続 2021-06-30 17:00:00
金融 金融庁ホームページ 「ソーシャルボンド検討会議」(第4回)議事次第について公表しました。 https://www.fsa.go.jp/singi/social_bond/siryou/20210630.html 次第 2021-06-30 17:00:00
金融 金融庁ホームページ 銀行をご利用のお客様へ-新型コロナウイルスの感染を防ぐためのお願い-(2021年7月版)を掲載しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/zenginkyo07.pdf 新型コロナウイルス 2021-06-30 17:00:00
金融 金融庁ホームページ 銀行をご利用のお客様へ-新型コロナウイルスの感染を防ぐためのお願い-(オリンピック期間版)を掲載しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/zenginkyo07olympic.pdf 新型コロナウイルス 2021-06-30 17:00:00
金融 金融庁ホームページ 企業会計審議会委員の任命について公表しました。 https://www.fsa.go.jp/news/r2/singi/20210630-2.html 企業会計 2021-06-30 17:00:00
金融 金融庁ホームページ レバレッジ型・インバース型ETF 等への投資にあたってご注意ください https://www.fsa.go.jp/user/20210630_levETF.pdf 投資 2021-06-30 17:00:00
ニュース BBC News - Home Williamson wants to stop sending school bubbles home https://www.bbc.co.uk/news/education-57664192 covid 2021-06-30 16:08:47
ニュース BBC News - Home Covid-19: Tickets for England fans in Italy, and scrapping school bubbles https://www.bbc.co.uk/news/uk-57666520 coronavirus 2021-06-30 16:29:58
ニュース BBC News - Home Nick Grimshaw to leave Radio 1 after 14 years https://www.bbc.co.uk/news/newsbeat-57670955 childhood 2021-06-30 16:29:24
ニュース BBC News - Home Trump Organization expected to be charged over tax https://www.bbc.co.uk/news/business-57669976 crimes 2021-06-30 16:24:41
ニュース BBC News - Home Brexit: EU postpones ban on British meat sales in NI https://www.bbc.co.uk/news/uk-northern-ireland-57644497 ireland 2021-06-30 16:02:03
ニュース BBC News - Home Green Saving Bond details revealed - except for one key factor https://www.bbc.co.uk/news/business-57670057 environmental 2021-06-30 16:27:03
ニュース BBC News - Home Raye's pain as Polydor holds release of debut album https://www.bbc.co.uk/news/newsbeat-57663925 label 2021-06-30 16:47:23
ニュース BBC News - Home Diana statue: What next for William and Harry's relationship? https://www.bbc.co.uk/news/uk-57669199 upset 2021-06-30 16:00:34
ニュース BBC News - Home Brexit: What's the Northern Ireland Protocol? https://www.bbc.co.uk/news/explainers-53724381 ireland 2021-06-30 16:26:39
ニュース BBC News - Home Defending champion Pogacar crushes field in time trial to go second behind Van der Poel https://www.bbc.co.uk/sport/cycling/57671105 Defending champion Pogacar crushes field in time trial to go second behind Van der PoelDefending champion Tadej Pogacar claims a dominant time trial victory on stage five as Mathieu van der Poel narrowly retains the yellow jersey 2021-06-30 16:19:29
ニュース BBC News - Home Nearly 2,000 Scotland Covid cases linked to people watching Euro 2020 https://www.bbc.co.uk/news/uk-scotland-57667163 covid 2021-06-30 16:57:00
ニュース BBC News - Home 'Not bad for a part-time player' - Kyrgios wins epic match 9-7 in fifth set https://www.bbc.co.uk/sport/tennis/57669026 x Not bad for a part time player x Kyrgios wins epic match in fifth setMatteo Berrettini s fine form continues and Nick Kyrgios comes through a thrilling five sets to reach round two at Wimbledon 2021-06-30 16:36:21
ニュース BBC News - Home How many cases are in your area? https://www.bbc.co.uk/news/uk-51768274 explore 2021-06-30 16:19:46

コメント

このブログの人気の投稿

投稿時間: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件)