上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 69 下一页
摘要: 前言 Float 是上古时代的东西, 它的效果已经基本被 Flex, Grid 取代了. 但是还是可以了解它一下. 就当学习历史呗. 参考 Youtube – HTML & CSS for Beginners Part 18: How Floats and Clears work 图片和文字 hor 阅读全文
posted @ 2022-04-06 15:28 兴杰 阅读(82) 评论(0) 推荐(0)
摘要: 效果 一个按钮, 点击以后中间出现 loading, 然后旋转. 思路 1. 监听点击, hide text, show loading 2. loading 定位中心 3. loading 是通过 border + radius 做出来的, 然后 animation 让它无限 rotate 难点 阅读全文
posted @ 2022-04-05 19:47 兴杰 阅读(210) 评论(0) 推荐(0)
摘要: 前言 以前就有写过了 Asp.net core 学习笔记 (操作 URL 和 Query), 但很乱, 这篇作为整理. Uri 介绍 结构: [Scheme]://[Host]:[Port][/Path][?Query][#Fragment] 对应: [https:]//[www.stooges.c 阅读全文
posted @ 2022-04-01 16:28 兴杰 阅读(2113) 评论(0) 推荐(2)
摘要: 前言 以前写过 Asp.net core 学习笔记 ( ViewComponent 组件 ), 这篇作为翻新版. 参考 Docs – View components in ASP.NET Core Don't replace your View Components with Razor Compo 阅读全文
posted @ 2022-03-31 11:52 兴杰 阅读(1107) 评论(0) 推荐(1)
摘要: 前言 以前写的 Asp.net core 学习笔记之 Tag Helper, 这篇是整理版. 参考 Docs – Author Tag Helpers in ASP.NET Core Creating a Custom Tag Helper in ASP.NET Core: Gathering Da 阅读全文
posted @ 2022-03-27 22:25 兴杰 阅读(194) 评论(0) 推荐(0)
摘要: 前言 之前就写过 2 篇, 只是写的很乱, 这篇作为整理版. Asp.net core (学习笔记 路由和语言 route & language) Asp.net core 学习笔记之 globalization & localization 复习篇 我的项目只是做语言而已, 没有做区域, 也没有 阅读全文
posted @ 2022-03-22 20:18 兴杰 阅读(495) 评论(0) 推荐(0)
摘要: 前言 之前有提过, MVC 和 Razor Pages 最大的区别就在 Routing 上. Razor Pages 的结构是 route, page, model route match to page, page declare model (route > page > model) rout 阅读全文
posted @ 2022-03-22 08:28 兴杰 阅读(555) 评论(1) 推荐(1)
摘要: 前言 之前就写过 Asp.net core 学习笔记 ( Configuration 配置 ) 只是有点乱, 这篇作为整理版. 项目中会有许许多多的 Config 要设定. 比较好的管理方式是把它们放到 json file 里. 这样想修改时就不需要改动源码, 改 json file 就行了. AS 阅读全文
posted @ 2022-03-21 14:00 兴杰 阅读(1771) 评论(0) 推荐(0)
摘要: 前言 以前就写过了 Asp.net core 学习笔记 (Logging 日志), 只是有点乱, 这篇作为整理版. 参考: docs – Logging in .NET Core and ASP.NET Core Github – Serilog.AspNetCore Setting up Seri 阅读全文
posted @ 2022-03-21 13:10 兴杰 阅读(2068) 评论(0) 推荐(0)
摘要: 前言 之前就写过 angular cli, vs code liveserver, vs 2019 iis express 10, vs code kestrel 使用 https + ip. 但写的很乱. 这篇作为整理版. 默认情况下, 本地开发的 URL 是 localhost, ASP.NET 阅读全文
posted @ 2022-03-20 23:30 兴杰 阅读(415) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 69 下一页