[推荐]大量 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,一经查实,立即删除!

相关文章

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

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

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

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

[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已成为组织容器的流行方法。通…

测试人员未来的3条出路

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

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

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

使用 Windows Terminal 连接远程主机

使用 Windows Terminal 连接远程主机IntroWindows Terminal 是微软新推出来的一个全新的、流行的、功能强大的命令行终端工具。包含很多来社区呼声很高的特性,例如:多 Tab 支持、富文本、多语言支持、可配置、主题和样式,支持 emoji 和基于 G…

[Java基础]自定义注解之属性定义

代码如下: package AnnoDemo01;public enum Person {p1,p2; }package AnnoDemo01;public interface MyAnno2 {}package AnnoDemo01;public interface MyAnno {int show1();String show2();Person per();MyAnno2 ann02();String[] strs(); }定义了属性,在使用时需要…

微软开源 Tye 项目,可简化微服务开发

微软近期开源了一款开发人员工具 Tye,能够用于简化微服务以及分布式应用程序的开发、测试以及部署过程。项目地址:https://github.com/dotnet/tye。该项目负责人 Amiee 表示,在构建由多个项目组成的应用程序时,开发者通常希望能够…

L1-046 整除光棍 (20分)(模拟除法竖式求商的位运算)

题目: 这里所谓的“光棍”,并不是指单身汪啦~ 说的是全部由1组成的数字,比如1、11、111、1111等。传说任何一个光棍都能被一个不以5结尾的奇数整除。比如,111111就可以被13整除。 现在,你的程序要读入一个整数x&#…

Sql Server之旅——第十站 简单说说sqlserver的执行计划

我们知道sql在底层的执行给我们上层人员开了一个窗口,那就是执行计划,有了执行计划之后,我们就清楚了那些烂sql是怎么执行的,这样 就可以方便的找到sql的缺陷和优化点。一:执行计划生成过程说到执行计划,首…