摘要: public partial class index : INotifyPropertyChanged { public index() { InitializeComponent(); DataContext = this; } private string _userName; public s 阅读全文
posted @ 2024-11-20 10:39 长安626 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <Style x:Key="TransparentButton" TargetType="Button"> <Setter Property="Background" Value="Transparent"/> <Setter Property="BorderThickness" Value="0" 阅读全文
posted @ 2024-11-11 11:37 长安626 阅读(12) 评论(0) 推荐(0) 编辑
摘要: composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 执行后 在安装即可 composer create-project topthink/think tp 阅读全文
posted @ 2024-10-08 13:58 长安626 阅读(6) 评论(0) 推荐(0) 编辑
摘要: WindowStartupLocation="CenterScreen" 添加此段代码即可 阅读全文
posted @ 2024-10-07 16:50 长安626 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 在 Visual Studio Code (VSCode) 中,可以使用 nodemon 来监听代码的变动并自动重启 Node.js 服务器。nodemon 是一个工具,它可以监控文件的变化并在检测到变化时自动重启 Node.js 应用程序。 安装 nodemon 你需要在项目中安装 nodemon 阅读全文
posted @ 2024-09-29 15:42 长安626 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 将 div1 设置为Grid容器,并使用 place-items 属性来居中。 div1 { display: grid; place-items: center; height: 300px; /* 假设的高度 */ } div2 { width: 100px; height: 100px; } 阅读全文
posted @ 2024-09-23 14:57 长安626 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 水豚鼠标助手 用于做屏幕指导比较方便,鼠标换肤,屏幕画笔 https://shuitunapp.com/?from=txc //官网下载 pixpin下载地址 这是一款好用的屏幕截图,贴图,gif制作 小工具 https://pixpinapp.com/ 阅读全文
posted @ 2024-09-12 17:05 长安626 阅读(20) 评论(0) 推荐(0) 编辑
摘要: http://t.csdnimg.cn/18URX 原文链接,这个csdn作者描写的很详细 阅读全文
posted @ 2024-09-12 13:31 长安626 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 安装扩展 npm i vite-plugin-vue-setup-extend 修改配置文件 接下啦就可以直接在标签中写name了 阅读全文
posted @ 2024-09-12 04:22 长安626 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1‌.vscode-icons 区别各个类型文件 2. live server 自动刷新html 插件 3.‌Vetur‌:这是VSCode中最受欢迎的Vue插件之一,提供了语法高亮、智能感知、Emmet、linting/错误检查、格式化、自动补全、调试等功能。它的linting功能可以帮助检查代码 阅读全文
posted @ 2024-09-12 02:37 长安626 阅读(5) 评论(0) 推荐(0) 编辑