https://jobs.amd.com/job/Beijing-Physical-Design-Engineer-Beij/603603700/?locale=en_US What you do at AMD changes everything At AMD, we push the bound ...
分类:
其他好文 时间:
2020-01-01 11:54:54
阅读次数:
67
新电脑clone项目后发现Project Interpreter无法配置, New environment 选择后无法应用, 鼠标悬停在Location 提示 Environment location directory is not empty . 原因是项目push时, 项目下的venv文件夹也 ...
分类:
其他好文 时间:
2020-01-01 11:40:50
阅读次数:
71
一、location.href常见的几种形式 self.location.href;//当前页面打开URL页面 window.location.href;//当前页面打开URL页面 this.location.href;//当前页面打开URL页面 location.href;// 当前页面打开URL ...
项目的入口文件index.html直接在服务器访问地址的根目录下,即项目独占一个端口 vue中配置保持不变 nginx中配置如下: server { listen 8899; server_name localhost; location / { try_files $uri $uri/ /inde ...
分类:
其他好文 时间:
2019-12-31 23:47:04
阅读次数:
196
1 Label SnLable = new Label 2 { 3 Size = new Size(SnLength, SnLength), 4 BackColor = Color.Red, 5 Location = new Point(10, 10), 6 BorderStyle = Border ...
两个重要的javascript语句: top.result.document.location='result.html?data=' + data; --------url传参长度有限制。。。。 和 window.top.frames['result'].document.getElementBy ...
分类:
其他好文 时间:
2019-12-31 21:20:31
阅读次数:
71
web.xml是tomcat和spring间的桥梁,是tomcat构建spring运行环境的说明书 It is a web application deployment descriptor file, contains detail description about web applicatio ...
分类:
编程语言 时间:
2019-12-31 18:41:47
阅读次数:
67
介绍使用netcore作为纯后端提供api已经变得越来越频繁,swagger也成为很多人的选择。通常会在代码中限制ASPNETCORE_ENVIRONMENT为Production时关闭swagger。但是往往我们需要将api发布到本地iis调试或供他人使用时,swagger将会被禁止。发布后项目往 ...
我们都知道Promethetheus是不带认证和数据加密的,但很多时候我们又想在公网中直接使用它的管理界面,如果不做任何处理,它将存在严重的数据泄漏安全问题。下面我将介绍如何通过nginx的basic认证来解决这一问题。原始Prometheus代理配置server{listen80;server_nameexample.coom;location/{proxy_passhttp://localho
分类:
其他好文 时间:
2019-12-31 01:33:05
阅读次数:
168
BOM与DOM 一、前戏 BOM操作 window对象 二、window的子对象 navigator对象(了解即可) screen对象(了解即可) history对象(了解即可) location对象 弹出框 三、计时相关 通过使用 JavaScript,我们可以在一定时间间隔之后来执行代码,而不是 ...
分类:
其他好文 时间:
2019-12-30 23:31:27
阅读次数:
148