# interview_qa **Repository Path**: open-php/interview_qa ## Basic Information - **Project Name**: interview_qa - **Description**: 常用的php go的面试题 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-11-23 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 总体介绍 本文是一些常用的面试题,包括不限于PHP,GO,redis,mysql,elasticsearch,nginx,常用算法等 编撰者:Z.X 版本说明:基于部分网络+个人+部分群网友帮助集合而成。如果有错误的地方,请联系联系 QQ:903464207 微信:zx903464207 个人博客:http://www.cnblogs.com/zx-admin/ gitee:https://gitee.com/open-php/interview_qa github:https://github.com/zh7314/interview_qa ## 使用说明 采用gitbook编写,建议要自己导出html或者pdf,使用node版本`v10.24.1`,过新的版本会导致编译出错,多版本建议是用`nvm` GitBook生成PDF依赖`calibre` 下载3.x版本,否则在gitbook pdf的过程中会卡住 打开3.48.0下载地址: https://download.calibre-ebook.com/3.48.0/ 如果还是不能导出pdf,就重启一下,可能是`环境变量`未重新加载 ``` ### 安装 $ npm install gitbook-cli -g ### 安装插件 $ gitbook install ### 以http服务访问 $ gitbook serve ### 编译成html方式发布 $ gitbook build ### 导出pdf $ gitbook pdf ### 安装所有插件 或者修改 book.json $ gitbook install ### 安装单个插件 $ npm i gitbook-plugin-anchor-navigation-ex ### 设置nodejs镜像 $ nvm node_mirror https://npmmirror.com/mirrors/node/ ### 设置npm镜像 $ nvm npm_mirror https://npmmirror.com/mirrors/npm/ ```