Fork me on GitHub
摘要: 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 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(3402) 评论(0) 推荐(0) 编辑
摘要: 【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 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 在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 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 获取RabbitMQ消息发送确认Acks的DeliveryTag对应的消息内容 阅读全文
posted @ 2020-04-14 16:43 Something_Diffrent 阅读(2485) 评论(0) 推荐(0) 编辑
摘要: 一、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 阅读(551) 评论(0) 推荐(0) 编辑
摘要: Github:https://github.com/dotnetcore/CAP 开源协议:MIT CAP 是一个在分布式系统中(SOA,MicroService)实现事件总线及最终一致性(分布式事务)的一个开源的 C# 库,她具有轻量级,高性能,易使用等特点。 你可以轻松的在基于 .NET Cor 阅读全文
posted @ 2020-02-25 11:26 Something_Diffrent 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 官方文档: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 阅读(292) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dotnetcore/WebApiClient https://github.com/restsharp/RestSharp 阅读全文
posted @ 2020-02-24 11:17 Something_Diffrent 阅读(118) 评论(0) 推荐(0) 编辑