标签归档:编译

错误警告

java.lang.Error: Unresolved compilation problem

java.lang.Error: Unresolved compilation problem

​有时候在把项目部署到 IDE 配置的 Tomcat 中时,启动项目不报错,但运行项目时,出现如下错误: java.lang.Error: Unresolved compilation problem:  一般 … 继续阅读

发表在 错误警告 标签为 , , , , , , , ,
Linux

fatal error: jemalloc/jemalloc.h: No such file or directory

fatal error: jemalloc/jemalloc.h: No such file or directory

Linux 系统中,有时候在编译安装软件时,会提示:/bin/sh: cc: command not found,说明没有编译代码的 gcc 环境,一般咱会先安装 gcc,命令如下: yum -y install gcc … 继续阅读

发表在 Linux 标签为 , , , ,
Nginx

CentOS 通过源码编译形式安装 Tengine

CentOS 通过源码编译形式安装 Tengine

本篇简单说说在如何在 Linux 系统上通过源码编译的形式安装 Tengine,纯属笔记。 前一篇写了《CentOS 通过源码编译形式安装 Nginx》,其实 Tengine 是由淘宝网发起的 Web 服务器项目。它在 … 继续阅读

发表在 Nginx 标签为 , , , , , , ,
Nginx

CentOS 通过源码编译形式安装 Nginx

CentOS 通过源码编译形式安装 Nginx

本篇简单说说在如何在 Linux 系统上通过源码编译的形式安装 Nginx,纯属笔记。 Nginx 下载官网路径:http://nginx.org/en/download.html 部署环境 Linux 版本:cento … 继续阅读

发表在 Nginx 标签为 , , , , , ,
Linux

LINUX系统内核编译

LINUX系统内核编译

关于 linux 内核编译,在此选用 Ubuntu 系统,首先在虚拟机上安装 Ubuntu。然后开始编译工作。 关于 Ubuntu 代理上网问题 此方法要用到 /etc/apt/ 文件夹下的 apt.conf 文件,如果 … 继续阅读

发表在 Linux 标签为 , , , ,
Android

Android2.3.4源码编译过程

Android2.3.4源码编译过程

1、编译android系统 1.1 准备工作 需要Sun JDK 1.6(Android 2.2版本需要Sun JDK 1.5) $sudo apt-get install sun-java6-jdk 还需要安装一些其他 … 继续阅读

发表在 Android 标签为 , ,