会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0x0c,0x0d
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
···
50
下一页
2026年3月19日
openclaw 接入 LMStudio的模型服务
摘要: LM studio配置 下载模型 开启debug模式 开启本地服务并加载模型 服务配置 开始网络服务(局域网)、跨域 模型参数可以在右侧面板调整 参考配置 "models": { "mode": "merge", "providers": { "lmstudio": { "baseUrl": "ht
阅读全文
posted @ 2026-03-19 13:24 Hey,Coder!
阅读(777)
评论(0)
推荐(0)
2026年3月13日
wpf canvas 移动 缩放
摘要: 前端 <Canvas x:Name="imageCanvas" Background="Transparent" MouseLeftButtonDown="ImageCanvas_MouseLeftButtonDown" MouseMove="ImageCanvas_MouseMove" Mouse
阅读全文
posted @ 2026-03-13 22:05 Hey,Coder!
阅读(20)
评论(0)
推荐(0)
2026年3月10日
windows平台openclaw搭建
摘要: 安装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!
阅读(151)
评论(0)
推荐(0)
wpf scrollerview触摸滚动
摘要: 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!
阅读(7)
评论(0)
推荐(0)
2026年3月6日
c# 动态切换sqlsugar连接字符串
摘要: 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)
2026年3月3日
c# Elastic.Clients.Elasticsearch 动态查询
摘要: ElasticsearchClientSettings elasticsearchClientSettings = new ElasticsearchClientSettings(new StaticNodePool(urls.Select((string h) => new Uri(h)).ToA
阅读全文
posted @ 2026-03-03 17:48 Hey,Coder!
阅读(15)
评论(0)
推荐(0)
2026年3月2日
c# es 封装Elastic.Clients.Elasticsearch
摘要: nuget Elastic.Clients.Elasticsearch 9.3.1 util public static class EsUtil { /// <summary> /// 获取ElasticsearchClient /// </summary> /// <param name="ur
阅读全文
posted @ 2026-03-02 14:54 Hey,Coder!
阅读(16)
评论(0)
推荐(0)
2026年2月13日
c# scrollerview滚动到指定元素位置
摘要: 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!
阅读(10)
评论(0)
推荐(0)
2026年2月12日
WPF 重写Expander
摘要: 效果图 <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)
2026年1月30日
基于elsa工作流封装一套变量、组件的体系 常用活动重写
摘要: 前言 定义一套支持自定义数据类型的变量管理功能。 通过自定义组件、自定义活动的方式来实现业务组件与工作流组件逻辑分离。 业务组件可以通过不同的版本来保障业务不受更新影响。 备注 如果需要封装类似循环这一类组件时可以使用 context.ScheduleActivities(WhileBody, On
阅读全文
posted @ 2026-01-30 13:17 Hey,Coder!
阅读(27)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
50
下一页
公告