码迷,mamicode.com
首页 >  
搜索关键字:nginx fastcgi错误primary script unknown解决办法    ( 48090个结果
优化nginx-ingress-controller性能
1.首先优化ingress-controller 通过 Helm 安装 Nginx Ingress 的默认关联配置映射实例名称为 nginx-ingress-controller,用户可以通过修改资源对象 Deployment/DaemonSet 实例 nginx-ingress-controlle ...
分类:其他好文   时间:2021-05-24 01:53:57    阅读次数:0
javascript-创建对象
/* //一、this指向 let student = { stuName: '黄婷婷', study: function () { console.log(this.stuName + ' 学习') } } //this指向student student.study()//黄婷婷 学习 //thi ...
分类:编程语言   时间:2021-05-24 01:48:16    阅读次数:0
js判断用户访问设备为mobile还是pc的方法和思考
前言 最近做完公司官网,因为不是做的响应式,而是分别PC和mobile各写了一套,所以有这样一个需求: 识别用户访问设备,如果用户通过电脑访问,则跳转至PC官网;反之通过手机访问,则跳转至mobile官网。 那应该怎么实现呢? 解决方法 查了很多方法,最终选择了下面这种 <script type=" ...
分类:Web程序   时间:2021-05-24 01:34:02    阅读次数:0
Nginx Windows版安装部署教程
官网下载地址:http://nginx.org/en/download.html 安装部署 1.下载完成后,解压缩,运行cmd,使用命令进行操作, 不要直接双击nginx.exe,不要直接双击nginx.exe,不要直接双击nginx.exe 一定要在dos窗口启动,不要直接双击nginx.exe, ...
分类:Windows程序   时间:2021-05-24 01:25:54    阅读次数:0
解决git报错refusing to merge unrelated histories
PS C:\ycm\test\ts-newProjet> git pull origin master * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 在新建项目时报refusing to merg ...
分类:其他好文   时间:2021-05-24 01:24:52    阅读次数:0
How do I run a Python script from C#?
How do I run a Python script from C#? The reason it isn't working is because you have UseShellExecute = false. If you don't use the shell, you will ha ...
分类:编程语言   时间:2021-05-24 01:04:39    阅读次数:0
在vue中使用viewer自由放大图片
<!-- 引入viewer --> <link rel="stylesheet" href="../../../resources/viewer/viewer.min.css"> <script src="../../../resources/viewer/viewer.min.js"></scri ...
分类:其他好文   时间:2021-05-24 00:44:23    阅读次数:0
vue3入门总结
script中的内容变化 没有data了,方法和data都写在setup(){....}中,这是vue3最显著的一个变化,这个东西叫做组合式api setup 里面定义普通数据类型用ref定义,定义对象类型用reactive定义,用reactive定义能深度响应,否则用ref的话就只能最外面的一层响 ...
分类:其他好文   时间:2021-05-24 00:39:59    阅读次数:0
javaScript
JavaScript 1. 基础 1.1 javaScript 的组成 ECMScirpt(js规范)、DOM(文档对象模型)、BOM(浏览器对象模型) 1.2 怎么写css 在html的文件中,script的标签中写js代码 js代码可以在html的标签中写 在js文件中可以写js代码,但是需要在 ...
分类:编程语言   时间:2021-05-24 00:39:43    阅读次数:0
中介者模式
中介者模式 | 菜鸟教程 https://www.runoob.com/design-pattern/mediator-pattern.html 中介者模式 中介者模式(Mediator Pattern)是用来降低多个对象和类之间的通信复杂性。这种模式提供了一个中介类,该类通常处理不同类之间的通信, ...
分类:其他好文   时间:2021-05-24 00:28:25    阅读次数:0
48090条   上一页 1 ... 26 27 28 29 30 ... 4809 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!