受欢迎的博客标签
RSS

博客

Create Nopcommerce project step by step?(iaspnetcore)
Create Nopcommerce project step by step?
Using Cookie Authentication without ASP.NET Core Identity in ASP.NET Core (iaspnetcore)
This blogpost Demo How to Using Cookie Authentication without ASP.NET Core Identity in ASP.NET Core 3.x。customer come from no sql database without ef framework。
爬虫采集技术(一)无头浏览器headless爬取网页技术方案选型
无头浏览器headless技术选型可选方案
Web crawler series:Chrome headless Puppeteer Sharp
Web crawler series:Chrome headless Puppeteer Sharp
如何将本地磁盘目录映射到vmware虚拟机
将本地磁盘映射到VM虚拟机的方法有多种,主要包括: 使用共享文件夹、网络驱动器映射、直接硬盘访问模式、以及使用第三方软件。 其中,共享文件夹是一种最常见且便捷的方法,它允许用户在宿主操作系统和虚拟机之间快速传输文件。通过设置共享文件夹,
AutoIt利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务。同类AutoHotkey
AutoIt 和 AutoHotkey 都是非常强大的 Windows 自动化脚本语言
C#程序防止电脑自动锁屏
使用SetThreadExecutionState函数来告诉系统程序正在运行,需要保持系统活跃。 这个程序可以是一个控制台应用程序,它设置执行状态,然后等待用户输入退出。 当程序运行时,系统不会自动锁屏或进入睡眠状态。当用户按下任意键时
ChineseHoliday -API to Check whether a date is a chinese holiday 中国法定节假日API
ChineseHoliday     https://github.com/gameboyLV/ChineseHoliday/tree/master   using System; using Sy
Part 1 - Windows Server 2016 文件夹共享 - Install File Server & File Server Resource Manager(IIS SMB webdav server)
File Server Manages file shares and enables users to access files on this computer from the network. file shares that use the Server Message Block (SMB) protocol。
Logging in ASP.NET Core 1
https://codingblast.com/asp-net-core-logging/ Logging in ASP.NET Core 1 Logging has been a built-in feature since the