我认为的跨域: 浏览器从一个域名的网页去请求另一个域名的资源时,域名、端口、协议任一不同,都是跨域 跨域相关的报错: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' ...
分类:
其他好文 时间:
2020-05-18 16:55:18
阅读次数:
60
var svgCaptcha = require('svg-captcha'); session.code = [] router.get('/bb', async (ctx, next) => { ctx.set('Access-Control-Allow-Origin', '*'); var c ...
分类:
其他好文 时间:
2020-05-18 16:14:36
阅读次数:
47
public void ClearEvent(System.Windows.Forms.Control control, string eventName) { if (control == null) return; try { Type cType = control.GetType(); Ev ...
分类:
其他好文 时间:
2020-05-18 14:05:02
阅读次数:
47
修改配置文件 httpd.conf Header set Access-Control-Allow-Origin * //允许所有ip访问,请根据实际需要指定ip Header set Access-Control-Allow-Credentials true Header set Access-C ...
分类:
Web程序 时间:
2020-05-18 12:07:36
阅读次数:
79
REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000010] "Key Modifiers"=hex:00,c0,00,00 "Virtual Key"=hex:ff,00,00,00 [HKEY_CURRENT_ ...
一、引入pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 二、配置YML文件 serve ...
分类:
编程语言 时间:
2020-05-17 16:02:17
阅读次数:
127
项目管理个人能力--风险管理下图是一个风险管理的示意表格部分。绿色表示小,红色表示严重。? 1.1 风险管理的特点 可以用十个字,五个词来概括风险管理的要点:规划(planning)识别(identify)分析(analysis)应对(response)监控(monitor and control) ...
分类:
其他好文 时间:
2020-05-17 01:38:35
阅读次数:
121
以下为课件: webapi 就是使用asp.net core使用c#创建Restful服务,就是webapi,如果要使用webapi控制器 webapi中的控制器是派生自ControllerBase的类, ControllerBase类 不要通过从 Controller 类派生来创建 Web API ...
在Form.OnKeyPress事件中写如下代码: if Key = #13 then if ActiveControl = DBGrid1 then begin TDBGrid(ActiveControl).SelectedIndex := TDBGrid(ActiveControl).Selec ...
分类:
移动开发 时间:
2020-05-16 17:19:05
阅读次数:
85
1、前言 最近在项目中,调用Eureka REST接口时,出现了CORS跨越问题(Cross-origin resource sharing),在此与大家进行分享,避免多走些弯路。 项目前端(http://localhost:9000)通过Ajax方式调用Eureka REST 接口(http:// ...
分类:
数据库 时间:
2020-05-16 16:47:26
阅读次数:
84