上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 98 下一页
摘要: tag 关闭时 无法获取到要关闭的标签 于是改写一下TagContainer public class TagContainer1 : ItemsControl { public TagContainer1() { AddHandler(HandyControl.Controls.Tag.Close 阅读全文
posted @ 2023-10-08 16:26 simadi 阅读(55) 评论(0) 推荐(0) 编辑
摘要: https://bzsln.cn/ 阅读全文
posted @ 2023-10-06 20:39 simadi 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 教程地址 https://www.bilibili.com/video/BV1C3411s7bV 稳定、快速、免费的前端开源项目 CDN 加速服务,共收录了 4387 个前端开源项目 https://www.bootcdn.cn/all/ Normalize.css 使浏览器呈现所有 HTML 元素 阅读全文
posted @ 2023-10-05 21:10 simadi 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Naive UI 是一个 Vue3 的组件库 https://www.naiveui.com/zh-CN/os-theme/docs/introduction Element Plus 基于 Vue 3,面向设计师和开发者的组件库 https://element-plus.org/zh-CN/gui 阅读全文
posted @ 2023-10-05 10:08 simadi 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1zF411R7cR/ 开发工具推荐 vue-devtool 地址 https://devtools.vuejs.org/guide/installation.html 手动创建项目 插件 vetur 可以自动补全vue代码 vue按 阅读全文
posted @ 2023-10-03 20:16 simadi 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV13m4y1Y7MD 一 安装 vue cli 1 安装 node.js 要求 node.js 12+版本, https://nodejs.org/zh-cn 首页下载安装lts版本,如果已安装就覆盖安装 vscode 终端或cmd中 阅读全文
posted @ 2023-10-03 09:37 simadi 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 以下是一段详细的 XAML 代码示例,展示了如何为 WPF 的 ListViewItem 设置圆角和阴影效果: <ListView> <ListView.ItemContainerStyle> <Style TargetType="ListViewItem"> <Setter Property="T 阅读全文
posted @ 2023-09-28 12:34 simadi 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 模拟中继线(模拟电话线):即家庭常用的固定电话线路,一条线,对应一个号码。一般坐席比较少的呼叫中心可以采用模拟中继线,假如你公司的呼叫中心有10个人要用电话,那就需要申请10根线。 数字中继线(E1线):也叫E1线、ISDN、30B+D,一根E1线路,能同时支持30路通话,相当于普通的30路模拟线路 阅读全文
posted @ 2023-09-28 09:48 simadi 阅读(193) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 获取.docx文件内容,使用NPOI.XWPF插件解析 /// </summary> /// <param name="strFilePath">文件路径</param> /// <returns></returns> public string GetDocxC 阅读全文
posted @ 2023-09-11 15:49 simadi 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/shine78/article/details/106427970/ 阅读全文
posted @ 2023-09-06 17:43 simadi 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 98 下一页