前台Axios配置: axios.defaults.withCredentials = true; .Net Core 后台配置: #region CORS //跨域方法,先注入服务,声明策略,然后再下边app中配置开启中间件 services.AddCors(c => { //一般采用这种方法 c ...
分类:
移动开发 时间:
2020-11-23 12:38:19
阅读次数:
18
<script> import { collectService } from '@/services'; export default { prop: ['formWhere'], data() { return { dialogPop: false, isDisabled: true, webI ...
分类:
Web程序 时间:
2020-11-18 13:26:21
阅读次数:
31
ASP.NET Core 应用通过 IHttpContextAccessor 接口及其默认实现 HttpContextAccessor 访问 HttpContext。 只有在需要访问服务内的 HttpContext 时,才有必要使用 IHttpContextAccessor。 通过 Razor Pa ...
分类:
Web程序 时间:
2020-11-17 12:57:51
阅读次数:
26
1、根据图块名过滤 Dim tksTV(0) As DatabaseServices.TypedValue tksTV.SetValue(New DatabaseServices.TypedValue(DatabaseServices.DxfCode.BlockName, tkNames), 0) ...
分类:
其他好文 时间:
2020-11-16 14:02:31
阅读次数:
17
一个做ftp的docker-compose文件 version: "2.0" services: ftp-server: image: fauria/vsftpd container_name: ftp-test1 ports: - "2340:20" - "2341:21" - "21100-21 ...
分类:
其他好文 时间:
2020-11-16 13:26:52
阅读次数:
6
功能描述:PC上获取微信二维码:扫码进入小程序对应页面 问题:使用第三方SDK碰到下面的问题 解决方法:Asp net core 需要在Start.cs中ConfigureServices注册服务 引用命名空间 在Configure中全局注册 使用时,需要注册 await AccessTokenCo ...
分类:
微信 时间:
2020-11-13 13:13:30
阅读次数:
37
因为公司流程的需要,需要给每个API的Request 和Response 模型及属性加上注解,发现Api项目依赖的Model 类库中的/// Summy的注解并没有作用。 通过翻资料和实践。发现借助 Swashbuckle.AspNetCore.Annotations 包可以实现。 步骤: 在模型字 ...
分类:
Web程序 时间:
2020-11-12 14:12:28
阅读次数:
12
X Window System protocols and architecture In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap ...
1.修改HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient里的 "SpecialPollInterval",这个代表时间间隔,多长时间和Ntp服务器同步一次,单位为秒,改为1,原来的 ...
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:queryPrjCodeInfoByCodeResponse xmlns:ns2="http://webservices.w ...
分类:
其他好文 时间:
2020-11-08 16:44:16
阅读次数:
12