会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xlege
博客园
首页
新随笔
联系
订阅
管理
2025年5月17日
ExcelDna 记录
摘要: 1. NuGet安装ExcelDna.AddIn, 输入以下代码,这样就可以使用用户自定义函数了。要求不高的话,到此设置就可以用了。 using ExcelDna.Integration; public static class MyFunctions { [ExcelFunction(Descri
阅读全文
posted @ 2025-05-17 16:22 小乐哥
阅读(12)
评论(0)
推荐(0)
2025年4月28日
Python换清华源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
摘要: Python换清华源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
阅读全文
posted @ 2025-04-28 11:27 小乐哥
阅读(30)
评论(0)
推荐(0)
2024年9月22日
解决VSC Code Runner中文乱码
摘要: 关于vs code使用code runner运行python代码出现中文乱码的解决办法_code runner 运行乱码-CSDN博客 Code Runner插件设置 "set PYTHONIOENCODING=utf8 && python -u"
阅读全文
posted @ 2024-09-22 15:58 小乐哥
阅读(13)
评论(0)
推荐(0)
2024年5月5日
手写MVVM
摘要: internal class DelegateCommand : ICommand { public event EventHandler? CanExecuteChanged { add { CommandManager.RequerySuggested += value; } remove {
阅读全文
posted @ 2024-05-05 09:20 小乐哥
阅读(9)
评论(0)
推荐(0)
公告