Configure
-
LFS(Linux From Scratch)构建过程全记录(六):交叉编译临时工具
写在前面 本章将展示如何使用刚刚构建的跨工具链来交叉编译基本实用程序。 M4安装 和前文一样,先进行解压,然后cd进入 注意:不需要构建build文件夹,直接输入以下配置文件 …
-
【SQLServer】max worker threads参数配置
查看和设置max worker threads USE master; //选中你想设置max worker threads的数据库。master表示在实例级别进行设置 GO EX…
-
swoole的安装
因为换了一台工作电脑 需要重新安装各种环境,这里简单记录一下swoole的安装步骤。 首先去下载它的git仓库: $ git clone https://gitee.com/swo…
-
centos7安装nginx
1、解压 tar -zxvf nginx.tar.gz 2、进入解压后的文件 cd nginx 3、执行configure文件./configure 可能会有报错: ./confi…
-
CLI框架:klish安装与使用
在通信设备领域,思科的路由器设备可以用CLI进行操作。这里介绍的开源项目klish是思科CLI风格(CISCO-like CLI)的框架。命令配置文件为xml格式。 源码:pkun…
-
ASP.NET Core 启动类(Startup)
准备工作:一份ASP.NET Core Web API应用程序 当我们接触一份新框架时,第一件事就是找到程序入口,即Main方法 highlighter- typescript p…
-
How to Install, Configure and Enable SSH Service in Linux
引用网址:https://www.ubuntupit.com/how-to-install-configure-and-enable-ssh-service-in-linux/ I…
-
关于linux:如何建立一个//’./configure
How to build a ‘./configure && make && make install’ softw…
-
在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php”
1、在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkin…
-
在 PhpStorm 中提示:Invalid VCS root mapping 的分析解决
1、在 PhpStorm 中提示:Invalid VCS root mapping。The directory <Project>/vendor/wartron/yii…