会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2020年12月7日
angular项目集成tinymce富文本输入框
摘要: https://www.tiny.cloud/docs/integrations/angular/#tinymceangularintegrationquickstartguide 1. npm install --save @tinymce/tinymce-angular 2. npm insta
阅读全文
posted @ 2020-12-07 22:58 Something_Diffrent
阅读(339)
评论(0)
推荐(0)
2020年6月11日
jenkins build 报错: mvn: command not found 解决
摘要: jenkins build 报错: [hello-world-freestyle] $ /bin/sh -xe /root/softs/apache-tomcat-9.0.35/temp/jenkins5323864766359302328.sh + mvn clean package /root/
阅读全文
posted @ 2020-06-11 15:47 Something_Diffrent
阅读(3628)
评论(0)
推荐(0)
2020年5月28日
jenkins 插件更改国内源
摘要: 【Jenkins】插件更改国内源 1. 进入 Manage Jenkins -》 Manage Plugin -> Advanced 最下面有 Update Site 设置为:https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-ce
阅读全文
posted @ 2020-05-28 16:49 Something_Diffrent
阅读(460)
评论(0)
推荐(0)
2020年4月27日
go 依赖注入
摘要: 在go语言中没有类以及构造函数的说法,只有类似的结构体: package main import "fmt" type Books struct { title string author string subject string book_id int } func main() { // 创建
阅读全文
posted @ 2020-04-27 17:40 Something_Diffrent
阅读(425)
评论(0)
推荐(0)
2020年4月24日
go的web框架gin实现jsonp跨域
摘要: Port:8080<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jsonp</title> <script type="text/javascript"> function sayHello(data){
阅读全文
posted @ 2020-04-24 10:25 Something_Diffrent
阅读(529)
评论(0)
推荐(0)
2020年4月14日
获取RabbitMQ消息发送确认Acks的DeliveryTag对应的消息内容
摘要: 获取RabbitMQ消息发送确认Acks的DeliveryTag对应的消息内容
阅读全文
posted @ 2020-04-14 16:43 Something_Diffrent
阅读(2562)
评论(0)
推荐(0)
2020年3月26日
.net core 基于 IdentityServer4 创建授权与验证服务
摘要: 一、IdentityServer4简介 IdentityServer4 是一个基于OpenID Connect和OAuth 2.0的针对ASP.NET Core的框架。 用来干嘛: 1.访问受控的API=>为不同的客户提供访问API的令牌,比如:MVC网站、SPA、Mobile App等 2.单点登
阅读全文
posted @ 2020-03-26 14:37 Something_Diffrent
阅读(651)
评论(0)
推荐(0)
2020年2月25日
CAP.dll of dotnetcore
摘要: Github:https://github.com/dotnetcore/CAP 开源协议:MIT CAP 是一个在分布式系统中(SOA,MicroService)实现事件总线及最终一致性(分布式事务)的一个开源的 C# 库,她具有轻量级,高性能,易使用等特点。 你可以轻松的在基于 .NET Cor
阅读全文
posted @ 2020-02-25 11:26 Something_Diffrent
阅读(160)
评论(0)
推荐(0)
GRPC 高性能 RPC 框架, 服务间通讯
摘要: 官方文档:https://www.grpc.io/docs/quickstart/csharp/ 更改demo中\examples\csharp\Helloworld\Greeter 文件夹下的.proto 文件,重新编译即在 \examples\csharp\Helloworld\Greeter\
阅读全文
posted @ 2020-02-25 11:18 Something_Diffrent
阅读(310)
评论(0)
推荐(0)
2020年2月24日
REST Client
摘要: https://github.com/dotnetcore/WebApiClient https://github.com/restsharp/RestSharp
阅读全文
posted @ 2020-02-24 11:17 Something_Diffrent
阅读(121)
评论(0)
推荐(0)
下一页
公告