摘要: This solution works on both Windows 10 & Ubuntu. $ openssl req -x509 -days 365 -newkey rsa:4096 -keyout key.pem -out cert.pem $ openssl pkcs12 -export 阅读全文
posted @ 2020-05-28 03:17 Simon Matt 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Run the New-SelfSignedCertificate cmdlet as shown below to add a certificate to the local store on PC, replacing testcert.petri.com with the full qual 阅读全文
posted @ 2020-05-28 03:08 Simon Matt 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Shortcut to the steps: Install create-react-native-app and Create App Add React Navigation Header and required Screen Install and Configure Apollo Cli 阅读全文
posted @ 2020-05-26 01:17 Simon Matt 阅读(231) 评论(0) 推荐(0) 编辑
摘要: Node.js is a platform for building server side applications and command line tools using JavaScript. In this post, we'll be looking at how to install 阅读全文
posted @ 2020-05-26 00:26 Simon Matt 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Introduction In this post I want to show you how you can quickly implement simple REST API application with CQRS using .NET Core.This is the simplest 阅读全文
posted @ 2020-05-25 23:15 Simon Matt 阅读(287) 评论(0) 推荐(0) 编辑
摘要: .NET Core & Docker & RabbitMQ Prerequisites: "Visual Studio Code" and ".NET Core 2.2 SDK" and "Docker Desktop" .NET Core In VS Code, open , this is wh 阅读全文
posted @ 2020-05-23 22:29 Simon Matt 阅读(2406) 评论(2) 推荐(0) 编辑
摘要: Angular, one of the most popular software development instruments and it is a part of the Javascript ecosystem. It was introduced by Google in the yea 阅读全文
posted @ 2020-05-09 14:30 Simon Matt 阅读(824) 评论(0) 推荐(0) 编辑
摘要: Table of contents Local development setup with Angular Issue: Dev server plus backend API Configuring your Angular CLI dev-server proxy Local developm 阅读全文
posted @ 2018-10-21 01:43 Simon Matt 阅读(446) 评论(0) 推荐(0) 编辑