
工具中心
工具中心
大熊程序猿
不积跬步无以至千里不积小流无以成江海
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hbuilderX 安装Prettier格式化代码
hbuilderX 安装Prettier格式化代码原创 2025-05-17 13:45:50 · 887 阅读 · 0 评论 -
netcore libreoffice word转pdf中文乱码
netcore libreoffice word转pdf中文乱码原创 2025-02-21 21:40:41 · 709 阅读 · 0 评论 -
netcore libreoffice
netcore libreoffice原创 2025-02-21 21:19:50 · 303 阅读 · 0 评论 -
netcore https配置
netcore https原创 2025-02-16 21:33:04 · 641 阅读 · 0 评论 -
docker grafana安装
docker grafana安装原创 2025-02-08 21:02:23 · 388 阅读 · 0 评论 -
drawDB docker部属
drawDB docker部属原创 2025-01-10 22:19:22 · 605 阅读 · 0 评论 -
LINQPad 使用EF连接数据库
from s in Studentswhere s.Id==new Guid("3fa85f64-5717-4562-b3fc-2c963f66afa6")select s原创 2019-10-26 22:48:56 · 818 阅读 · 0 评论 -
LINQPad 介绍
The .NET Programmer’s PlaygroundInstantly testany C#/F#/VB snippet or program Query databases in LINQ(or SQL) — SQL/Azure, Oracle, SQLite, Postgres & MySQL Enjoyrich output formatting, opti...原创 2019-10-26 22:45:55 · 2880 阅读 · 0 评论 -
LINQPad Lambda表达式树使用分析
Lambda一个强大的特性就是表达式树 static void Main(string[] args) { Expression<Func<int, int, int, bool>> tree = (x, y, z) => (x * x + y * y) == z * z; Func<int, int, int, bool> f...原创 2019-10-26 22:53:41 · 407 阅读 · 0 评论 -
zentao ubuntu上安装
zentao ubuntu上安装原创 2024-12-28 11:09:27 · 420 阅读 · 0 评论 -
linux glances vs top
linux glances查看linux性能指标原创 2024-12-15 21:15:52 · 421 阅读 · 0 评论 -
hoppscotch VS postman
hoppscotch 替代postman原创 2024-12-14 20:49:58 · 644 阅读 · 0 评论 -
linux 安装libreoffice
【代码】linux 安装libreoffice。原创 2024-09-22 10:19:21 · 310 阅读 · 0 评论 -
goland 保存时禁用自动去掉import
goland 保存时禁用自动去掉import原创 2024-09-21 13:07:09 · 226 阅读 · 0 评论 -
python 环境安装
重新打开PyCharm Community Edition 2024.2.1 新建项目:pythonProject1。编写python 文件时没有提示:错误:未选择 Python 解释器。请先安装 Python 解释器。添加解析器后提示OK。原创 2024-09-14 22:06:18 · 1383 阅读 · 0 评论 -
git 快速将当前目录添加仓储
二、登录gitlab,创建项目AutoBuildDemo。原创 2024-06-15 17:45:20 · 366 阅读 · 0 评论 -
cake (C# Make) cross-platform build automation system
Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages.原创 2024-05-19 10:17:35 · 278 阅读 · 0 评论 -
consul启动Error_server_rejoin_age_max (168h0m0s) - consider wiping your data dir
refusing to rejoin cluster because server has been offline for more than the configured server_rejoin_age_max (168h0m0s) - consider wiping your data dir原创 2024-05-12 20:50:04 · 1961 阅读 · 0 评论 -
CefSharp.WinForms模拟登录
CefSharp.WinForms模拟登录 安装:CefSharp.WinForms。二、新建Winform程序。原创 2024-04-21 20:29:37 · 587 阅读 · 0 评论 -
java打包及上传到私服务
修改:C:\Program Files\Java\apache-maven-3.6.3\apache-maven-3.6.3\conf\settings.xml。二、新建SpringBoot项目com.saas.pdf。一、准备Maven私服Nexus。添加类:PdfUtil.java。二、配置maven私服务地址。添加类:Main.java。添加saas.maven。原创 2024-01-19 21:55:01 · 581 阅读 · 0 评论 -
IntelliJ IDEA 拉取gitlab项目
二、打开 IntelliJ IDEA安装插件。打开GitLab上的项目,输入项目地址。一、准备好Gitlab服务器及项目。弹出输入登录用户名密码,完成。操作Commit/Push。原创 2024-01-17 21:03:04 · 3451 阅读 · 0 评论 -
git ssh key 配置
一、Profile Settings-->SSH Keys。我们点击这里会有详情的文档介绍生成sshkey。将生成的id_rsa.pub粘贴到如下保存。原创 2024-01-08 21:34:05 · 966 阅读 · 0 评论 -
no usable temporary directory found in %s“ % dirlist 问题解决
删除掉/tmp目录下的文件。原创 2024-01-06 15:13:47 · 723 阅读 · 0 评论 -
.NET (WPF and Windows Forms) bindings for the Chromium
CefSharp允许您将Chromium嵌入.NET应用程序。它是围绕Marshall A. Greenblatt的Chromium Embedded Framework(CEF)的轻量级.NET包装。大约30%的绑定是用C ++ / CLI编写的,这里的大多数代码是C#。可以从C#或VB或任何其他CLR语言中使用它。CefSharp提供WPF和WinForms Web浏览器控件实现。新建W...原创 2019-11-21 21:44:30 · 454 阅读 · 2 评论 -
使用netcore编写对比excel差异
二、首先我们准备两个Products1.xlsx和Products2.xlsx,并给出差异。一、新建项目Vlook项目。原创 2023-12-16 21:32:49 · 661 阅读 · 0 评论 -
netcore linux启动报错configured user limit (128) on the number of inotify instances has been reached
一、netcore启动报错。原创 2023-11-11 18:50:10 · 825 阅读 · 0 评论 -
C#冬令时夏令时判断
【代码】C#冬令时夏令时判断。原创 2023-11-10 22:21:12 · 812 阅读 · 0 评论 -
官方Redis视图化工具Redisinsight
【代码】官方Redis视图化工具Redisinsight。原创 2023-11-09 23:04:30 · 1040 阅读 · 0 评论 -
supervisor 配置自动启动服务
【代码】supervisor 配置自动启动服务。原创 2023-11-01 22:10:55 · 482 阅读 · 0 评论 -
mssql还原数据库失败
有关帮助信息,请单击: https://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=16.100.46041.41+(SMO-master-A)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=附加数据库+Server&LinkId=20476。原创 2023-10-14 11:49:23 · 769 阅读 · 0 评论 -
netcore MediatR
【代码】netcore MediatR。原创 2023-10-06 14:55:52 · 184 阅读 · 0 评论 -
jmeter-http post请求
【代码】jmeter-http post请求。原创 2023-09-23 14:58:47 · 529 阅读 · 0 评论 -
postman-pre-request-scripts使用
配置pre-request-scripts。原创 2023-09-23 12:38:47 · 566 阅读 · 0 评论 -
postman 自动升级后恢复collection数据
找到目录:C:\Users\{{用户名}}\AppData\Roaming\Postman重新导入即可。一、今天postman 自动升级了,导致一定要注册账号才能使用,登录账号后,发现之前的数据全部没有了。二、关闭自动更新:断网下打开,禁用自动更新。最后给大家一个不用登录就可以使用的版本。原创 2023-09-23 11:38:33 · 7603 阅读 · 1 评论 -
linux nuget packages path
【代码】linux nuget packages path。原创 2023-09-17 13:45:33 · 248 阅读 · 0 评论 -
sql数据导出到excel
一、打开Navicat Premium 12。导出excel原创 2023-08-21 22:08:58 · 1078 阅读 · 0 评论 -
mysql数据传输到mssql
一、找开Navicat Premium 12。此时目标数据库会创建一个同名的表。原创 2023-08-19 22:15:09 · 814 阅读 · 0 评论 -
sql server profiler使用
比如我们只过滤包含这个关键字的,输入:%Employees%一、打开sql server profiler。原创 2023-08-12 10:22:54 · 409 阅读 · 0 评论 -
rest api client code generator
一、搜索:REST API Client Code Generator。配置java环境和node环境。原创 2023-08-06 13:49:41 · 350 阅读 · 0 评论 -
mssql&mysql数据库忽略大小写
【代码】mssql&mysql数据库忽略大小写。原创 2023-08-05 09:35:40 · 274 阅读 · 0 评论