摘要: 💻 在 Linux 下源码编译安装 nginx ### 一、安装依赖 - gcc 编译时依赖 gcc 环境 - pcre 提供 nginx 支持重写功能 - zlib 压缩 / 解压工具 - openssl 安全套接字层密码库,通信加密 ```shell # gcc yum -y install gcc gcc-c++ autoconf auto 阅读全文
posted @ 2023-07-27 11:36 iNSlog 阅读(311) 评论(0) 推荐(0) 编辑
摘要: ``` #import int main(int argc, const char * argv[]) { @autoreleasepool { NSLog(@'ANYTHING'); // Post anything } return 0; } // But how could you live 阅读全文
posted @ 2023-07-27 09:49 iNSlog 阅读(35) 评论(9) 推荐(0) 编辑