Andy Blog

Full-stack developer

AI Tutorial 2

Introduction 用AI制作一个女性的一生 用deepseek/chatgpt 生成指令 用剪映(即梦海外版)生成图片 用可灵生成视频 用剪映电脑版剪辑视频 用YouTube发布 注册可灵AI国际版(klingai) klingai official website 使用可灵ai国际版注册 > sign in with email 现在需要若干邮箱 > https:/...

AI Tutorial 1

AI工具简介 字节跳动公司(抖音) 剪映,海外版Capcut,综合ai平台,侧重编辑。 capcut web能无限生成图片,但风格过于动漫化 capcut 历史解说选 steady male capcut text to image 免费配音:深情述说(女),辣评娱记(女),小帅(男)、东北老铁,播音旁白(男), Steady male(英文纪录片男), hopeful woman (...

nopCommerce tutorial (1) - installation and debug

Install theme way1 buy a theme at https://www.nopcommerce.com/en/themes download theme > unzip to folder of themes 只拷贝主题文件夹,复制到 /src/Presentation/Nop.Web/Themes/ ![[20250418-...

nopCommerce tutorial (1) - installation and debug

Prepare environment operating system windows 10+, sql server 2022 developer+ control panel > program and features > turn windows feature on/off > IIS > Application Development...

Toronto Hydro Fees

房子空着电费照收 朋友来店里探访聊天,他买的投资房空了几个月,没有人居住,可是电费不是零,还是和以前差不多的数目。经过查询Toronto Hydro,原来电费中有很大一部分是delivery费,这一部分收费主要是把电力从电厂送到Toronto Hydro再送到住家产生的费用。从Toronto Hydro网站摘录解释如下: The Delivery Charge covers the cost...

Blazor tutorial 5 - Identity

Introduction ASP.NET Core Identity is a membership system. It allows us to create, read, update and delete users. It supports user registration, authentication, authorization, password recovery, tw...

Blazor tutorial 4 - Telerik UI

Installation method 1: use msi installation it enables vs to create Telerik Blazor application vs > options > package sources > add telerik blazor method 2: install Telerik Blazor ...

Blazor tutorial 3 - Razor Page

Syntax Reference Tutorial: Get started with Razor Pages in ASP.NET Core Introduction to Razor Pages in ASP.NET Core ASP.NET core razor pages tutorial ASP.NET core tutorial for beginners

Blazor tutorial 2 - Razor

Syntax Razor is one of the view engines supported since ASP.NET MVC. Razor allows us to write a mix of HTML and C#/Basic. Declare Variables Declare a variable in a code block enclosed in brackets ...

Blazor tutorial 1 - Introduction

Introduction Blazor is a Single Page Application framework. It is open source and powered by .NET Foundation. Blazor allows us to develop front-end web applications using C#, HTML, razor templates....