上一页 1 2 3 4 5 6 7 ··· 50 下一页
摘要: 前端 <Canvas x:Name="imageCanvas" Background="Transparent" MouseLeftButtonDown="ImageCanvas_MouseLeftButtonDown" MouseMove="ImageCanvas_MouseMove" Mouse 阅读全文
posted @ 2026-03-13 22:05 Hey,Coder! 阅读(19) 评论(0) 推荐(0)
摘要: 安装node24+ 安装 OpenClaw 注意换源 npm config set registry https://registry.npmmirror.com npm install -g openclaw@latest 安装openclaw $ npm i -g openclaw # 初始化你 阅读全文
posted @ 2026-03-10 18:11 Hey,Coder! 阅读(146) 评论(0) 推荐(0)
摘要: RollAttachHelper using System; using System.Collections.Generic; using System.Windows; using System.Windows.Controls; using System.Windows.Input; /// 阅读全文
posted @ 2026-03-10 17:14 Hey,Coder! 阅读(5) 评论(0) 推荐(0)
摘要: public class BLLDBService { private static ConcurrentDictionary<string, ISqlSugarClient> DBList = new(); private readonly ISqlSugarClient sqlSugar; pr 阅读全文
posted @ 2026-03-06 14:32 Hey,Coder! 阅读(14) 评论(0) 推荐(0)
摘要: ElasticsearchClientSettings elasticsearchClientSettings = new ElasticsearchClientSettings(new StaticNodePool(urls.Select((string h) => new Uri(h)).ToA 阅读全文
posted @ 2026-03-03 17:48 Hey,Coder! 阅读(14) 评论(0) 推荐(0)
摘要: nuget Elastic.Clients.Elasticsearch 9.3.1 util public static class EsUtil { /// <summary> /// 获取ElasticsearchClient /// </summary> /// <param name="ur 阅读全文
posted @ 2026-03-02 14:53 Hey,Coder! 阅读(16) 评论(0) 推荐(0)
摘要: demo示例为在scrollview中绑定stackpanel,并在其中初始化一些textblock,滚动到指定的textblock 页面 <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2026-02-13 10:28 Hey,Coder! 阅读(9) 评论(0) 推荐(0)
摘要: 效果图 <UserControl x:Class="BlackBoard.UserControls.ColorExpander" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sch 阅读全文
posted @ 2026-02-12 16:32 Hey,Coder! 阅读(10) 评论(0) 推荐(0)
摘要: 前言 定义一套支持自定义数据类型的变量管理功能。 通过自定义组件、自定义活动的方式来实现业务组件与工作流组件逻辑分离。 业务组件可以通过不同的版本来保障业务不受更新影响。 备注 如果需要封装类似循环这一类组件时可以使用 context.ScheduleActivities(WhileBody, On 阅读全文
posted @ 2026-01-30 13:17 Hey,Coder! 阅读(21) 评论(0) 推荐(0)
摘要: var interpreter = new Interpreter(); interpreter.Eval("leftValue/rightValue", new Parameter("leftValue", 2), new Parameter("rightValue", 3) ); 阅读全文
posted @ 2026-01-29 15:19 Hey,Coder! 阅读(10) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 50 下一页