原创 Redis Pub/Sub模式 - 發佈/訂閱模式

Redis 教程 | 菜鳥教程  阿里雲視頻教程  Redis 發佈訂閱(pub/sub)是一種消息通信模式:發送者(pub)發送消息,訂閱者(sub)接收消息。 Redis 客戶端可以訂閱任意數量的頻道。 訂閱者(subscriber)

原创 Vue Element Tree 樹形控件

Element Tree 樹形控件    本示例以 Vue Element Admin 項目爲基礎,介紹 Element Tree 樹形控件 1、/src/views/tree.vue <template> <div class="

原创 Vue Element Table 表格

Element Table 表格   本示例以 Vue Element Admin 項目爲基礎,介紹 Element Table 表格控件 1、/src/views/table.vue <template> <div class="

原创 Vue Element Form 表單 驗證

Form 表單   本示例以 Vue Element Admin 項目爲基礎,介紹 Form 表單需要注意 model、rules、ref、prop 名稱 :model="ruleForm"  :rules="rules"  ref="r

原创 IdentityServer4 自定義 GrantType 授權模式

OAuth 2.0 默認四種授權模式(GrantType) 授權碼模式(authorization_code) 簡化模式(implicit) 密碼模式(password) 客戶端模式(client_credentials) 使用 Iden

原创 Vue Element Vue-Underscore、Qs、Vue-Cookies、CSS 樣式

1、vue-underscore 本示例以 Vue Element Admin 項目爲基礎,介紹 vue-underscore● 官網    vue-underscore● 安裝 npm install vue-underscore n

原创 Vue Element + vue-treeselect 樹形選擇列表

Vue-Treeselect 中文網   本示例以 Vue Element Admin 項目爲基礎,介紹 Vue Treeselect 控件 npm 安裝 vue-treeselect npm install --save @rioph

原创 Vue Element Select 選擇器 和 Tree 樹形控件 結合

本示例以 Vue Element Admin 項目爲基礎,介紹 Element Select 和 Tree 控件組合使用 1、/src/components/TreeSelect/index.vue <template> <el-s

原创 ASP.NET Core Json格式化響應數據

設置 ASP.NET Core Web API 中響應數據的格式添加 XML 格式支持  配置基於 System.Text.Json 的格式化程序  添加基於 Newtonsoft.Json 的 JSON 格式支持  ASP.NET Co

原创 Claim ClaimsIdentity ClaimsPrincipal 篩選器 過濾器

.net core 3.1 AllowAnonymous特性無效 1、Startup.cs * * 2、PassportController.cs  LoginAsync()   Logout() [HttpGet] public Qu

原创 Vue Element Select 選擇器

Element Select 選擇器   本示例以 Vue Element Admin 項目爲基礎,介紹 Element Select 選擇器【遠程搜索】 1、/src/views/select.vue <template> <di

原创 Jenkins 自動化

下載Jenkins安裝Jenkins【文檔】  1、Jenkins ready2、解鎖 Jenkins按照提示打開“E:\Jenkins\secrets\initialAdminPassword”文件【記事本打開即可】,裏邊有一串數字,複

原创 Vue vue-jsonp 跨域

vue-jsonp● npm 安裝 vue-jsonp npm install vue-jsonp --save npm i vue-jsonp ● 用法 靜態函數: Vue.jsonp(url, dataObj, timeout) 在

原创 jQuery Cookie 操作

jQuery 可以通過 jquery.cookie.js 插件來操作 Cookie官方地址Github 地址 使用 jquery.cookie.js 之前需要先引入 jQuery: <script src="/path/to/jquer

原创 Vue Element Select 選擇器 和 Tree Tree 樹形控件 結合

本示例以 Vue Element Admin 項目爲基礎,介紹 Element Select 和 Tree 控件組合使用 1、/src/components/TreeSelect/index.vue <template> <el-s