页首Html代码
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 1.Visual Studio 调试的时候出现 “此网站无法提供安全连接”。 解决:在Chrome中输入chrome://net-internals/#hsts, 找到Delete Domain securityh policies,输入localhost,然后删除。参考文章。 2 SQLServe 阅读全文
posted @ 2022-06-08 14:45 noigel 阅读(42) 评论(0) 推荐(0) 编辑
摘要: uptodate.com www.z-anatomy.com 阅读全文
posted @ 2022-04-05 17:31 noigel 阅读(24) 评论(0) 推荐(0) 编辑
摘要: get out of your hair不耽误你做事 act up 调皮捣蛋,机器功能失常 willful任性 perverse不正当的,堕落的; 执拗的,刚愎的; 故意作对的; 有悖常情的 worm someone's way in taxidermist (动物标本)剥制师 gravy 肉汁,肉 阅读全文
posted @ 2022-03-27 00:34 noigel 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 使用fontawesome https://www.cnblogs.com/liulun/p/4217664.html UI库 https://blog.csdn.net/huijunma2010/article/details/108399926 阅读全文
posted @ 2022-03-02 15:43 noigel 阅读(19) 评论(0) 推荐(0) 编辑
摘要: EventLog EventLog log1=new EventLog(); private void button1_Click(object sender, EventArgs e) { //是否存在事件源 if (!EventLog.SourceExists("TestLog")) { //创 阅读全文
posted @ 2022-02-16 14:41 noigel 阅读(546) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/column/c_1438879379196116992 某人收集的样式 https://www.zhihu.com/column/c_1438879379196116992 样式库收集 https://www.cnblogs.com/ZmissW/art 阅读全文
posted @ 2022-02-15 16:37 noigel 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 通过UserControl实例说明依赖属性和绑定 看一个简单例子 https://www.cnblogs.com/dotnet261010/p/6286475.html 先绘制原始circularprogressbar <UserControl x:Class="WpfUITest1.Control 阅读全文
posted @ 2022-02-15 11:18 noigel 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 好处:从不同 的UI实现同一个功能。 例子1:为按钮绑定系统预定义Command <Window.CommandBindings> <CommandBinding Command="ApplicationCommands.New" Executed="CommandBinding_Executed" 阅读全文
posted @ 2022-02-11 17:30 noigel 阅读(66) 评论(0) 推荐(0) 编辑
摘要: ControlTemplate 外观定制 Style只能改变控件的已有属性值(比如颜色字体)来定制控件,但控件模板可以改变控件的内部结构(VisualTree,视觉树)来完成更为复杂的定制,比如我们可以定制这样的按钮:在它的左办部分显示一个小图标而它的右半部分显示文本。要替换控件的模板,我们只需要声 阅读全文
posted @ 2022-02-10 16:15 noigel 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 杂项 https://blog.csdn.net/weixin_44545531/article/details/90268165 https://blog.csdn.net/litao2/article/details/55050245 https://www.cnblogs.com/zhouyi 阅读全文
posted @ 2022-02-08 23:20 noigel 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
js脚本