[推荐]大量 Blazor 学习资源(三)

大量 Blazor 学习资源系列文章:

  1. [推荐]大量 Blazor 学习资源(一)

  2. [推荐]大量 Blazor 学习资源(二)

这次主要内容有 Blazor 相关视频,因为本身视频是英文的,所以就保持原样了,描述没有翻译。请注意科学上网。

视频 / Videos

  • Modern Web UI with Blazor WebAssembly - 45min. May 19, 2020 - Modern web development is here with Blazor! Be productive building beautiful interactive UI with .NET and C# that runs on any device via WebAssembly. PWAs, authentication, debugging and more. Video by Steve Sanderson from Microsoft.

    https://channel9.msdn.com/Events/Build/2020/BOD104
    
  • Blazor WASM authentication - 99min. May 8, 2020 - Blazor WASM authentication, by Ed Charbeneau.

    https://www.twitch.tv/videos/614895872
    
  • Blazor Tutorial : Deploy to Azure App Services - May 5, 2020 - Blazor Tutorial : Deploy to Azure App Services, by Curious Drive.

    https://www.youtube.com/watch?v=CFAE4_dwzAs&feature=youtu.be
    
  • Blazor StateHasChanged: E-book samples, code-behind, and office hours - May 1, 2020 - Blazor StateHasChanged: E-book samples, code-behind, and office hours.

    https://www.twitch.tv/videos/608126510
    
  • Trains.NET - Lets pretend to be designers - April 22, 2020 - Building a 2D game with .NET and C#, let's draw things with Blazor. Trains.NET's Source code.

    https://www.twitch.tv/videos/599185198
    https://github.com/davidwengier/Trains.NET
    
  • Trains.NET - From SkiaSharp to HTML Canvas, and hopefully published to a website somewhere - April 15, 2020 - Building a 2D game with .NET and C#, let's draw things with Blazor. Trains.NET's Source code.

    https://www.twitch.tv/videos/592596855
    
  • Trains.NET - Let's draw things with Blazor - April 10, 2020 - Building a 2D game with .NET and C#, let's draw things with Blazor. Trains.NET's Source code.

    https://www.twitch.tv/videos/588019981
    
  • Trains.NET - Experimenting with Blazor - April 8, 2020 - Building a 2D game with .NET and C#, experimenting with Blazor. Trains.NET's Source code.

    https://www.twitch.tv/videos/586349468
    
  • Carl Franklin's Blazor Desk Show with Dan Roth - 121min. March 26, 2020 - Video of Carl Franklin (from .NET Rocks!) about architecture best practices, how to make and consume generic components, how to call JavaScript to enhance your apps, and how to implement authentication and authorization. This video also covers how to monitor the traffic going back and forth between the browser and the server, measure your app's memory footprint, and how to optimize it. It also introduces some exciting Blazor controls including a data grid and appointment scheduling component.

    https://www.youtube.com/watch?v=xxIkh6GZdaM
    
  • Quarantined Coding! with Ed Charbeneau - March 26, 2020 - Ed Charbeneau about Blazor for CodeItLive.

    https://www.twitch.tv/videos/575953710
    
  • Create a Blazor Server App and Add Syncfusion Blazor Components - March 24, 2020 - Learn to create a new Blazor Server App and add Blazor Components of Syncfusion to it using Visual Studio 2019 and Visual Studio Code.

    https://www.youtube.com/watch?v=cQZYzOlTm0Q
    
  • Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 22, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.

    https://www.twitch.tv/videos/572751843
    
  • Blazor StateHasChanged: Hot take on hot questions - March 20, 2020 - Blazor StateHasChanged: Hot take on hot questions, by Ed Charbeneau.

    https://www.twitch.tv/videos/571259404
    
  • Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 20, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.

    https://www.twitch.tv/videos/571161098
    
  • Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 19, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.

    https://www.twitch.tv/videos/570365905
    
  • Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee - March 18, 2020 - Minimal March - Linux and Blazor. PRs, Finishing the FormView, C#, HTML, and !coffee, by Csharpfritz.

    https://www.twitch.tv/videos/569662576
    
  • Building Chat App using Blazor WebAssembly - March 6, 2020 - Building Chat App using Blazor WebAssembly, day 10 by Curious Drive.

    https://www.twitch.tv/curiousdrive/clip/BashfulSpeedyPuddingHeyGirl
    
  • Blazor Tutorial : Event Handling - 12min. March 4, 2020 - Episode about event handling by Curious Drive.

    https://www.youtube.com/watch?v=wxU6wWTT4mQ&feature=youtu.be
    
  • Build your first Blazor app with Carl Franklin - 71min. March 3, 2020 - Build your first Blazor app with Carl Franklin, by DevExpress.

    https://www.youtube.com/watch?v=hAB4fHy6Cfo&feature=youtu.be
    
  • Blazor, GitHub CLI, Excel? and more - 106min. February 26, 2020 - Blazor, GitHub CLI, Excel? and more by Michael Crump on Twitch.

    https://www.twitch.tv/videos/557921454
    
  • Ed Charbeneau talks about Blazor components on CsharpFritz - 152min. February 25, 2020 - Ed Charbeneau talks about Blazor components contributes BlazorComponentUtilities to our project.

    https://www.twitch.tv/videos/544128754
    
  • Deep Dive on Server-Side Blazor - 60min. February 24, 2020 - Talk by Carl Franklin at the NDC London, "Deep Dive on Server-Side Blazor". Blazor has arrived on the server with .NET Core 3. In this demo-filled session, Carl shows you how you can integrate authentication, data access with Entity Framework Core, API endpoints, File Uploads, and SignalR to create a great experience for your users.

    https://www.youtube.com/watch?v=JrA1cv5jvFA
    
  • Deploying Blazor WebAssembly Backend - February 21, 2020 - Deploying Blazor WebAssembly Backend, on Twitch.

    https://www.twitch.tv/videos/555713221
    
  • Blazor Tutorial : Templated Components | Html Table - February 20, 2020 - Blazor Tutorial : Templated Components | Html Table by CuriousDrive. Source code.

    https://www.youtube.com/watch?v=BBFF2l1FlE0&feature=youtu.be
    https://github.com/CuriousDrive/BookStores
    
  • Is Blazor the new Silverlight? - February 19, 2020 - Very short video (2min) by Carl Franklin from the Blazor Road Show who speaks about "Is Blazor the new Silverlight?".

    https://www.youtube.com/watch?v=s9Nkry1l5Tg&feature=youtu.be
    http://www.blazorroadshow.com
    
  • Blazor Tutorial : Procedural Logic | Authentication & Authorization in C# - February 18, 2020 - Blazor Tutorial : Procedural Logic | Authentication & Authorization in C#, by Curious Drive. Source code.

    https://www.youtube.com/watch?v=EdnrUGmECS4&feature=youtu.be
    https://github.com/CuriousDrive/BookStores
    
  • Open Source C#, Blazor, and the DataBinder - February 16, 2020 - Open Source C#, Blazor, and the DataBinder, by Jeffrey Fritz. BlazorWebFormsComponents.

    https://www.twitch.tv/videos/552921602
    https://github.com/FritzAndFriends/BlazorWebFormsComponents
    
  • Coding with Squirrel - and Blazor !coffee - February 14, 2020 - Coding with Squirrel, and Blazor !coffee, by Jeffrey Fritz. BlazorWebFormsComponents.

    https://www.twitch.tv/videos/551829522
    
  • Blazor TreeView GridLines and starting the FormView component - February 13, 2020 - Blazor TreeView GridLines and starting the FormView component, by Jeffrey Fritz.

    https://www.twitch.tv/videos/551327880
    
  • Blazor TreeView images and checkboxes - February 12, 2020 - Blazor TreeView images and checkboxes, by Jeffrey Fritz. BlazorWebFormsComponents.

    https://www.twitch.tv/videos/550829401
    
  • How To Create a Blazor Component - February 11, 2020 - This video covers how to create a Blazor component for a Blazor application. Create a template and write C# code to connect the component with the application.

    https://www.youtube.com/watch?v=ijIjg2XAVK8
    
  • Ed Charbeneau of Progress: Why I'm Excited About Blazor in 2020 - February 10, 2020 - Ed Charbeneau of Progress talks about the technologies he's excited to learn more about in 2020 including Blazor.

    https://www.youtube.com/watch?v=rAiBaedDWpY
    
  • Blazor Tutorial: Role-based Authorization - February 7, 2020 - Blazor Tutorial: Role-based Authorization. Source code.

    https://www.youtube.com/watch?v=rk5uIA6s574&feature=youtu.be
    https://github.com/CuriousDrive/BookStores
    
  • Blazor Tutorial: Register User & Generate JWT - February 5, 2020 - Blazor Tutorial : Register User & Generate JWT.

    https://www.youtube.com/watch?v=kGbdWtxFhRI
    
  • Live from Stockholm - Pages, JavaScript, C# and Blazor components - February 4, 2020 - Live from Stockholm - Pages, JavaScript, C# and Blazor components, by Jeffrey Fritz.

    https://www.twitch.tv/videos/546707126
    
  • Live from Stockholm - MasterPages, Layouts, Blazor components and your pull-requests - February 2, 2020 - Live from Stockholm - MasterPages, Layouts, Blazor components and your pull-requests, by Jeffrey Fritz.

    https://www.twitch.tv/videos/545753950
    
  • Build modern data-driven Web Apps with Microsoft Blazor and Dapper - February 2, 2020 - Build modern data-driven Web Apps with Microsoft Blazor and Dapper.

    https://www.youtube.com/watch?v=W9xUUk_H_Ng
    
  • Blazor, a new framework for browser-based .NET apps - January 29, 2020 - "Blazor, a new framework for browser-based .NET apps" session by Steve Sanderson at the NDC London 2020.

    https://www.youtube.com/watch?v=Khn7sDUSEJM&feature=youtu.be
    https://ndc-london.com/talk/blazor-a-new-framework-for-browser-based-net-apps-1/
    
  • Blazor in more depth - January 28, 2020 - Blazor in more depth by Steve Sanderson and Ryan Nowak at the NDC London 2020.

    https://www.youtube.com/watch?v=QnBYmTpugz0
    https://ndc-london.com/talk/blazor-in-more-depth/
    
  • How to use BlazorStyled with Blazor to dynamically change CSS - January 22, 2029 - I show how to install BlazorStyled for SSB and how I built a ProgressBar and Sprite Component to do simple animaitons.

    https://youtu.be/frtetHgfdIo
    
  • Blazor Tutorial : HttpClient | Login User - January 21, 2020 - This video covers how we can use HttpClient in your Blazor app to make API calls to login user into the system. Source code.

    https://www.youtube.com/watch?v=X6cBnOhaYhk&feature=youtu.be
    https://github.com/CuriousDrive/BlazorApp
    
  • Let's add some auth to Blazor - January 17, 2020 - Let's add some auth to Blazor, on Twitch.

    https://www.twitch.tv/videos/533986300
    
  • Blazor Means Business - January 16, 2020 - "Blazor Means Business" by Paul Schroeder at the Chicago .NET User Group.

    https://www.youtube.com/watch?v=0CS2xat4dBg
    
  • Microsoft, Google and Cookie Authentication and Authorization - January 15, 2020 - This video by Microsoft covers how you can use authentication and authorization within your Blazor application.

    https://www.youtube.com/watch?v=v2OsI7qJdoc
    
  • Adding content management using Kentico Kontent - January 15, 2020 - Adding content management using Kentico Kontent to a Blazor app.

    https://www.youtube.com/watch?v=DqdiYXg8gRs
    
  • .NET Conf session: Blazor for Web Form and C# Developers - January 14, 2020 - "Blazor for Web Form and C# Developers" by Jeff Fritz, session of the .NET Conf "Focus on Blazor". This session covers how you can use Blazor within your Web Form applications.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Blazor-for-Web-Form-and-C-Developers
    
  • .NET Conf session: Build Serverless Apps with Blazor - January 14, 2020 - "Build Serverless Apps with Blazor" by Daria Grigoriu and Fabio Cavalcante, session of the .NET Conf "Focus on Blazor". This session covers how you can build serverless Blazor applications.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Build-Serverless-Apps-with-Blazor
    
  • .NET Conf session: Scaling Blazor Server Apps with Azure - January 14, 2020 - "Scaling Blazor Server Apps with Azure" by Ryan Nowak, session of the .NET Conf "Focus on Blazor". This session covers how you can scale your Blazor applications with Azure.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Scaling-Blazor-Server-Apps-with-Azure
    
  • .NET Conf session: Microsoft, Google and Cookie Authentication and Authorization - January 14, 2020 - "Microsoft, Google and Cookie Authentication and Authorization" by Michael Washington, session of the .NET Conf "Focus on Blazor". This session covers how you can use authentication and authorization within your Blazor application.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Microsoft-Google-and-Cookie-Authentication-and-Authorization
    
  • .NET Conf session: Authoring Custom Components - January 14, 2020 - "Authoring Custom Components" by Ed Charbeneau, session of the .NET Conf "Focus on Blazor". This session covers how you can create custom Blazor components.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Authoring-Custom-Components
    
  • .NET Conf session: Mobile Blazor Bindings - Using Blazor to build mobile apps - January 14, 2020 - "Mobile Blazor Bindings - Using Blazor to build mobile apps" by Eilon Lipton, session of the .NET Conf "Focus on Blazor". This session covers how you can use Blazor to build great mobile applications.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Mobile-Blazor-Bindings-Using-Blazor-to-build-mobile-apps
    
  • .NET Conf session: Testing Blazor Components - January 14, 2020 - "Testing Blazor Components" by Egil Hansen, session of the .NET Conf "Focus on Blazor". This session covers different ways to test the Blazor components.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Testing-Blazor-Components
    
  • .NET Conf session: JavaScript Two-Way Interop - January 14, 2020 - "JavaScript Two-Way Interop" by Javier Calvarro Nelson, session of the .NET Conf "Focus on Blazor". This session covers cover how you can use custom JavaScript within your Blazor components.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/JavaScript-Two-Way-Interop
    
  • .NET Conf session: State Management in Blazor Apps - January 14, 2020 - "State Management in Blazor Apps" by Jeremy Likness, session of the .NET Conf "Focus on Blazor". This session covers how you can enable statement management within your Blazor applications.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/State-Management-in-Blazor-Apps
    
  • .NET Conf session: Create a great UX with Blazor - January 14, 2020 - "Create a great UX with Blazor" by Jimmy Engstrom, session of the .NET Conf "Focus on Blazor". This session covers how we can create a great UX flow with Blazor.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Create-a-great-UX-with-Blazor
    
  • .NET Conf session: Routing A-Z - January 14, 2020 - "Routing A-Z" by Chris Sainty, session of the .NET Conf "Focus on Blazor". This session covers how routing works within Blazor and its components.

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Routing-A-Z
    
  • .NET Conf session: Welcome to Blazor - January 14, 2020 - "Welcome to Blazor" by Dan Roth, session of the .NET Conf "Focus on Blazor".

    https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Welcome-to-Blazor
    
  • .NET Conf "Focus on Blazor" - Video of the complete event. 8 hours of great information about Blazor, enjoy!

    https://www.youtube.com/watch?v=fgneZz-4Foc
    
  • .NET Conf: Focus on Blazor Teaser - January 9, 2020 - In this episode, Robert is joined by Daniel Roth, who provides a look at the upcoming (Tuesday January 14) .NET Conf: Focus on Blazor. This is a free, one-day livestream event that features speakers from the community and .NET product teams that are working on building web apps with C# and Blazor. He also gives a nice overview of Blazor.

    https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/NET-Conf-Focus-on-Blazor-Teaser
    
  • Create new Blazor CRUD application with Radzen - January 7, 2020 - How to create new Blazor CRUD application from Microsoft SQL Server database using Radzen.

    https://www.youtube.com/watch?v=rTVspBBuAz4
    
  • Blazor Forms with Validation - Part IV - January 1, 2020 - This video will show you how to include a radio button, checkbox, and select/dropdown in a blazor form. There are a couple of options when working with the select and this video takes you through them.

    https://www.youtube.com/watch?v=SzlsRdV5z_8
    
  • Blazor Forms with Validation - Part III - January 1, 2020 - This video shows you how to add validation messages at the field level instead of or in addition to at the form level.

    https://www.youtube.com/watch?v=fAwba0bpiSs
    
  • Blazor Forms with Validation - Part II - December 30, 2019 - The prior video had one minor issue. Did you catch it? This video shows you what it is and gives you 2 different ways to address it.

    https://www.youtube.com/watch?v=wFcK_IPlw78
    https://www.youtube.com/watch?v=7AtzojuYKP4
    
  • Blazor Forms with Validation - Part I - December 30, 2019 - This video shows you how to use the Editform and Input components to create a form and integrate it with validation.

    https://www.youtube.com/watch?v=7AtzojuYKP4
    
  • Blazor Tutorial : Handling Exceptions - December 30, 2019 - Blazor Tutorial : Handling Exceptions.

    https://www.youtube.com/watch?v=NGS_Brbxdkk
    
  • AutoComplete in Blazor - December 29, 2019 - How to use the Blazored.Typeahead AutoComplete Combobox in Blazor.

    https://www.youtube.com/watch?v=SswX4KAf1d8
    https://github.com/Blazored/Typeahead
    
  • Blazor StateHasChanged - December 19, 2019 - Blazor StateHasChanged: Mixing Razor Pages and Blazor.

    https://www.youtube.com/watch?v=WbLW4c1yIac&feature=youtu.be
    
  • Add Razor Component with parameter to an MVC App - December 19, 2019 - This video shows you how to migrate a .net core 2.2 MVC app to .net core 3.1, then add a razor component with a parameter to the MVC app.

    https://www.youtube.com/watch?v=Mt0sAZYldno
    
  • Integrate Bootstrap and navigation into our app - December 18, 2019 - This video shows you how to integrate Bootstratp into our App to add a nicer looking UI and navigation.

    https://www.youtube.com/watch?v=4KOn4Nq-56g
    
  • What is Blazor? What are Razor Components? - December 17, 2019 - This video shows what Blazor is and how Razor Components are the core piece of Razor. It then shows you various ways to use Razor Components in a demo project.

    https://www.youtube.com/watch?v=7vJ1hM2ogVs
    
  • Blazor Tutorial : Authentication | Custom AuthenticationStateProvider - December 13, 2019 - Blazor Tutorial : Authentication | Custom AuthenticationStateProvider.

    https://www.youtube.com/watch?v=BmAnSNfFGsc
    
  • Blazor WebAssembly to GitHub Pages site - December 14, 2019 - The video shows you how to take the Microsoft Blazor WebAssembly template and add it as your GitHub Pages site.

    https://www.youtube.com/watch?v=5gDLkvNQUF4
    
  • From console app to blazor app in about 20 minutes - December 14, 2019 - Shows you how to create a Blazor Application from a Console Application using Visual Studio 2019 and .Net Core 3.1.

    https://www.youtube.com/watch?v=QvpQQiDrxn4
    
  • Visual Studio 2019 & .Net Core 3.1 SDK Install - December 13, 2019 - Install and verify Visual Studio 2019 and .Net Core 3.1 SDK.

    https://www.youtube.com/watch?v=8ZWs_g2aR9g
    
  • Blazor StateHasChanged - December 9, 2019 - Blazor StateHasChanged: Hot take on hot questions from the community.

    https://www.youtube.com/watch?v=6iy316pdRXg
    
  • Blazor for Web Forms Developers - Components to make migration easier - December 5, 2019 - Blazor for Web Forms Developers - Components to make migration easier.

    https://www.youtube.com/watch?v=6iy316pdRXg
    
  • Building Serverless web applications with Blazor and Azure Functions - December 5, 2019 - Building Serverless web applications with Blazor and Azure Functions, on Channel 9.

    https://channel9.msdn.com/Shows/On-NET/Blazor-and-Azure-Functions
    
  • Blazor Update with Daniel Roth - December 3, 2019 - ASP.NET Community Standup - Dec 3rd, 2019 - Blazor Update with Daniel Roth.

    https://www.youtube.com/watch?v=PaemestFrt0&list=PL1rZQsJPBU2St9-Mz1Kaa7rofciyrwWVx&index=0
    
  • Blazor Tutorial : Authentication | Out of the box - December 3, 2019 - Blazor Tutorial : Authentication | Out of the box.

    https://www.youtube.com/watch?v=StjyKhy9e7M
    
  • Share Blazor Pages and JavaScript across assemblies - November 17, 2019 - Share Blazor Pages and JavaScript across assemblies.

    https://www.youtube.com/watch?v=HGoPwLu4qDI
    
  • Blazor Server : Razor Components | Lifecycle Methods - November 11, 2019 - Lifecycle Methods, Going through the life cycle of page/component in Blazor Apps. Source code.

    https://www.youtube.com/watch?v=VM4i-_YnGMo
    https://github.com/CuriousDrive/PublicProjects/tree/master/BlazorApp/BlazorApp
    
  • Archives - 2019, 2018, 2017.

    https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2019.md#videos
    https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2018.md#videos
    https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2017.md#videos
    

推荐阅读:

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/309531.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

The Water Bowls POJ - 3185(开关问题+暴力)

题意: 给20个水碗。朝上为‘0’或朝下为‘1’,每次操作使三个碗翻转,问使所有20个水碗都朝上,至少翻多少次? 题目: The cows have a line of 20 water bowls from which they drink. The bowls can be e…

基于 abp vNext 和 .NET Core 开发博客项目 - 定时任务最佳实战(二)

上一篇使用HtmlAgilityPack抓取壁纸数据成功将图片存入数据库,本篇继续来完成一个全网各大平台的热点新闻数据的抓取。同样的,可以先预览一下我个人博客中的成品:https://meowv.com/hot ????????????,和抓取壁纸的套路…

Linear world POJ - 2674(弹性碰撞+技巧)

题意: 给你n个居民的起始位置,各自在长度为l的平台,以同样的速度向左或向右走,当碰见时往相反方向走,问最后掉下去的居民花费的时间以及姓名。 题目: The Disc, being flat, has no real horizon. Any a…

TechEmpower Web 框架性能第19轮测试结果正式发布,ASP.NET Core在主流框架中拔得头筹...

TechEmpower第19轮编程语言框架性能排行榜2020年5月28日正式发布,详见官方博客:https://www.techempower.com/blog/2020/05/28/framework-benchmarks-round-19/,TechEmpower基准测试有许多场景(也称为测试类型),此次评…

Calendar Game POJ - 1082(关于日历的博弈问题)

题意: 两个人轮流玩游戏,每个人可以把日期进行转移,转移规则: 1.可以转移到当前日期的下一天。 2可以转移到下个月的这一天。(但是如果下个月没有这一天就不能进行第二种转移) 3.如果A恰好移动到2001.11.4…

[Java基础]JDK内置注解

示例代码如下: package annotation;SuppressWarnings("all") public class AnnoDemo2 {Overridepublic String toString(){return super.toString();}Deprecatedpublic void show(){//有缺陷}public void show1(){//替代show方法}public void demo(){show();}}

学了这么多年精益思想,居然不知道还有第八种浪费 | IDCF

价值和浪费“我是彻底的现场主义者。与其在领导办公室内冥思苦想,倒不如到生产现场的各个角落,直接获得第一手的生产信息和感受直接的刺激。”——大野耐一,丰田生产方式之父大野耐一提倡直接去现场工作,在那里才能看到价值与浪费…

41 sysfs 文件系统

前言 在 linux 中常见的文件系统 有很多, 如下 基于磁盘的文件系统, ext2, ext3, ext4, xfs, btrfs, jfs, ntfs 内存文件系统, procfs, sysfs, tmpfs, squashfs, debugfs 闪存文件系统, ubifs, jffs2, yaffs 文件系统这一套体系在 linux 有一层 vfs 抽象, 用户程序不用…

A Greeting from Qinhuangdao Gym - 102769A 2020ccpc秦皇岛分站赛

题意: 给你n个红球和m个蓝色球。然后以相等的概率随机选择了其中两个。选择两个红球的概率是多少? 题目: Welcome to the CCPC Qinhuangdao Site! Qinhuangdao is a beautiful coastal city full of charm, integrating historical herit…

Gartner:6个容器和Kubernetes策略的最佳实用技巧

导语采用容器和Kubernetes要求整个企业保持一致,不了解这些前期现实会导致一些非常严峻的后果。正文Gartner估计,到2022年,将有75%的组织在生产中运行容器化应用程序。毫无疑问,Kubernetes已成为组织容器的流行方法。通…

[JavaWeb-MySQL]约束(非空约束,唯一约束,主键约束,外键约束_级联操作)

约束 * 概念: 对表中的数据进行限定,保证数据的正确性、有效性和完整性。 * 分类:1. 主键约束:primary key2. 非空约束:not null3. 唯一约束:unique4. 外键约束:foreign key* 非空约束&#x…

Friendly Group Gym - 102769F 2020(并查集)ccpc秦皇岛分站赛

题意: n个学生要组成一个小组参加会议(可以不参加), 1.对于每两个朋友(x ,y),如果他们俩都参加会议,该小组的友好价值将会增加 1;如果其中只有一位参加会议,…

测试人员未来的3条出路

大家好,我是Z哥。前两天有个做测试的小伙伴加我微信问我测试相关的一些事情。她自己是从学习毕业就开始进入到互联网行业做测试的,到现在三年工作经验。她现在都不太敢跳槽,因为觉得自己没有什么核心竞争力,平常就是点点鼠标&…

[JavaWeb-MySQL]DQL_查询表中记录,语句

DQL:查询表中的记录 * select * from 表名;1. 语法:select字段列表from表名列表where条件列表group by分组字段having分组之后的条件order by排序limit分页限定2. 基础查询1. 多个字段的查询select 字段名1,字段名2... from 表名&#xff1b…

团体程序设计天梯赛-练习集L1-025 正整数A+B (15分)(getline输入)

题目: 题的目标很简单,就是求两个正整数A和B的和,其中A和B都在区间[1,1000]。稍微有点麻烦的是,输入并不保证是两个正整数。 输入格式: 输入在一行给出A和B,其间以空格分开。问题是A和B不一定是满足要求…

自定义值类型一定不要忘了重写Equals,否则性能和空间双双堪忧

一:背景1. 讲故事曾今在项目中发现有同事自定义结构体的时候,居然没有重写Equals方法,比如下面这段代码:static void Main(string[] args){var list Enumerable.Range(0, 1000).Select(m > new Point(m, m)).ToList();var ite…

[JavaWeb-MySQL]DDL_操作数据库,表

DDL:操作数据库、表 1. 操作数据库:CRUD1. C(Create):创建* 创建数据库:* create database 数据库名称;* 创建数据库,判断不存在,再创建:* create database if not exists 数据库名称;* 创建数据库,并指定…