网页小技巧
分享一些网页开发中实用的UI小技巧,快速完成页面搭建工作。
圆形按钮
<button>击</button>
button{
width: 20px;
height:20px;
border-radius:50%;
}
半圆按钮
<button>击</button>
button{
width: 40px;
height:20px;
border-radius:10px;
}
分享一些网页开发中实用的UI小技巧,快速完成页面搭建工作。
<button>击</button>
button{
width: 20px;
height:20px;
border-radius:50%;
}
<button>击</button>
button{
width: 40px;
height:20px;
border-radius:10px;
}
Winform和WPF开发中,有时会有需要置顶窗体的需求,本文就介绍怎么使用Win32API进行置顶
本文将讲解 C# 应用在 Windows 系统中通过自动设置注册表的形式的形式实现开机自启动,这也是 Windows 系统推荐的做法。
在最新的Windows 11 OS中,微软为流畅设计(Fluent Design)带来了新的云母材质,云母材质一种不透明的动态效果,微软将其作为Windows 11应用窗体的默认材质。
本文将向你展示如何在C#和ASP.NET Core中实现一个反向代理功能。
昆明周末好去处。