Angular消息通知组件ngx-notification
It is a flexible and usable component. Demo
Demo
Installation
1.You need install @flywine93/ngx-notification by npm
npm install @flywine93/ngx-notification --save2.You need install @flywine93/ngx-autounsubscrb
npm …
golang代理转发基础
go标准库已经实现了一个反向代理工具,通过代理将客户端的请求转发到代理服务器。
什么是反向代理?
维基百科解释: ”In computer networks , a reverse proxy is a type of proxy server that retrieves resources on behalf of a client from one or…
Vscode Todo Tree插件 安装
打开 vscode 扩展中心,搜索 todo tree 然后安装,
配置
打开vscode设置,文件→首选项→设置,然后以json文件打开,并增加以下配置 "todo-tree.highlights.customHighlight": {&…