投稿時間:2021-05-28 19:26:02 RSSフィード2021-05-28 19:00 分まとめ(33件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] Twitter版Clubhouseの「Spaces」、ブラウザ版からも参加可能に https://www.itmedia.co.jp/news/articles/2105/28/news137.html clubhouse 2021-05-28 18:45:00
IT ITmedia 総合記事一覧 [ITmedia News] JAXAの「変形する月面ロボット」 タカラトミー開発協力の背景に「アイソボット」 https://www.itmedia.co.jp/news/articles/2105/28/news133.html itmedianewsjaxa 2021-05-28 18:25:00
python Pythonタグが付けられた新着投稿 - Qiita Slack Python SDK で Incoming Webhooks を使おう https://qiita.com/seratch/items/03e224cc092e1a7dd764 上記で説明したSlackアプリを作ってチャンネルを指定したURLを発行するかchatpostMessageを使用するようにしてください。 2021-05-28 18:02:38
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) pryに色がつかない。。文字が全て真っ白です。 https://teratail.com/questions/340889?rss=all iterm 2021-05-28 18:44:51
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) javaコンストラクタについて https://teratail.com/questions/340888?rss=all javaコンストラクタについてコンパイルできないのですが何が間違っているのかわかりません。 2021-05-28 18:41:12
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) エンコード・デコードを動的に行いたい https://teratail.com/questions/340887?rss=all iaapinbspnbspbapinbspnbsp 2021-05-28 18:38:15
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 年によって閏日のような存在しない値は計算できないようにしたい https://teratail.com/questions/340886?rss=all 年によって閏日のような存在しない値は計算できないようにしたい前提・実現したいこと下記の画像では本来、存在しない年月日の値を計算してしまっています。 2021-05-28 18:22:09
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Tomcat、Apacheについて https://teratail.com/questions/340885?rss=all Tomcat、Apacheについてプログラミング初心者です。 2021-05-28 18:13:22
AWS AWSタグが付けられた新着投稿 - Qiita パッケージ mysql-server は利用できませんの解決(EC2にて) https://qiita.com/YotaHamasaki/items/f20091b8638480caec74 依存性を解決しました略削除しましたmariadblibsxamzn依存性の削除をしましたmariadbxamznmariadbdevelxamzn完了しましたこれでmariaDBは無事削除できました。 2021-05-28 18:04:48
Linux CentOSタグが付けられた新着投稿 - Qiita iTerm2 で CentOS6 にログインすると文字化けする時の対処 https://qiita.com/allegro1209/items/b8ae0e9851b3afe49011 2021-05-28 18:01:56
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】FontAwesomeの導入 https://qiita.com/oak1331/items/f8caf42566f938f28abe ターミナルyarnaddfortawesomefontawesomefreescssファイルの設定次にFontAwesomeを使用するための設定をしていきます。 2021-05-28 18:48:51
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】管理者権限において管理者のみが特定のページや内容を見れるようする https://qiita.com/iwasan06/items/2589a3cc1b6d76e1f206 【Rails】管理者権限において管理者のみが特定のページや内容を見れるようする管理者のみが特定のページや内容を見れるようするにはどうするか管理者機能を実装し、管理者のみが特定のページを見れたり、特定の内容を表示できるようにします。 2021-05-28 18:45:39
海外TECH DEV Community Video call app with chat functionality built using React.js, Web RTC and Socket.io https://dev.to/mihir0699/video-call-app-with-chat-functionality-built-using-react-js-web-rtc-and-socket-io-3eeo Video call app with chat functionality built using React js Web RTC and Socket ioThis is a video calling application where users can call other user and will also have the capabiltiy to mute their mic and audio Their is also real time chat functionality It s also a modern PWA so users can install it on their devices like other native apps Project Link Github repo Demo Video Features and Functionalities Video Call with othersMute audio videoInstantly join a video call with a codeChat in real timeChat NotificationsInstall it as a PWA Progressive Web App on your deviceUnlimited duration callsShare code instantly on social media platformsSimple and intuitive UI Screenshots Home Page Incoming Call In Call Chat Tech Stack React jsNetlify Heroku Hosting Web RTCSocket ioNode jsAnt Design 2021-05-28 09:23:19
海外TECH DEV Community The #1 tip to familiarize with new JavaScript codebases https://dev.to/igeligel/the-1-tip-to-familiarize-with-new-javascript-codebases-2m1 The tip to familiarize with new JavaScript codebases The tip to familiarize with new JavaScript CodebasesIn my years as a software engineer I have probably looked at hundreds of codebases Too many to count I struggled a lot with understanding where the relevant code is most of the time Normally asking for help what I should look for and guidance in tickets will bring me forward Slowly and surely I will understand what the code is doing And you will too Some people are better at this and some people will be slow No shame Most code is complex But I found a simple tool that will make it easier for you It is called code complexity and you can use it as the following code snippet shows npx code complexity limit sort ratio You can also use filter js to use glob patterns to filter filesIt will return an output like the following filecomplexitychurnratiosrc cli tstest code complexity test ts idea workspace xmlThis will show the biggest and most changed files The likelihood that these files are crucial for understanding the application is quite high Read through them and understand them What this data means in detail will be explained in this blog article now Complexity and ChurnIn this chapter I will explain to you the concepts of complexity and churn when it comes to code It is the baseline to understand the technique we are using here to improve your understanding of a codebase What is Complexity Complexity can be defined in different ways The level of nesting of functions is normally used as a measurement of how complex code is Code with small functions and composed behavior is normally more readable and easy to understand So we could say that complex code also consists of a few functions that are far nested and it is mostly true Nesting is hard to track though so we could find another metric somehow With long functions normally there comes large files as well People tend to put everything into one file if they also put a lot into one function So in theory we could take the lines of code as a measurement as well There are a lot of utility packages out there that solve this problem One of these tools is called sloc It will output the number of lines of code within a file But do not use it directly The tool I mentioned before includes this by default So in conclusion we can say complex files are either super nested or super long One of these things normally comes with the other so that s great to hear because analyzing the length of a file tends to be easier than nesting What is Churn Churn is a bit more complicated to explain But let us start somewhere A churned file is a file that has a lot of changes But what does this mean A lot of changes to a file happens when yeah a lot of people have changed the file But how can someone measure that The git history is telling us how often a file was checked in So we can make sure with that how likely a file is to be changed Normally this means files of this type are the main point of the application A problem that occurs though is that often there are configuration files included here but you can simply exclude them for this analysis What can Complexity Churn teach us Now after learning what complexity and churn mean we can focus on the combination of them Files that normally charge a lot but are also really complex should be normally refactored And most of the time with that it is natural that these files might be the core of the application The basic logic is written in them directly or in files related to that So let us check how we can analyze that further Checking the files in detailMy technique to check the files in detail is quite simple I first look over the file and check what the exported functions are called Ideally I write them down Internal functions are firstly not important to understand Once I have an overview of all the exported functions I foremost check if there are any unit tests If the functions have parameters as well then I will try to write them down as well With TypeScript or Flow types this gets even more easier to get an overall feeling of the structure Unit tests are a good first approach to see how the functions are working To understand functions you probably just need to look at the input the function name and what it is returning In most of the cases types even support you with that and unit tests will show you edge cases for the function and how it can be used So that s mostly enough to understand the function At least if you know the programming language If you want to get deeper into the function feel free to but you do not have to do that Why Explained in the next chapter Why do not understand every detail Understanding a function in detail can be important But during onboarding a lot of other things are more important You will not be able to understand every bit of the application within a short time frame but understanding the core parts should give you a track of where the core logic of the application is executed With that knowledge you can jump into the first issues for you Ideally the team has prepared smaller tasks in the codebase to give you a nice onboarding experience If that is not the case ask your manager or senior engineers in your team if any of the current issues is suitable for you Make sure to transmit your gained knowledge of the codebase though so they understand your knowledge level A good idea for the first issue is also to do pair programming with other software engineers from the team Make sure to tell them that you want to type mostly and they should be more of supervisors so you learn how to navigate the codebase by yourself Because of that guided onboarding or easier tickets you do not have to jump into details The details of the code will be discovered now during the implementation phase of fixing bugs or adding features The more tickets you will do the more you learn about the codebase in detail But look back at churn and complexity because it can change over time Debugging the details Having to work on the code base now will also involve another bigger thing Debugging With your first tasks you will probably learn already how to run the application locally run unit tests and integration or EE tests if these exist These become vital once you implement the feature because adding tests will make sure your application is working as expected Often these tests cover a lot of code though and are kind of abstract In these cases you have to learn to debug your code Because most of the tests are being run in a Node js environment we will have a quick peek into how to debug Node js based applications Most engineers use console log to debug and it is completely valid But if you need to follow larger structures of code I can recommend using a proper debugger JavaScript and TypeScript support the debugger keyword nevertheless it is a bit tricky to run your test suite and have a nice debugger experience because within Node js it is a bit difficult to spawn a browser instance s developer tools and connect it to the program Another option would be to use your IDE or Editor to connect a debugger supported by your coding user interface For example Visual Studio Code supports debugging Node js applications directly in the IDE A guide on how Node js debugging in VS Code can be found here Debugging is an art in itself You should get comfortable using breakpoints and what the debugging functions step over and step into mean These will be extremely helpful when debugging nested functions Some examplesIn this chapter I will go through some codebases with this technique to explain where the main core of the application is and how the process mentioned above can help you to get familiar with the code base quicker Blitz jsBlitz js is a framework built on top of Next js It describes itself as the Ruby on Rails for JavaScript TypeScript The team is working for more than a year on this framework and it would be quite interesting to see where the core of their logic is being placed The first step of course is to clone the repository to a local folder and then run npx code complexity limit sort ratioThis will output the following table filecomplexitychurnrationextjs packages next compiled webpack bundle jsnextjs packages next compiled webpack bundle jsnextjs packages next compiled webpack bundle jspackages cli src commands generate tspackages cli src commands new tspackages generator src generators app generator tspackages generator src generator tspackages server src stages rpc index tspackages server test dev test tspackages core src types tspackages server src next utils tspackages generator templates app app pages index tsxpackages server src config tspackages core src use query hooks tsnextjs test integration file serving test index test jsexamples auth app pages index tsxpackages cli src commands db ts github workflows main ymlpackages cli test commands new test tsexamples store app pages index tsxpackages display src index tsAs you can see there are a lot of unrelated files that could be filtered out like the compiled folder but for an initial analysis this is enough We can see multiple directories being important here packages clipackages generatorpackages serverpackages coreIf we get a task we would at least know already where to look for related code Initially I would try to understand the packages core files to understand what they are doing Understand the tests if they exist and then you should have a good grasp of what Blitz is doing React jsReact js is a frontend framework that almost every web developer knows by now What most people do not know is how the codebase is structured and what are the core parts So let us have a look at it npx code complexity limit sort ratioRunning the command will lead to the following result filecomplexitychurnratiopackages eslint plugin react hooks tests ESLintRuleExhaustiveDeps test jspackages react src tests ReactProfiler test internal jspackages react reconciler src ReactFiberWorkLoop new jspackages react reconciler src ReactFiberWorkLoop old jspackages react dom src server ReactPartialRenderer jspackages react reconciler src ReactFiberCommitWork new jspackages react devtools shared src backend renderer jspackages react reconciler src ReactFiberBeginWork new jsscripts rollup bundles jspackages react reconciler src ReactFiberHooks new jspackages react dom src client ReactDOMHostConfig jspackages react reconciler src ReactFiberHooks old jspackages react reconciler src tests ReactHooks test internal jspackages react dom src tests ReactDOMComponent test jspackages react dom src tests ReactDOMServerPartialHydration test internal jspackages react noop renderer src createReactNoop jspackages react reconciler src ReactFiberCommitWork old jspackages react reconciler src ReactFiberBeginWork old jspackages react reconciler src tests ReactIncrementalErrorHandling test internal jspackages react refresh src tests ReactFresh test jsWhat we can see here is that two sub packages are probably the most interesting to understand packages react dompackages react reconcilerUnderstanding React Fiber and how react dom s partial renderer is working will give you a good idea about React s architecture A good thing about the code within React is that it is well documented with comments even though it is complex at first Venom A TypeScript Client for WhatsappVenom is a library to interact with Whatsapp You can send messages via this library and do many more things It is a bit more practical because on such applications you will work mostly in your day to day job So let us run our usual command npx code complexity limit sort ratiofilecomplexitychurnratiosrc lib jsQR jsQR jssrc lib wapi wapi jssrc api layers sender layer tssrc lib wapi store store objects jssrc controllers initializer tssrc lib wapi jssha index jssrc api layers retriever layer tssrc types WAPI d tssrc api layers host layer tssrc api layers listener layer tssrc controllers browser tssrc controllers auth tssrc api model enum definitions tssrc api whatsapp tssrc lib wapi functions index jssrc api layers profile layer tssrc lib wapi business send message with buttons jssrc api layers group layer tssrc api layers controls layer tssrc api model message tsWhat we can see here is that there are these directories which are from importance src libsrc apisrc controllersAs we can see from the src lib directory the files included are automatically generated Ideally we can filter them out but for now let us look at the other files We can see that src api layers sender layer ts and src api layers retriever layer ts are not complex but have a lot of changes So every time a feature is added or deleted these files are touched These are the core files of the application and understanding them will give you a good grasp of how the codebase is structured and what you should focus on Where does this technique come from This technique of analyzing a codebase originally came from a book that handles refactoring large codebases via a process Software Design X Rays by Adam Tornhill It is a great book and teaches you a lot of ways to structure your code and what parts are worth refactoring A great book I think every software engineer should have read it at some point because it will help them to understand a codebase differently With working on a project people will get familiar with different parts of the software and of course they will have their special area of code where they are super comfortable If this code is good and understandable is another question though that this book tries to answer Based on the refactoring efforts we can also use the knowledge to see which parts of the application are important Hopefully I explained this in this blog article to you Other LanguagesThe tool code complexity is closely coupled to JavaScript and TypeScript based codebases For other languages like Java C Python or PHP there are other tools but one tool that is generic and works for most of the codebases is code maat It is a tool created by the author of the book mentioned in the chapter before With that you can analyze a software project as well and come to the same conclusions as mentioned in the blog article ConclusionI hope you liked this article and made your life a bit easier Coming to a new code base is difficult and especially with the ever changing JavaScript world it is difficult to follow With the tools and processes presented in this article you might have an easier time actually fit well into a new codebase Feel free to share this article with your workers and also tell them about the techniques you are using Most of the developers I know do not know about the churn and complexity analysis and it might be really helpful for everyone So share it 2021-05-28 09:04:06
海外TECH Engadget Over 10,000 women are suing Google over gender pay disparity https://www.engadget.com/women-suing-google-gender-pay-disparity-095033360.html?src=rss_b2c disparity 2021-05-28 09:50:33
海外TECH Engadget Amazon will install small 'ZenBooth' meditation kiosks in its warehouses https://www.engadget.com/amazon-zenbooth-warehouse-worker-meditation-090643506.html?src=rss_b2c Amazon will install small x ZenBooth x meditation kiosks in its warehousesIn what may go down as a defining moment Amazon has unveiled tiny ZenBooth kiosks to help overworked employees destress 2021-05-28 09:06:43
金融 金融庁ホームページ 職員を募集しています。(金融商品取引業者等(主として投資運用会社)に対するモニタリング業務等に従事する職員(課長補佐クラス)) https://www.fsa.go.jp/common/recruit/r3/kantoku-05/kantoku-05.html 課長補佐 2021-05-28 10:00:00
海外ニュース Japan Times latest articles Brex, Jets set for showdown in B. League Finals https://www.japantimes.co.jp/sports/2021/05/28/basketball/b-league/brex-jets-b-league-finals/ finalsthe 2021-05-28 18:19:52
ニュース BBC News - Home Covid: 21 June lockdown easing date not guaranteed - Kwasi Kwarteng https://www.bbc.co.uk/news/uk-57278879 kwartengsome 2021-05-28 09:54:13
ニュース BBC News - Home Germany officially recognises colonial-era Namibia genocide https://www.bbc.co.uk/news/world-europe-57279008 financial 2021-05-28 09:19:01
ニュース BBC News - Home Ryan Giggs appears at crown court accused of coercive control https://www.bbc.co.uk/news/uk-wales-57280487 greville 2021-05-28 09:34:49
ニュース BBC News - Home Harambe: Gorilla photo to be sold as an NFT five years after he was shot dead https://www.bbc.co.uk/news/newsbeat-57279486 lowland 2021-05-28 09:01:33
ニュース BBC News - Home Juventus sack manager Pirlo after one season https://www.bbc.co.uk/sport/football/57268050 italian 2021-05-28 09:47:03
ニュース BBC News - Home MLB: Chicago Cubs steal a run in bizarre fashion against Pittsburgh Pirates https://www.bbc.co.uk/sport/av/baseball/57281368 MLB Chicago Cubs steal a run in bizarre fashion against Pittsburgh PiratesWatch Pittsburgh Pirates Javier Báez get into a mess between home and first allowing Willson Contreras to come home and steal a run for the Chicago Cubs much to his teammates amusement 2021-05-28 09:21:27
LifeHuck ライフハッカー[日本版] 欧米で人気! 磁力で球体を創作デスクトイ「geode」 https://www.lifehacker.jp/2021/05/235585-machi-ya-geode-start.html geode 2021-05-28 19:00:00
北海道 北海道新聞 女川原発、再稼働差し止め求める 「避難計画に不備」と提訴 https://www.hokkaido-np.co.jp/article/549146/ 避難計画 2021-05-28 18:15:00
北海道 北海道新聞 日本酒の輸出用免許、第1号交付 福島の焼酎メーカーが参入 https://www.hokkaido-np.co.jp/article/549145/ 限定 2021-05-28 18:14:00
北海道 北海道新聞 大気不安定、突風・雷警戒 西日本から北日本の広範囲 https://www.hokkaido-np.co.jp/article/549140/ 警戒 2021-05-28 18:13:00
北海道 北海道新聞 Jリーグ、10クラブが債務超過 赤字も34クラブ、コロナ禍で https://www.hokkaido-np.co.jp/article/549137/ 債務超過 2021-05-28 18:02:00
北海道 北海道新聞 自動車8社の世界生産、2・3倍 4月、コロナで前年激減の反動 https://www.hokkaido-np.co.jp/article/549138/ 自動車 2021-05-28 18:02:00
ニュース Newsweek 閲覧ご注意:ネズミの波がオーストラリアの農地や町に殺到している https://www.newsweekjapan.jp/stories/world/2021/05/post-96397.php ネズミの波が農地や町に殺到し、農作物を食い荒らすなどして農家に甚大な経済的損失をもたらし、住宅や病院に侵入して人を噛んだり、死骸が悪臭を放つといった公衆衛生上の問題も生じている。 2021-05-28 18:25:26
IT 週刊アスキー PS4&ACで『Virtua Fighter esports』が登場!「バーチャファイター×esports」プロジェクトの詳細を公開 https://weekly.ascii.jp/elem/000/004/056/4056897/ esports 2021-05-28 18:25:00
GCP Cloud Blog Diversity in leadership: Celebrating the success of Asian & Pacific American founders with Google Cloud https://cloud.google.com/blog/topics/startups/diversity-leadership-celebrating-success-asian-pacific-american-founders-google-cloud/ Diversity in leadership Celebrating the success of Asian amp Pacific American founders with Google CloudMay is Asian Pacific American Heritage Month ーa time for us to come together to celebrate and remember the important people and history of Asian and Pacific Island heritage This feature highlights three AAPI founders from the Google For Startups community Read on to learn how these three founders built their businesses leverage Google tech and suggestion they have for aspiring entrepreneurs CultivatePeople Founder Lola HanDescription CultivatePeople s compensation software Kamsa provides global market pay rate data and helps companies make data driven salary decisions so they can attract and retain their most valuable asset employees  Why GCP “CultivatePeople began using GCP when integrating SSO SAML authentication after our SaaS product became a high priority We were able to exceed our clients expectations and increase their level of trust in our platform s capabilities We re currently investigating additional machine learning products such as Cloud AutoML that will allow us to quickly deliver exciting features  Note from the Founder “I grew up with immigrant parents who value stability and are risk averse My parents discouraged me from starting my own company because they didn t want to see me struggle financially or see my health suffer due to stress I felt strongly about what CultivatePeople could do so I started the company as a sole founder in and watched it double in size year over year since While the ones I love most may not have cheered me on initially it was important for me to hang on to the encouraging words of former bosses executives and founders to keep me focused on my mission  My advice for other AAPI founders is to be a silent assassin and believe in the mission and values of your organization Always remember to stop along the way and    Enjoy the journey by celebrating wins and giving yourself credit Follow your intuitionーit s almost always right   Recognize and invest in your people regularly ie give increases more than once a year if warranted Give regular words of affirmation to employees on even small achievements SwitFounder Josh Lee and Max LimDescription Swit is a team collaboration platform that seamlessly combines team chat with task management by allowing teams to turn their conversations into trackable tasks and share tasks to chat with simple drag and drop functionality ensuring everyone is on the same page and projects get done faster Why GCP “Swit is a cross category hybrid work tool for chat and tasks This functionality requires more complicated and heavier architecture for performance So configuring and managing virtual machines was really challenging to scale up our systems while handling occasional unexpected traffic surges and frequent updates Eventually we divided our monolithic architecture into microserviceswhen we launched our official product The migration to GKE took around one month and it turned out to be well worth the effortーour systems became able to offer high scalability and enough resilience to keep its uptime no matter what happened Now we re operating workloads and microservices with high stability with remarkably low downtime less than year Note from the Founder “As an AAPI founder based in Silicon Valley I feel proud of the work ethics and diligence fellow Korean American entrepreneurs and professionals have long demonstrated here Especially with K pop breaking into the mainstream I feel even more proud of our culture that strives toward an absolute perfection molded through years of training and dedication The mission driven culture of Silicon Valley coupled with Google s edging technology and creativity really helped us build a product that not only encompasses verticals but also transcends cultures Swit is growing at an unprecedented rate and we hope to join the long list of successful AAPI entrepreneurs here Swit s close network with the AAPI community wouldn t have been possible without Google support We are grateful for this collaborative environment and we hope to become the next generation ambassador for collaboration after Google  Check out more from Swit in their founder story WISY Founder Min ChenDescription Wisy develops technology to bring digital efficiency into the physical world supporting consumer products businesses and making them thrive in the new economy All of us have a bad experience when we can t find the product we want to buy That is a T problem in the consumer packaged goods industry that Wisy is solving with AI and analytics to help manufacturers and retailers sell more by reducing out of stocks and waste at a global scale Why GCP “GCP has an intuitive easy to use interface was lower cost and offered preemptible instances with flexible compute options Some of the reasons why Wisy decided to use GCP include instance and payment configurability privacy and traffic security cost efficiency and Machine Learning Wisy has been able to advance quickly with product development as well as collaborate better and iterate faster in the creation of our AI models while reducing costs by At Wisy we are solving a problem that affects everyone who shops at a store “Note from the Founder “Two years ago I moved to San Francisco to expand my second startup Wisy This is when I learned that my name Min stands for minority I was born in China raised in a Black community in Panama received scholarships to attend both Carnegie Mellon and UC Berkeley I worked for years in several countries but I have never felt so discriminated against due to my race ethnicity gender and age than during my time in Silicon Valley However this is also the place I learned that my diverse life experience is my competitive advantage My background enables me to recruit and relate to people in different countries create scalable and flexible products for multinational customers and run global operations efficiently My recommendation to AAPI founders is to find strength in their multicultural background Don t hide what makes you unique do not limit yourselves and do not let others limit you You will lose your edge when trading authenticity for validation Be proud and own your story If you want to learn more about how Google Cloud can help your startup visit our Startup Program application page here and sign up for our monthly startup newsletter to get a peek at our community activities digital events special offers and more To learn more about how you can help StopAsianHate during Asian Pacific American Heritage Month and beyond visit their website here 2021-05-28 10:45: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件)