不灭的火

革命尚未成功,同志仍须努力下载JDK17

作者:AlbertWen  添加时间:2015-02-10 23:28:47  修改时间:2025-05-22 19:22:25  分类:06.Linux软件安装  编辑

一、安装 Erlang

1、安装依赖库

yum -y install make gcc gcc-c++ kernel-devel m4 ncurses ncurses-devel openssl-devel zlib zlin-devel 
作者:AlbertWen  添加时间:2015-02-10 22:44:54  修改时间:2025-06-06 21:33:26  分类:06.Linux软件安装  编辑

问题汇总

问题1如何复制文本?

一只手指头按下,另外一只手指头滑动选择文本!

作者:AlbertWen  添加时间:2015-11-15 14:49:06  修改时间:2025-05-22 18:02:29  分类:06.Linux软件安装  编辑

在终端输入安装命令:

sudo apt-get install Okular
作者:AlbertWen  添加时间:2015-01-15 10:03:58  修改时间:2025-05-22 19:20:44  分类:06.Linux软件安装  编辑

启动MongoDB时,提示:

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

作者:AlbertWen  添加时间:2017-10-26 14:11:42  修改时间:2025-05-22 19:19:47  分类:06.Linux软件安装  编辑

1、常用的几个操作:

(1)、视图 -> 功能区
(2)、视图 -> 打印版式
(3)、视图 -> 大纲
(4)、视图 -> 侧栏 -> 文档结构图窗格

作者:AlbertWen  添加时间:2014-11-19 23:09:32  修改时间:2025-05-22 17:57:08  分类:06.Linux软件安装  编辑

Zend OPcache 通过 opcode 缓存和优化提供更快的 PHP 执行过程。它将预编译的脚本文件存储在共享内存中供以后使用,从而避免了从磁盘读取代码并进行编译的时间消耗。同时,它还应用了一些代码优化模式,使得代码执行更快。

GitHub地址https://github.com/zendtech/ZendOptimizerPlus

作者:AlbertWen  添加时间:2017-10-29 21:24:25  修改时间:2025-05-22 17:54:45  分类:06.Linux软件安装  编辑

使用 Deepin 过程中,发现当点击“任务栏”上面的按钮,尤其是右键单击,选择菜单时,界面很容易卡顿,再也动弹不了。

好吧,,,就不使用自带的“任务栏”了,换成一个轻量级的“任务栏tint2”,

作者:AlbertWen  添加时间:2014-11-17 16:26:20  修改时间:2025-05-22 17:47:26  分类:06.Linux软件安装  编辑

参考文章:Memcached集群/分布式/高可用 及 Magent缓存代理搭建过程 详解,搭建Magent,在编译的过程中会出现很多错误:

执行到 make 的时候,

报错1:

gcc -Wall -g -O2 -I/usr/local/include -m64 -c -o magent.o magent.c
magent.c: In function 'writev_list':
magent.c:729: error: 'SSIZE_MAX' undeclared (first use in this function)
magent.c:729: error: (Each undeclared identifier is reported only once
magent.c:729: error: for each function it appears in.)
make: *** [magent.o] Error 1

作者:AlbertWen  添加时间:2014-03-29 16:29:00  修改时间:2025-05-27 23:28:11  分类:06.Linux软件安装  编辑

网卡eth0    IP修改为 102.168.0.1   

ifconfig eth0 102.168.0.1 netmask 255.255.255.0

作者:AlbertWen  添加时间:2013-08-16 23:21:05  修改时间:2025-06-09 17:10:19  分类:06.Linux软件安装  编辑

2、安装 PHP 5.2.17

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --with-openssl --with-zlib --with-bz2 --with-gettext --with-mhash --with-mcrypt --with-iconv=/usr/local/libiconv --with-curl --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --enable-gd-native-ttf --enable-bcmath --enable-mbstring --enable-zip --enable-soap --enable-sockets --enable-ftp --without-pear