Loading...
Introduction Github repo: https://github.com/janeczku 这个 Calibre-Web 是一个非常好用的能够将 Calibre 的数据库做成 Server 浏览的一个项目。 但是,epub-js 的版本老旧且功能不够,特别是电脑上不能用滚轮翻页,这对我这种我重度残废很不友好,所以就像魔改一下功能。 原理介绍 旨在对下图黄色区域增加滚轮支持。 ...
把 UIElement 作为属性 关于 UserControl 的自定义属性,参考上一篇文章。我们这里创建一个类型为 UIElement 的属性: public UIElement ContainerContent { get { return (UIElement)GetValue(ContainerContentProperty); } set { SetValue(Co...
将 DataContext 设置为本身: 在 XAML 中设置 <UserControl DataContext="{Binding RelativeSource={RelativeSource Self}}"> 或者在后台设置,二选一 public <UserControl>() { InitializeComponent(); Data...
方法一:曲线救国,用 OpenFileDialog OpenFileDialog openFileDialog = new OpenFileDialog { Multiselect = false, Title = "选择新建项目的位置", CheckFileExists = false, CheckPathExists = true, FileNam...
Stackoverflow: https://stackoverflow.com/questions/5096926/what-is-the-get-set-syntax-in-c Just to add something... If you don't put {get; set;} you are creating a Field but if you put the {get; s...
通过 GitHub Education Program 通过这个 Link: https://azure.microsoft.com/zh-cn/free/students/ 开启 Azure 白嫖 感谢 ekibun 提供的链接 下面是白嫖 VPS 的例子: 类似上图之类的,白嫖大法好。 备忘录: 默认用户名 azure IP 可以在 Portal 里查看 用 SSH 公钥的...