2025年1月24日

c# post请求

摘要: /// <summary> /// post请求 /// </summary> /// <param name="input"></param> /// <returns></returns> public static string Post(string url, string jsonStri 阅读全文

posted @ 2025-01-24 15:29 五官一体即忢 阅读(4) 评论(0) 推荐(0) 编辑

webservice请求封装

摘要: <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxws</artifactId> <version>3.2.7</version> </dependency> package c 阅读全文

posted @ 2025-01-24 13:59 五官一体即忢 阅读(4) 评论(0) 推荐(0) 编辑

RestTemplate请求

摘要: package com.istrong.guarantee.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; 阅读全文

posted @ 2025-01-24 11:49 五官一体即忢 阅读(3) 评论(0) 推荐(0) 编辑

OkHttp3封装

摘要: package com.istrong.guarantee.component;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import org.springframework.stereotype. 阅读全文

posted @ 2025-01-24 11:40 五官一体即忢 阅读(3) 评论(0) 推荐(0) 编辑

webclient封装

摘要: package com.istrong.guarantee.component; import cn.hutool.core.collection.CollUtil; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON 阅读全文

posted @ 2025-01-24 10:39 五官一体即忢 阅读(4) 评论(0) 推荐(0) 编辑

2025年1月19日

阿里云服务器安装docker

摘要: https://blog.csdn.net/fy512/article/details/122668330 阅读全文

posted @ 2025-01-19 09:58 五官一体即忢 阅读(4) 评论(0) 推荐(0) 编辑

2025年1月9日

查询字段值是多个逗号隔开的字段

摘要: 1、 and ','+ R.FK_EXPERT_IDS + ',' like '%,'+ #{expertId} +',%' 2、 and CHARINDEX(#{expertId},R.FK_EXPERT_IDS) > 0 阅读全文

posted @ 2025-01-09 15:50 五官一体即忢 阅读(3) 评论(0) 推荐(0) 编辑

2024年12月10日

java数据压缩

摘要: package com.istrong.noticeboard.utils; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import j 阅读全文

posted @ 2024-12-10 11:05 五官一体即忢 阅读(6) 评论(0) 推荐(0) 编辑

2024年12月9日

GIT的基础介绍一些使用方法

摘要: Git超实用总结 * 廖雪峰Git介绍 * Git使用规范 * 常用 Git 命令清单 Git远程操作详解 Git 工作流程 Git分支管理策略 git客户端 TortoiseGit 如果不习惯使用命令行 可以安装git客户端 但是建议还是用命令行方式来操作git,这个我网上找的,我从来不用。 To 阅读全文

posted @ 2024-12-09 11:36 五官一体即忢 阅读(8) 评论(0) 推荐(0) 编辑

2024年11月14日

递归

摘要: /** * 递归查找 * @param parent 父节点 * @param qw */ private void addSubItem(TProposalMilestoneDTO parent, QueryWrapper qw) { qw.clear(); qw.eq("PID",parent. 阅读全文

posted @ 2024-11-14 21:00 五官一体即忢 阅读(4) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

点击右上角即可分享
微信分享提示