本文将手把手教你:如何在 IIS + Windows Server 环境下,实现真正的“零停机”部署, 并结合 Jenkins 或 GitHub Actions 实现自动化发布。 上线新版本时,最怕什么? 不是代码没测好,而是——用户访问时看到“503 服务不可用”或页面直接白屏。这不仅是体验问题,更 ...
ASP.NET Core offers a simplified hosting model, called minimal APIs, that allows us to build lightweight APIs with minimal dependencies. However, “minimal” doesn’t mean minimal security. Minimal APIs ...
2018年下半年,公司决定开发一款SaaS版行业供应链管理系统,经过选型,确定采用ABP(ASP.NET Boilerplate)框架。 为了加快开发效率,购买了商业版的 ASP.NET ZERO(以下简称ZERO),选择ASP.NET Core + Angular的SPA框架进行系统开发(ABP.IO届时刚刚起步,还很不成熟,因此没 ...
remove-circle Internet Archive's in-browser bookreader "theater" requires JavaScript to be enabled. It appears your browser does not have it turned on. Please see ...
AngularJs allow pagination through uib-pagination directive. var app = angular.module("DemoApp", ['ui.bootstrap']); app.controller("Ctrlpaginate", function ($scope ...
In previous columns I’ve looked at using TypeScript with popular JavaScript frameworks like Knockout and Backbone. It makes sense, therefore, to look at how to use TypeScript with one of the most ...
In this blog, we will learn about form validation in AngularJS. From Angular 1.3 onwards, ngMessages module has been introduced and we will be using the same for form ...