Press "Enter" to skip to content

小菜菜的博客 Posts

IntelliJ IDEA 激活

若资金允许,请点击https://www.jetbrains.com/idea/buy/购买正版,谢谢合作 学生凭学生证可免费申请正版授权 | 创业公司可5折购买正版授权 使用网络激活 激活地址 https://idea.xiaocaicai.com

Leave a Comment

Linux CentOS 7 OpenVPN Server 安装配置

OpenVPN是一个开源应用程序,可以通过公共Internet创建一个专用网络。在我们开始之前,我们首先需要安装Enterprise Linux(EPEL)存储库的额外包。下面就是关于如何在CentOS 7上设置Client和OpenVPN服务器的教程。 1.安装EPEL套件库,顺道更新 yum -y install epel-release && yum -y update 2.…

Leave a Comment

Mysql cannot allocate memory for the buffer pool 解决方法

问题出现原因 昨晚我修改了数据库,为字段添加了”FULLTEXT”索引,结果今天早上发现数据库连不上了,也没法重启,于是查看日志文件: cat /var/log/mysqld.log 发现如下错误日志: 130728 6:50:14 InnoDB: Initializing buffer pool, size = 128.0M InnoDB: mmap(137363456 bytes) faile…

Leave a Comment