码迷,mamicode.com
首页 >  
搜索关键字:elk nginx kvm windows    ( 101725个结果
windows禁用启动设备API(c/cpp)
1 #include <time.h> 2 #include <stdio.h> 3 #include <errno.h> 4 #include <string.h> 5 #include <stdlib.h> 6 7 #include <winsock2.h> 8 #include <iphlpa ...
分类:Windows程序   时间:2021-06-02 20:00:15    阅读次数:0
Python 在Windows、Mac和Linux上安装pip的方法
本文主要介绍Python中pip在Windows、Mac和Linux上安装方法。PIP是一个递归的缩写,代表“PIP Installs Packages”或“Preferred Installer Program”。它是一个命令行实用程序,允许您使用简单而直接的命令安装,重新安装或卸载PyPI包:p ...
分类:编程语言   时间:2021-06-02 19:50:31    阅读次数:0
Nginx 开启,关闭,重启,查看命令,错误解决:Job for nginx.service failed because the control process exited with error code
启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control process exited with error code. See “systemctl stat 可能原因如下: 1.nginx配置文件有错误 运行下面命令查 ...
分类:其他好文   时间:2021-06-02 19:50:08    阅读次数:0
windows电脑控制安卓设备
1.配置java本地环境 jdk下载:https://www.oracle.com/java/technologies/javase-downloads.html 配置环境变量 创建变量:JAVA_HOME 值:jdk安装目录 配置path: %JAVA_HOME%\bin %JAVA_HOME%\ ...
分类:移动开发   时间:2021-06-02 19:47:21    阅读次数:0
nginx---缓存
默认nginx不开启缓存 open_file_cache off; nginx可以缓存以下三种信息: (1) 文件元数据:文件的描述符、文件大小和最近一次的修改时间 (2) 打开的目录结构 (3) 没有找到的或者没有权限访问的文件的相关信息max=N:可缓存的缓存项上限;达到上限后会使用LRU算法实 ...
分类:其他好文   时间:2021-06-02 19:44:50    阅读次数:0
分离部署lamp
环境介绍 RHEL8 nginx 192.168.92.129 RHEL8 myxql 192.168.92.130 RHEL8 php 192.168.92.131 nginx配置 //关闭服务器和selinux [root@nginx ~]# systemctl disable --now fi ...
分类:其他好文   时间:2021-06-02 19:38:14    阅读次数:0
平滑升级
平滑升级的步骤 1. 获取之前的编译参数 2. 下载新模块 3. 重新编译软件,加上--add-module=新模块的解压路径 4. 备份原程序并停止服务 5. 把原程序用新程序覆盖 6. 启动新程序 Nginx信号简介 主进程支持的信号 TERM, INT: 立刻退出 QUIT: 等待工作进程结束 ...
分类:其他好文   时间:2021-06-02 19:37:54    阅读次数:0
个人所得税计算系统
Windows系统,C语言个人所得税计算系统。 1 #include <stdio.h> 2 3 #include <windows.h> 4 5 int main() 6 7 { const int ZBB=5000; 8 9 const float Ctaxrate0=0; 10 11 cons ...
分类:其他好文   时间:2021-06-02 19:31:27    阅读次数:0
nginx安装使用
nginx官网 windwos版本使用 linux版本使用 部署到windows的nginx上使用 windows下修改配置文件 ...
分类:其他好文   时间:2021-06-02 19:30:47    阅读次数:0
Windows Server自动化部署Sysprep
在WMWare上用Windows Server 20003和Windows Xp做各种测试的时候,可能需要部署很多台相同的系统。如果一台一台肯定太麻烦了,直接通过克隆的方式(相当于实体机的Ghost方式),大部分情况下是没问题的,但如果在某些环境,如域环境下,Windows队每台计算机都用SID作为 ...
分类:Windows程序   时间:2021-06-02 19:28:35    阅读次数:0
101725条   上一页 1 ... 22 23 24 25 26 ... 10173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!