11 2021 档案

摘要:github action是使用yaml文件来做到CI/CD的,文件位置存放在 .github/workflows,yaml文件内容如下: name: ncatest.cx.js on: push: branches: - main schedule: - cron: '0 5 * * *' #国际 阅读全文
posted @ 2021-11-17 13:15 写代码的厨子Chance 阅读(1050) 评论(0) 推荐(0)
摘要:Welcome to CookPopularControl 介绍 CookPopularControl是支持.NetFramework4.6.1与.Net5.0的WPF控件库,其中参考了一些资料,目前提供了近70款左右的控件,还在更新中,感兴趣的可以持续关注下,如果你的项目用到此库,不要忘记点个赞, 阅读全文
posted @ 2021-11-15 16:51 写代码的厨子Chance 阅读(427) 评论(0) 推荐(0)
摘要:解决办法 新建一个类DialogServiceExtend,然后在再注册 public class DialogServiceExtend : DialogService { public DialogServiceExtend(IContainerExtension containerExtens 阅读全文
posted @ 2021-11-15 16:51 写代码的厨子Chance 阅读(369) 评论(0) 推荐(0)