个人收集的好玩的网站

.NET Core

  • 如何在ASP.NET Core程序启动时运行异步任务 https://www.cnblogs.com/lwqlun/p/10346733.html
  • Understanding the Whys, Whats, and Whens of ValueTask https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/
  • .NET Core 2.2 IIS网站出现HTTP503无法访问解决方法[.NET Core 2.2 IIS网站出现HTTP503无法访问解决方法](.NET Core 2.2 IIS网站出现HTTP503无法访问解决方法)
  • 属性值动态获取和赋值(反射、表达式、Emit)https://blog.csdn.net/dilemmavf/article/details/65642608
  • TaskScheduler.cs https://source.dot.net/#System.Private.CoreLib/shared/System/Threading/Tasks/TaskScheduler.cs,1424c436ffe90836
  • The danger of TaskCompletionSource class https://devblogs.microsoft.com/premier-developer/the-danger-of-taskcompletionsourcet-class/
  • 全面解析C#中的异步编程 https://www.cnblogs.com/xiaoyaojian/p/4603238.html
  • c# TaskCompletionSource https://my.oschina.net/u/2963604/blog/1818669
  • 异步编程系列06章 以Task为基础的异步模式(TAP) https://www.cnblogs.com/tdws/p/5679001.html
  • 让我们再为C#异步编程Async正名 https://www.cnblogs.com/tdws/p/6172207.html
  • BeginInvoke not supported on .NET core? (PlatformNotSupported exception) https://stackoverflow.com/questions/45183294/begininvoke-not-supported-on-net-core-platformnotsupported-exception
  • Migrating Delegate.BeginInvoke Calls for .NET Core https://devblogs.microsoft.com/dotnet/migrating-delegate-begininvoke-calls-for-net-core/
  • 了解 .NET 的默认 TaskScheduler 和线程池(ThreadPool)设置,避免让 Task.Run 的性能急剧降低https://blog.walterlv.com/post/default-task-scheduler-and-thread-pool.html
  • C# https://blog.csdn.net/w200221626/category_835574.html
  • 在 ASP.NET Core 中使用 IHttpClientFactory 发出 HTTP 请求https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/http-requests?view=aspnetcore-3.1
  • 使用 cookie 而无需 ASP.NET Core 标识的身份验证 https://docs.microsoft.com/zh-cn/aspnet/core/security/authentication/cookie?view=aspnetcore-2.2
  • IdentityServer4 register UserService and get users from database in asp.net core https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core
  • 欢迎使用 IdentityServer4中文文档 http://www.identityserver.com.cn/
  • 使用Dapper持久化IdentityServer4 https://blog.csdn.net/sd7o95o/article/details/84912127
  • asp.net core 系列之静态文件 https://www.wandouip.com/t5i387389/
  • 再讲IQueryable,揭开表达式树的神秘面纱 https://www.cnblogs.com/zhaopei/p/IQueryable-IQueryProvider.html
  • 基于IdentityServer4 实现.NET Core的认证授权https://blog.csdn.net/qq_36178899/article/details/85156589
  • IdentityServer4实现Token认证登录以及权限控制 https://www.cnblogs.com/jaycewu/p/7791102.html
  • 处理异步应用中的重新进入 https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/concepts/async/handling-reentrancy-in-async-apps?wt.mc_id=MVP
  • 异步任务中的重新进入(Reentrancy)https://blog.walterlv.com/post/reentrancy-in-async-method.html
  • Task.cshttps://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
  • 基于任务的异步模式 (TAP)https://docs.microsoft.com/zh-cn/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap
  • 使用基于任务的异步模式https://docs.microsoft.com/zh-cn/dotnet/standard/asynchronous-programming-patterns/consuming-the-task-based-asynchronous-pattern
  • TaskExtensions.Unwraphttps://docs.microsoft.com/zh-cn/dotnet/api/system.threading.tasks.taskextensions.unwrap?view=netframework-4.7.2
  • Invoke-Commandhttps://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/invoke-command?view=powershell-5.1
  • 在编写异步方法时,使用 ConfigureAwait(false) 避免使用者死锁https://blog.walterlv.com/post/using-configure-await-to-avoid-deadlocks.html
  • 使用 Nginx 在 Linux 上托管 ASP.NET Core https://docs.microsoft.com/zh-cn/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.2#monitoring-our-web-application
  • ASP.NET Core 中的会话和应用状态 https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/app-state?view=aspnetcore-2.2
  • ASP.NET Core默认注入方式下如何注入多个实现(多种方式) https://blog.csdn.net/starfd/article/details/81282651
  • ASP.NET Core [4]: Authentication(笔记)https://www.cnblogs.com/fuyouchen/p/9560120.html
  • ASP.NET Core Identity 实战(2)——注册、登录、Claimhttps://www.cnblogs.com/rocketRobin/p/9077523.html
  • ASP.NET Core中使用IOC三部曲(一.使用ASP.NET Core自带的IOC容器)https://www.cnblogs.com/GuZhenYin/p/8297145.html
  • asp.net core 2.0 Cookie验证用户登录https://www.cnblogs.com/hany-sundigital/p/10011139.html
  • .NET跨平台之旅:ASP.NET Core从传统ASP.NET的Cookie中读取用户登录信息https://www.cnblogs.com/cmt/p/5940796.html
  • asp.net core 使用 Areas 组织 MVC 项目https://blog.csdn.net/qq_34769573/article/details/77460615
  • 8 Ways You can Cause Memory Leaks in .NEThttps://michaelscodingspot.com/ways-to-cause-memory-leaks-in-dotnet/
  • .NET CLR注入方法探讨https://www.anquanke.com/post/id/176089#h3-7
  • ASP.NET三剑客 HttpApplication HttpModule HttpHandler 解析https://cloud.tencent.com/developer/article/1130844
  • windows server 2008注册asp.net 4.0到IIShttps://blog.csdn.net/ohmybbq/article/details/78386749

Lunix

  • Chmod Calculator https://chmodcommand.com/
  • RHEL8/CentOS8的基础防火墙配置-用例 [https://www.cnblogs.com/Raodi/p/11625487.html](https://www.cnblogs.com/Raodi/p/11625487.
    html)
  • linux下IPTABLES配置详解https://www.cnblogs.com/alimac/p/5848372.html
  • iptables详解(1):iptables概念http://www.zsythink.net/archives/1199
  • SELinux安全上下文的修改和设置(chcon和restorecon命令)http://c.biancheng.net/view/1151.html
  • Ubuntu环境下挂载新硬盘 https://blog.51cto.com/12348890/2092339
  • Nginx custom build by Hakase https://git.hakase.app/Hakase/nginx-build
  • Linux file命令https://www.runoob.com/linux/linux-comm-file.html
  • Netplan – How To Configure Static IP Address in Ubuntu 18.04 using Netplan https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/netplan-how-to-configure-static-ip-address-in-ubuntu-18-04-using-netplan.html
  • Ubuntu使用ssh公钥实现免密码登录 https://www.cnblogs.com/liubin0509/p/6211909.html
  • VMWare - Ubuntu 64 (16.04)之扩容介绍 https://www.cnblogs.com/atuotuo/p/8934370.html

Docker

  • docker–容器和镜像的导入导出及部署 https://www.cnblogs.com/mswei/p/10365226.html
  • How to resolve Resource Temporarily Unavailable errors due to TaskMax settinghttps://success.docker.com/article/how-to-reserve-resource-temporarily-unavailable-errors-due-to-tasksmax-setting
  • docker如何配置remote访问 https://www.jianshu.com/p/1f7f636e423a
  • Docker的远程访问 https://www.cnblogs.com/yaowen/p/8417397.html
  • Docker挂载主机目录Docker访问出现Permission denied的解决办法 https://blog.csdn.net/rznice/article/details/52170085
  • Docker开启Remote API https://blog.csdn.net/yuanlaijike/article/details/80913096
  • Daemon configuration file https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
  • how-to-change-the-docker-image-installation-directoryhttps://stackoverflow.com/questions/24309526/how-to-change-the-docker-image-installation-directory
  • Docker —— 从入门到实践https://legacy.gitbook.com/book/yeasy/docker_practice/details
  • aspnetcore timezone https://github.com/dotnet/aspnetcore/issues/3641
  • LCOW —— 单一Docker引擎下可同时运行Linux和Windows容器啦!https://blog.csdn.net/m2l0zgssvc7r69efdtj/article/details/79251059
  • 手把手教您在 Windows Server 2019 上使用 Dockerhttps://blog.csdn.net/dt763C/article/details/84594980
  • .NET 和 Docker 简介https://docs.microsoft.com/zh-cn/dotnet/core/docker/introduction
  • Windows 上的 Docker 引擎https://docs.microsoft.com/zh-cn/virtualization/windowscontainers/manage-docker/configure-docker-daemon

Git

  • Git的各种Undo技巧https://tonydeng.github.io/2015/07/08/how-to-undo-almost-anything-with-git/
  • git查看commit提交次数和代码量https://blog.csdn.net/cyf15238622067/article/details/82980782
  • Learn Git Branching https://learngitbranching.js.org/
  • https://blog.csdn.net/weixin_43154931/article/details/90735269https://blog.csdn.net/weixin_43154931/article/details/90735269
  • Permission denied (public key) https://www.jianshu.com/p/d291753e473b
  • git出现fatal: Authentication failed for ‘http:xxxx.git/’'错误的解决办法 https://blog.csdn.net/wangmengmeng99/article/details/87345819

Oracle

  • Oracle学习笔记——常用函数总结 https://www.jellythink.com/archives/351
  • Oracle 查看表空间的大小及使用情况sql语句 https://www.cnblogs.com/lipera/p/6201434.html
  • Oracle事务处理与并发控制 https://wenku.baidu.com/view/deca651fc281e53a5802ff9b.html
  • Oracle面对“数据倾斜列使用绑定变量”场景的解决方案https://www.cnblogs.com/jyzhao/p/11415820.html
  • oracle12中无法使用wm_concat解决 https://blog.csdn.net/chenyidong521/article/details/78913498
  • Oracle Data Provider for .NET的使用(三)-ORACLE与.NET类型对应关系 https://www.cnblogs.com/ensleep/p/4818318.html
  • OracleDbType Enumeration https://docs.oracle.com/database/121/ODPNT/OracleDbTypeEnumerationType.htm#ODPNT2286
  • oracle创建用户并指定表空间 https://www.cnblogs.com/yshyee/p/10812049.html

UI

  • UI fabric https://developer.microsoft.com/en-us/fabric#/
  • 《Dotnet9》系列-开源C# WPF控件库2《Panuon.UI.Silver》强力推荐https://www.cnblogs.com/lsq6/p/11980648.html
  • Frontend Bootcamp https://microsoft.github.io/frontend-bootcamp/

HTTP

  • HTTP访问控制(CORS) HTTP访问控制(CORS)
  • Http 请求头 Rangehttps://www.cnblogs.com/1995hxt/p/5692050.html
  • HTTPS协议、TLS协议、证书认证过程解析 https://www.cnblogs.com/snowater/p/7804889.html

Github

  • RESTful HTTP/HTTPS server for Microsoft SQL Server, MySQL, and PostgreSQL https://github.com/jchristn/RestDb
  • NPOI DataTable https://github.com/WeihanLi/WeihanLi.Npoi
  • SmartSql https://smartsql.net/
  • Dockerfile of Oracle Database Express Edition 11g Release 2 https://github.com/wnameless/docker-oracle-xe-11g
  • Linux containers on Windows built with LinuxKithttps://github.com/linuxkit/lcow
  • 使用.NET Standard 2.0 实现 Google.Authenticator 双因子(2FA two-factor authentication)认证 https://gitee.com/longing/Google.Authenticator

理论

  • 分析十大排序算法最好的一篇文章https://blog.csdn.net/lixiaoxiong55/article/details/93376420
  • 图解SSL/TLS协议 http://www.ruanyifeng.com/blog/2014/09/illustration-ssl.html
  • 设计模式 [https://blog.csdn.net/zhengzhb/category_926691_1.html] (https://blog.csdn.net/zhengzhb/category_926691_1.html)
  • HOTP和TOTP算法图解https://www.jianshu.com/p/a7b900e8e50a

其他

  • 模拟各种古老的系统 http://copy.sh/v86/
  • Office安装辅助 https://otp.landian.vip/zh-cn/
  • edge https://www.microsoft.com/en-us/edge/business/download
  • 字符画生成工具 https://blog.csdn.net/weixin_41739683/article/details/85916899
  • Microsoft REST API指南 https://www.sohu.com/a/332299318_468635
  • RESTful API 最佳实践http://www.ruanyifeng.com/blog/2018/10/restful-api-best-practices.html
  • restful-api-best-practices http://www.ruanyifeng.com/blog/2018/10/restful-api-best-practices.html
  • 文章生成器https://suulnnka.github.io/BullshitGenerator/index.html
  • makecert 制作数字证书 https://www.bbsmax.com/A/l1dya9YVde/
  • Microsoft Code Analysis 2019 https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.MicrosoftCodeAnalysis2019
  • MakeCert https://docs.microsoft.com/zh-cn/windows/win32/seccrypto/makecert?redirectedfrom=MSDN
  • 机器学习https://deeplearning-ai.github.io/machine-learning-yearning-cn/docs/home/
  • 表情锅 https://sorry.xuty.tk/wangjingze/
  • vs2012代码段,快捷键,snippet 的使用https://www.cnblogs.com/ykkBlog/p/4243980.html
  • PLSQL https://www.allroundautomations.com/

你可能感兴趣的:(个人收集的好玩的网站)