摘要: 深入理解 CSS 中的 BFC 在 CSS 布局领域,BFC(块级格式化上下文)是一个极为关键的概念,它为解决众多布局难题提供了有效的方案。 什么是 BFC BFC 即块级格式化上下文(Block Formatting Context),它是一个独立的渲染区域,拥有独特的布局规则。在这个区域内,块级 阅读全文
posted @ 2025-04-17 11:20 zyip 阅读(150) 评论(0) 推荐(0)
摘要: In a micro frontend project, unfortunately, I'm facing an issue. I want to access my React 17 project as a sub - project in my parent project, but it' 阅读全文
posted @ 2025-04-14 10:47 zyip 阅读(12) 评论(0) 推荐(0)
摘要: mainwindow.xml.cs public partial class MainWindow : MetroWindow { private readonly IRegionManager regionManager; public MainWindow(IRegionManager regi 阅读全文
posted @ 2025-01-12 16:00 zyip 阅读(13) 评论(0) 推荐(0)
摘要: FolderProfile.pubxml <Project> <PropertyGroup> <TargetFramework>net6.0-windows7.0</TargetFramework> <PublishSingleFile>true</PublishSingleFile> <Confi 阅读全文
posted @ 2025-01-12 16:00 zyip 阅读(36) 评论(0) 推荐(0)
摘要: const routerCfg = import.meta.glob("./router.ts",{eager:true,import:'default'}) console.log(routerCfg) 阅读全文
posted @ 2024-12-20 09:30 zyip 阅读(8) 评论(0) 推荐(0)
摘要: MySQL :: Download MySQL Installer (Archived Versions) MySQL :: MySQL Workbench JetBrains 2023最新全家桶激活教程,亲测有效!1 (kdocs.cn) 阅读全文
posted @ 2024-07-07 21:03 zyip 阅读(11) 评论(0) 推荐(0)
摘要: https://www.youtube.com/watch?v=32aGKBDEWMg&list=PLE_VuAjgd8mrzMr5DV-OHgtb15XzZNc18 download https://mega.nz/folder/WtFwWIZB#swLFgAQA156pSBNLYQNk2g 阅读全文
posted @ 2024-04-12 00:19 zyip 阅读(29) 评论(0) 推荐(0)
摘要: New Jupyter lab/notebook import asyncio import time async def my_coroutine(): await asyncio.sleep(1) print("Coroutine executed!") s = time.perf_counte 阅读全文
posted @ 2024-04-03 22:00 zyip 阅读(103) 评论(0) 推荐(0)
摘要: server1 using System; using System.Threading.Tasks; using System.Net; using System.Net.Sockets; using System.Threading; namespace Comm2 { public class 阅读全文
posted @ 2024-03-26 10:03 zyip 阅读(24) 评论(0) 推荐(0)
摘要: https://dortania.github.io/OpenCore-Install-Guide/macos-limits.html https://dortania.github.io/OpenCore-Legacy-Patcher/START.html#how-do-i-get-started 阅读全文
posted @ 2024-03-21 14:48 zyip 阅读(24) 评论(0) 推荐(0)