受欢迎的博客标签
RSS

博客

Auto Complete with Redis
This isn't just a blog post, it is actually the Redis weekly update number eight, but we can't tell this to Google: nami
DotNetCore.WindowsService-dot net core CONSOLE application as windows services
DotNetCore.WindowsService https://github.com/PeterKottas/DotNetCore.WindowsService Simple library that allows one to h
ASP.NET Core Background Service-Implementing background tasks with IHostedService in .net core 3.x
Run background proc
ASP.NET Core Background Service-writing .NET Core Worker Service(long running services) as Windows Services in .NET Core 3.x.

https://devblogs.microsoft.com/aspnet/net-core-workers-as-windows-services/

 

xshell Connection closed by foreign host
Connecting to 192.168.2.222:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Connection cl
Mongodb Collection blog model in Multiple Languages
https://docs.mongodb.com/manual/tutorial/specify-language-for-text-index/#create-a-text-index-for-a-collection-in-multip
MongoDB .NET Driver error - The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStandard

Mongodb version: 3.60

Error : The GuidRepresentation for the reader is CSharpLegacy, which requires the

How to Generate a Sitemap in ASP.NET Core

A sitemap is good for SEO because it tells search engines what pages of your site it should index. But how do we crea

[Vue warn]: Error in render function: “TypeError: Cannot read property 'first_name' of null”
You are most likely getting that error because user in your Vuex store is initially set to null. The 
How to truncate string without breaking a word in half
http://geekswithblogs.net/hmloo/archive/2012/02/19/how-to-truncate-string-without-breaking-a-world-in-half.aspx