码迷,mamicode.com
首页 >  
搜索关键字:nginx fastcgi错误primary script unknown解决办法    ( 48090个结果
nginx重启报错
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:其他好文   时间:2021-06-24 18:14:17    阅读次数:0
mysqldump不锁表备份single-transaction
[root@es02-010007081131 dumpbackup]# more /home/script/backup/mysql_dumpbackup.sh #!/bin/bash . /etc/profile . ~/.bash_profile backup_date=`date "+%Y% ...
分类:数据库   时间:2021-06-24 18:11:54    阅读次数:0
vue项目引用腾讯地图API
1 前期准备 在腾讯位置服务控制台创建应用获得key 2 引用API vue项目根目录为project 在project/public/index.html中的<head>块引入<script charset="utf-8" src="https://map.qq.com/api/gljs?v=1. ...
分类:Windows程序   时间:2021-06-24 17:49:00    阅读次数:0
[转] nginx关于root与alias的区别
结论 配置demo: location xxx { root yyy } 浏览器访问 xxx,实际访问的是 yyy/xxx浏览器访问 xxx/abc.html,实际访问的是 yyy/xxx/abc.html浏览器访问 xxx/ccc/abc.html,实际访问的是 yyy/xxx/ccc/abc.h ...
分类:其他好文   时间:2021-06-24 17:47:20    阅读次数:0
jenkins pipeline中获取shell命令的输出
//获取标准输出//第一种result = sh returnStdout: true ,script: "<shell command>"result = result.trim()//第二种result = sh(script: "<shell command>", returnStdout: ...
分类:系统相关   时间:2021-06-23 17:14:46    阅读次数:0
Linux Nginx日志切割脚本
Linux Nginx日志切割脚本 版本 操作系统版本IP版本 Centos 172.21.3.220内网 7.x Nginx日志切割脚本 #!/bin/bash #设置日志文件存放目录 logs_dir="/usr/local/nginx/logs" store_dir="/data/backup ...
分类:系统相关   时间:2021-06-23 17:02:55    阅读次数:0
react 表单
input框 <div id="example"></div> <script type="text/babel"> class Content extends React.Component { render() { return <div> <input type="text" value={t ...
分类:其他好文   时间:2021-06-23 16:49:23    阅读次数:0
[BEX] Quasar bex 提供的那些配置
Manifest.json https://developer.chrome.com/extensions/manifest Background Script & Content Script Background Script - 运行在BEX本身的上下文中,可以监听所有可用的浏览器扩展事件。每 ...
分类:其他好文   时间:2021-06-23 16:40:29    阅读次数:0
OPENSSL生成SSL自签证书
自签SSL证书免费数字证书(Certificate) 所谓数字证书,是一种用于电脑的身份识别机制。由数字证书颁发机构(CA)对使用私钥创建的签名请求文件做的签名(盖章),表示CA结构对证书持有者的认可。 ##X.509是一个标准,规范了公开秘钥认证、证书吊销列表、授权凭证、凭证路径验证算法等 ope ...
分类:其他好文   时间:2021-06-22 18:27:09    阅读次数:0
Oracle DDL
新增字段 alter table MIC2005.QP_CAT_DESCRIPTION add (type varchar2(2) default '0' not null ); --新增字段 comment on column MIC2005.QP_CAT_DESCRIPTION.type is ...
分类:数据库   时间:2021-06-22 18:17:13    阅读次数:0
48090条   上一页 1 ... 5 6 7 8 9 ... 4809 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!