NET CORE 3.1多语言 控制器多语言ConfigureServices 1 services.AddLocalization(o => { o.ResourcesPath = "Resources"; }); services.AddMvc(); Configure 2 IList<Cult ...
分类:
Web程序 时间:
2020-06-05 20:59:06
阅读次数:
99
package com.lzl.service; import com.github.pagehelper.PageInfo;import com.lzl.pojo.Mingxi;import com.lzl.pojo.Wuliao; public interface MingxiService { ...
分类:
其他好文 时间:
2020-05-27 12:24:43
阅读次数:
64
原文:第二十八节:Asp.Net Core中JWT的几种写法和认证方式 一. 前言 1.说明 本章节重点介绍JWT的利用不同程序集的几种写法及认证方式,然后复习一下JWT的组成。 其他概念参考:https://www.cnblogs.com/yaopengfei/p/10451189.html 官网... ...
分类:
Web程序 时间:
2020-05-21 10:13:29
阅读次数:
69
<el-main style="overflow-y: auto;text-align: -webkit-center"> <div class="base-info-form" style="padding:20px;width:50%"> <el-form @validate="validate ...
分类:
其他好文 时间:
2020-05-08 16:24:52
阅读次数:
82
通过开源GMap.NET.Core实现地图服务的应用 1. 引用GMap.NET.Core.dll和GMap.NET.WindowsPresentation.dll(开源的,可以网上下载源代码自己编辑、编译) 2. 创建GMapProvider 1 GMapProvider m_CurrentPro ...
分类:
其他好文 时间:
2020-04-02 12:02:50
阅读次数:
99
SpringMvc: <mvc:cors> <mvc:mapping path="/**" allowed-origins="*" allow-credentials="true" max-age="1800" allowed-methods="GET,POST,PUT,DELETE,PATCH,O ...
分类:
编程语言 时间:
2020-03-27 23:25:07
阅读次数:
147
1、 使用控件属性作为判断条件: 1 …… 2 if RadioButton2.Checked then 3 begin 4 Statement := this.Replace( Statement,'varchar','varchar2' ); 5 Statement := this.Replac ...
分类:
其他好文 时间:
2020-03-21 16:21:43
阅读次数:
75
1、在 中配置统一时间格式 2、在 中配置使用MVC时间格式 ...
1 export function spheredo($step: Step) { 2 const $solid = $step.$('x-solid') as Solid; 3 4 $solid.addMesh(() => { 5 6 $solid.addPoint([2.3/2.3, -1/2. ...
分类:
其他好文 时间:
2020-03-09 00:47:20
阅读次数:
67
废话不多说,直接上案例: 【案例】 1、访问变量 按值: function addM(num) { num += 5; return num; } var cnt = 10; var result = addM(cnt); console.log(cnt);//输出:10 console.log(r ...
分类:
编程语言 时间:
2020-02-22 18:38:53
阅读次数:
99