php 试卷类型系统整理分析 - [PHPEMS](http://www.phpems.net/) - [魔众&墨子](http://www.tecmz.com/)- [EduSoho](http://www.edusoho.com/open/show) - [鱼知凡](http://oa.iefeel.com/)- [学库宝 k12 题库](http://www.k12tiku.com)- [菁优网](http: 待整理 2022年06月04日 0 点赞 0 评论 1088 浏览
git 错误: Unable to find remote helper for 'https' git 错误: Unable to find remote helper for 'https' 待整理 2022年06月04日 0 点赞 0 评论 1027 浏览
centos7中没有service iptables save指令来保存防火墙规则 centos7中没有service iptables save指令来保存防火墙规则1.任意运行一条iptables防火墙规则配置命令:```iptables -P OUTPUT ACCEPT```2.对iptables服务进行保存:```service iptables save```如果上述命令执行失败报出:```The service command suppo 待整理 2022年06月04日 0 点赞 0 评论 978 浏览
swoole_config.h:22:2: 错误:#error "GCC 4.8 or later required" swoole_config.h:22:2: 错误:#error "GCC 4.8 or later required" ## 确定系统 gcc 版本 ```bash cc -v gcc -v ``` ## 升级gcc [参考本站升级教程] ## 升级 gcc 后任然报此错 来swoole在linux上默认用的是cc,不是gcc, 而cc是gcc(旧版)的软连。备份了下原来的 待整理 2022年06月04日 1 点赞 0 评论 934 浏览
iptables 中 ip 通配符的设置案例 ```bash192.68.1.1/32 means ONLY address 92.168.1.1192.168.1.0/24 means every address from 92I68.0 to 192.168.1.255192.168.0.0/6 means every address from 92.68.0.0 to 192.68.255.255192.0.0.0/8 mea 待整理 2022年06月04日 0 点赞 0 评论 889 浏览
autoheader: error: error: AC_CONFIG_HEADERS not found in configure.in 待整理 2022年06月04日 0 点赞 0 评论 883 浏览
frp 使用云服务代理到内网物理主机配置文件 支持http https 分开代理 为什么会这样使用呢。主要是便宜的云服务器性能不行,硬件ok的的价格有太高。所以站长采用便宜服务器带宽3~5m 一般站点够用了。然后家里放一台物理服务器,使用 frp 作为穿透。经过多次折腾。目前可以 单域名 http https共存且隐藏代理端口 ,访问域名和只使用云服务器效果一样。 待整理 2024年05月02日 0 点赞 0 评论 862 浏览