会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
L_L-J
博客园
首页
新随笔
联系
订阅
管理
2023年3月30日
C#使用Java的秘钥对进行SHA256withRSA签名验签
摘要: using Org.BouncyCastle.Crypto.Parameters;using Org.BouncyCastle.Security;using System;using System.Security.Cryptography;using System.Text;using Syste
阅读全文
posted @ 2023-03-30 18:26 L_L-J
阅读(1176)
评论(0)
推荐(0)
2022年3月7日
webApi请求封装-----仅借鉴
摘要: using Newtonsoft.Json;using NLog;using System.Net;using System.Net.Http.Headers;using System.Text; namespace YiBo.PMS.CenterAgentApi.Common{ /// <summ
阅读全文
posted @ 2022-03-07 17:26 L_L-J
阅读(225)
评论(0)
推荐(0)
2022年1月25日
httpClient调用api 未封装
摘要: //post请求 //HttpClient client = new HttpClient(); //client.BaseAddress = new Uri("http://localhost:5000"); //client.DefaultRequestHeaders.Accept.Clear(
阅读全文
posted @ 2022-01-25 10:45 L_L-J
阅读(45)
评论(0)
推荐(0)
公告