使用yum install -y php-redis安装php-redis时遇到一系列error

查了一下这个php-redis是一个用来在php中操作redis的,安装它之前需要先安装好php和redis。查一下:

发现redis在运行了,php好像安装了但php -v不显示东西,于是考虑卸载掉php再重装php

[root@VM-0-15-centos bin]# yum remove php*
Loaded plugins: fastestmirror, langpacks
Resolving Dependencies
--> Running transaction check
---> Package php-common.x86_64 0:7.0.33-21.el7.remi will be erased
---> Package php-fpm.x86_64 0:7.0.33-21.el7.remi will be erased
---> Package php-json.x86_64 0:7.0.33-21.el7.remi will be erased
---> Package php-mysqlnd.x86_64 0:7.0.33-21.el7.remi will be erased
---> Package php-pdo.x86_64 0:7.0.33-21.el7.remi will be erased
---> Package php-xml.x86_64 0:7.0.33-21.el7.remi will be erased
--> Finished Dependency ResolutionDependencies Resolved=========================================================================================================Package                  Arch                Version                          Repository           Size
=========================================================================================================
Removing:php-common               x86_64              7.0.33-21.el7.remi               @php70              8.0 Mphp-fpm                  x86_64              7.0.33-21.el7.remi               @php70              4.1 Mphp-json                 x86_64              7.0.33-21.el7.remi               @php70               80 kphp-mysqlnd              x86_64              7.0.33-21.el7.remi               @php70              888 kphp-pdo                  x86_64              7.0.33-21.el7.remi               @php70              381 kphp-xml                  x86_64              7.0.33-21.el7.remi               @php70              854 kTransaction Summary
=========================================================================================================
Remove  6 PackagesInstalled size: 14 M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transactionErasing    : php-fpm-7.0.33-21.el7.remi.x86_64                                                     1/6 Erasing    : php-mysqlnd-7.0.33-21.el7.remi.x86_64                                                 2/6 Erasing    : php-pdo-7.0.33-21.el7.remi.x86_64                                                     3/6 Erasing    : php-xml-7.0.33-21.el7.remi.x86_64                                                     4/6 Erasing    : php-json-7.0.33-21.el7.remi.x86_64                                                    5/6 Erasing    : php-common-7.0.33-21.el7.remi.x86_64                                                  6/6 Verifying  : php-xml-7.0.33-21.el7.remi.x86_64                                                     1/6 Verifying  : php-common-7.0.33-21.el7.remi.x86_64                                                  2/6 Verifying  : php-mysqlnd-7.0.33-21.el7.remi.x86_64                                                 3/6 Verifying  : php-json-7.0.33-21.el7.remi.x86_64                                                    4/6 Verifying  : php-pdo-7.0.33-21.el7.remi.x86_64                                                     5/6 Verifying  : php-fpm-7.0.33-21.el7.remi.x86_64                                                     6/6 Removed:php-common.x86_64 0:7.0.33-21.el7.remi             php-fpm.x86_64 0:7.0.33-21.el7.remi                php-json.x86_64 0:7.0.33-21.el7.remi               php-mysqlnd.x86_64 0:7.0.33-21.el7.remi            php-pdo.x86_64 0:7.0.33-21.el7.remi                php-xml.x86_64 0:7.0.33-21.el7.remi                Complete!
[root@VM-0-15-centos bin]# rpm -qa|grep php
[root@VM-0-15-centos bin]# rpm -Uvh https://mirrors.cloud.tencent.com/epel/epel-release-latest-7.noarch.rpm
Retrieving https://mirrors.cloud.tencent.com/epel/epel-release-latest-7.noarch.rpm
Preparing...                          ################################# [100%]
Updating / installing...1:epel-release-7-14                ################################# [ 50%]
Cleaning up / removing...2:epel-release-7-12                ################################# [100%]
[root@VM-0-15-centos bin]# rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
Retrieving https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
warning: /var/tmp/rpm-tmp.OuMYKR: Header V4 RSA/SHA1 Signature, key ID 62e74ca5: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...1:webtatic-release-7-3             ################################# [100%]
[root@VM-0-15-centos bin]# yum -y install php70w php70w-opcache php70w-mbstring php70w-gd php70w-xml php70w-pear php70w-fpm php70w-mysql php70w-pdo
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Loading mirror speeds from cached hostfile* webtatic: us-east.repo.webtatic.com
webtatic                                                                          | 3.6 kB  00:00:00
(1/2): webtatic/x86_64/group_gz                                                   |  448 B  00:00:01
(2/2): webtatic/x86_64/primary_db                                                 | 271 kB  00:00:02
Resolving Dependencies
--> Running transaction check
---> Package php70w.x86_64 0:7.0.33-1.w7 will be installed
--> Processing Dependency: php70w-common(x86-64) = 7.0.33-1.w7 for package: php70w-7.0.33-1.w7.x86_64
--> Processing Dependency: php70w-cli(x86-64) = 7.0.33-1.w7 for package: php70w-7.0.33-1.w7.x86_64
--> Processing Dependency: php70w-cli = 7.0.33-1.w7 for package: php70w-7.0.33-1.w7.x86_64
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php70w-7.0.33-1.w7.x86_64
--> Processing Dependency: httpd for package: php70w-7.0.33-1.w7.x86_64
---> Package php70w-fpm.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-gd.x86_64 0:7.0.33-1.w7 will be installed
--> Processing Dependency: libXpm.so.4()(64bit) for package: php70w-gd-7.0.33-1.w7.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: php70w-gd-7.0.33-1.w7.x86_64
---> Package php70w-mbstring.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-mysql.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-opcache.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-pdo.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-pear.noarch 1:1.10.4-1.w7 will be installed
--> Processing Dependency: php70w-posix for package: 1:php70w-pear-1.10.4-1.w7.noarch
---> Package php70w-xml.x86_64 0:7.0.33-1.w7 will be installed
--> Running transaction check
---> Package httpd.x86_64 0:2.4.6-97.el7.centos.1 will be installed
--> Processing Dependency: httpd-tools = 2.4.6-97.el7.centos.1 for package: httpd-2.4.6-97.el7.centos.1.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-97.el7.centos.1.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-97.el7.centos.1.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-97.el7.centos.1.x86_64
---> Package libX11.x86_64 0:1.6.7-4.el7_9 will be installed
--> Processing Dependency: libX11-common >= 1.6.7-4.el7_9 for package: libX11-1.6.7-4.el7_9.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-4.el7_9.x86_64
---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed
---> Package php70w-cli.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-common.x86_64 0:7.0.33-1.w7 will be installed
---> Package php70w-process.x86_64 0:7.0.33-1.w7 will be installed
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-7.el7 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package httpd-tools.x86_64 0:2.4.6-97.el7.centos.1 will be installed
---> Package libX11-common.noarch 0:1.6.7-4.el7_9 will be installed
---> Package libxcb.x86_64 0:1.13-1.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
--> Running transaction check
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
--> Finished Dependency ResolutionDependencies Resolved=========================================================================================================Package                    Arch              Version                          Repository           Size
=========================================================================================================
Installing:php70w                     x86_64            7.0.33-1.w7                      webtatic            2.8 Mphp70w-fpm                 x86_64            7.0.33-1.w7                      webtatic            1.5 Mphp70w-gd                  x86_64            7.0.33-1.w7                      webtatic            135 kphp70w-mbstring            x86_64            7.0.33-1.w7                      webtatic            544 kphp70w-mysql               x86_64            7.0.33-1.w7                      webtatic             84 kphp70w-opcache             x86_64            7.0.33-1.w7                      webtatic            131 kphp70w-pdo                 x86_64            7.0.33-1.w7                      webtatic             93 kphp70w-pear                noarch            1:1.10.4-1.w7                    webtatic            340 kphp70w-xml                 x86_64            7.0.33-1.w7                      webtatic            131 k
Installing for dependencies:apr                        x86_64            1.4.8-7.el7                      os                  104 kapr-util                   x86_64            1.5.2-6.el7                      os                   92 khttpd                      x86_64            2.4.6-97.el7.centos.1            updates             2.7 Mhttpd-tools                x86_64            2.4.6-97.el7.centos.1            updates              93 klibX11                     x86_64            1.6.7-4.el7_9                    updates             607 klibX11-common              noarch            1.6.7-4.el7_9                    updates             164 klibXau                     x86_64            1.0.8-2.1.el7                    os                   29 klibXpm                     x86_64            3.5.12-1.el7                     os                   55 klibxcb                     x86_64            1.13-1.el7                       os                  214 kmailcap                    noarch            2.1.41-2.el7                     os                   31 kphp70w-cli                 x86_64            7.0.33-1.w7                      webtatic            2.9 Mphp70w-common              x86_64            7.0.33-1.w7                      webtatic            1.2 Mphp70w-process             x86_64            7.0.33-1.w7                      webtatic             43 kTransaction Summary
=========================================================================================================
Install  9 Packages (+13 Dependent packages)Total download size: 14 M
Installed size: 52 M
Downloading packages:
(1/22): httpd-tools-2.4.6-97.el7.centos.1.x86_64.rpm                              |  93 kB  00:00:00
(2/22): apr-1.4.8-7.el7.x86_64.rpm                                                | 104 kB  00:00:00
(3/22): apr-util-1.5.2-6.el7.x86_64.rpm                                           |  92 kB  00:00:00
(4/22): libX11-1.6.7-4.el7_9.x86_64.rpm                                           | 607 kB  00:00:00
(5/22): httpd-2.4.6-97.el7.centos.1.x86_64.rpm                                    | 2.7 MB  00:00:00
(6/22): libXau-1.0.8-2.1.el7.x86_64.rpm                                           |  29 kB  00:00:00
(7/22): libxcb-1.13-1.el7.x86_64.rpm                                              | 214 kB  00:00:00
(8/22): mailcap-2.1.41-2.el7.noarch.rpm                                           |  31 kB  00:00:00
(9/22): libXpm-3.5.12-1.el7.x86_64.rpm                                            |  55 kB  00:00:00
(10/22): libX11-common-1.6.7-4.el7_9.noarch.rpm                                   | 164 kB  00:00:00
warning: /var/cache/yum/x86_64/7/webtatic/packages/php70w-common-7.0.33-1.w7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 62e74ca5: NOKEY
Public key for php70w-common-7.0.33-1.w7.x86_64.rpm is not installed
(11/22): php70w-common-7.0.33-1.w7.x86_64.rpm                                     | 1.2 MB  00:00:02
(12/22): php70w-gd-7.0.33-1.w7.x86_64.rpm                                         | 135 kB  00:00:00
(13/22): php70w-7.0.33-1.w7.x86_64.rpm                                            | 2.8 MB  00:00:03
(14/22): php70w-cli-7.0.33-1.w7.x86_64.rpm                                        | 2.9 MB  00:00:03
(15/22): php70w-mysql-7.0.33-1.w7.x86_64.rpm                                      |  84 kB  00:00:00
(16/22): php70w-mbstring-7.0.33-1.w7.x86_64.rpm                                   | 544 kB  00:00:00
(17/22): php70w-pdo-7.0.33-1.w7.x86_64.rpm                                        |  93 kB  00:00:00
(18/22): php70w-pear-1.10.4-1.w7.noarch.rpm                                       | 340 kB  00:00:00
(19/22): php70w-process-7.0.33-1.w7.x86_64.rpm                                    |  43 kB  00:00:00
(20/22): php70w-xml-7.0.33-1.w7.x86_64.rpm                                        | 131 kB  00:00:00
(21/22): php70w-opcache-7.0.33-1.w7.x86_64.rpm                                    | 131 kB  00:00:01
(22/22): php70w-fpm-7.0.33-1.w7.x86_64.rpm                                        | 1.5 MB  00:00:55
---------------------------------------------------------------------------------------------------------
Total                                                                    249 kB/s |  14 MB  00:00:56
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webtatic-el7
Importing GPG key 0x62E74CA5:Userid     : "Webtatic EL7 <rpms@webtatic.com>"Fingerprint: 830d b159 6d9b 9b01 99dc 24a3 e87f d236 62e7 4ca5Package    : webtatic-release-7-3.noarch (installed)From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-webtatic-el7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.Installing : php70w-common-7.0.33-1.w7.x86_64                                                     1/22 Installing : apr-1.4.8-7.el7.x86_64                                                               2/22 Installing : apr-util-1.5.2-6.el7.x86_64                                                          3/22 Installing : php70w-cli-7.0.33-1.w7.x86_64                                                        4/22 Installing : httpd-tools-2.4.6-97.el7.centos.1.x86_64                                             5/22 Installing : php70w-process-7.0.33-1.w7.x86_64                                                    6/22 Installing : php70w-pdo-7.0.33-1.w7.x86_64                                                        7/22 Installing : php70w-xml-7.0.33-1.w7.x86_64                                                        8/22 Installing : libX11-common-1.6.7-4.el7_9.noarch                                                   9/22 Installing : libXau-1.0.8-2.1.el7.x86_64                                                         10/22 Installing : libxcb-1.13-1.el7.x86_64                                                            11/22 Installing : libX11-1.6.7-4.el7_9.x86_64                                                         12/22 Installing : libXpm-3.5.12-1.el7.x86_64                                                          13/22 Installing : mailcap-2.1.41-2.el7.noarch                                                         14/22 Installing : httpd-2.4.6-97.el7.centos.1.x86_64                                                  15/22 Installing : php70w-7.0.33-1.w7.x86_64                                                           16/22 Installing : php70w-gd-7.0.33-1.w7.x86_64                                                        17/22 Installing : 1:php70w-pear-1.10.4-1.w7.noarch                                                    18/22 Installing : php70w-mysql-7.0.33-1.w7.x86_64                                                     19/22 Installing : php70w-fpm-7.0.33-1.w7.x86_64                                                       20/22 Installing : php70w-mbstring-7.0.33-1.w7.x86_64                                                  21/22 Installing : php70w-opcache-7.0.33-1.w7.x86_64                                                   22/22 Verifying  : php70w-cli-7.0.33-1.w7.x86_64                                                        1/22 Verifying  : mailcap-2.1.41-2.el7.noarch                                                          2/22 Verifying  : httpd-tools-2.4.6-97.el7.centos.1.x86_64                                             3/22 Verifying  : php70w-process-7.0.33-1.w7.x86_64                                                    4/22 Verifying  : php70w-gd-7.0.33-1.w7.x86_64                                                         5/22 Verifying  : apr-1.4.8-7.el7.x86_64                                                               6/22 Verifying  : php70w-mysql-7.0.33-1.w7.x86_64                                                      7/22 Verifying  : php70w-7.0.33-1.w7.x86_64                                                            8/22 Verifying  : libxcb-1.13-1.el7.x86_64                                                             9/22 Verifying  : php70w-fpm-7.0.33-1.w7.x86_64                                                       10/22 Verifying  : php70w-pdo-7.0.33-1.w7.x86_64                                                       11/22 Verifying  : libXpm-3.5.12-1.el7.x86_64                                                          12/22 Verifying  : php70w-xml-7.0.33-1.w7.x86_64                                                       13/22 Verifying  : apr-util-1.5.2-6.el7.x86_64                                                         14/22 Verifying  : php70w-mbstring-7.0.33-1.w7.x86_64                                                  15/22 Verifying  : php70w-common-7.0.33-1.w7.x86_64                                                    16/22 Verifying  : libXau-1.0.8-2.1.el7.x86_64                                                         17/22 Verifying  : libX11-1.6.7-4.el7_9.x86_64                                                         18/22 Verifying  : 1:php70w-pear-1.10.4-1.w7.noarch                                                    19/22 Verifying  : httpd-2.4.6-97.el7.centos.1.x86_64                                                  20/22 Verifying  : libX11-common-1.6.7-4.el7_9.noarch                                                  21/22 Verifying  : php70w-opcache-7.0.33-1.w7.x86_64                                                   22/22 Installed:php70w.x86_64 0:7.0.33-1.w7                       php70w-fpm.x86_64 0:7.0.33-1.w7                     php70w-gd.x86_64 0:7.0.33-1.w7                    php70w-mbstring.x86_64 0:7.0.33-1.w7                php70w-mysql.x86_64 0:7.0.33-1.w7                 php70w-opcache.x86_64 0:7.0.33-1.w7                 php70w-pdo.x86_64 0:7.0.33-1.w7                   php70w-pear.noarch 1:1.10.4-1.w7                    php70w-xml.x86_64 0:7.0.33-1.w7                  Dependency Installed:apr.x86_64 0:1.4.8-7.el7                         apr-util.x86_64 0:1.5.2-6.el7                         httpd.x86_64 0:2.4.6-97.el7.centos.1             httpd-tools.x86_64 0:2.4.6-97.el7.centos.1            libX11.x86_64 0:1.6.7-4.el7_9                    libX11-common.noarch 0:1.6.7-4.el7_9                  libXau.x86_64 0:1.0.8-2.1.el7                    libXpm.x86_64 0:3.5.12-1.el7                          libxcb.x86_64 0:1.13-1.el7                       mailcap.noarch 0:2.1.41-2.el7                         php70w-cli.x86_64 0:7.0.33-1.w7                  php70w-common.x86_64 0:7.0.33-1.w7                    php70w-process.x86_64 0:7.0.33-1.w7             Complete!
[root@VM-0-15-centos bin]# php -v
PHP 7.0.33 (cli) (built: Dec  6 2018 22:30:44) ( NTS )

此时就重新安装好了php,再次尝试安装php-redis:

[root@VM-0-15-centos bin]# yum install -y php-redis
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Loading mirror speeds from cached hostfile* webtatic: us-east.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package php70w-pecl-redis.x86_64 0:3.1.6-1.w7 will be installed
--> Processing Dependency: php-pecl-igbinary(x86-64) for package: php70w-pecl-redis-3.1.6-1.w7.x86_64
--> Running transaction check
---> Package php70w-pecl-igbinary.x86_64 0:2.0.5-1.w7 will be installed
--> Finished Dependency ResolutionDependencies Resolved=========================================================================================================Package                          Arch               Version                  Repository            Size
=========================================================================================================
Installing:php70w-pecl-redis                x86_64             3.1.6-1.w7               webtatic             179 k
Installing for dependencies:php70w-pecl-igbinary             x86_64             2.0.5-1.w7               webtatic              88 kTransaction Summary
=========================================================================================================
Install  1 Package (+1 Dependent package)Total download size: 267 k
Installed size: 1.3 M
Downloading packages:
(1/2): php70w-pecl-igbinary-2.0.5-1.w7.x86_64.rpm                                 |  88 kB  00:00:02
(2/2): php70w-pecl-redis-3.1.6-1.w7.x86_64.rpm                                    | 179 kB  00:00:03
---------------------------------------------------------------------------------------------------------
Total                                                                     72 kB/s | 267 kB  00:00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transactionInstalling : php70w-pecl-igbinary-2.0.5-1.w7.x86_64                                                1/2 Installing : php70w-pecl-redis-3.1.6-1.w7.x86_64                                                   2/2 Verifying  : php70w-pecl-redis-3.1.6-1.w7.x86_64                                                   1/2 Verifying  : php70w-pecl-igbinary-2.0.5-1.w7.x86_64                                                2/2 Installed:php70w-pecl-redis.x86_64 0:3.1.6-1.w7                                                                  Dependency Installed:php70w-pecl-igbinary.x86_64 0:2.0.5-1.w7                                                               Complete!

成功

安装php-redis遇到Error: Package: php-pecl-igbinary-1.2.1-1.el7.x86_64 (epel)相关推荐

  1. 【已解决】CentOS 7 安装MySQL80报错:pkgconfig(openssl) is needed by mysql-community-devel-8.0.28-1.el7.x86_64

    当我们在执行rpm -ivh mysql-community-devel-8.0.28-1.el7.x86_64.rpm提示: warning: mysql-community-devel-8.0.2 ...

  2. 安装redis提示[test] error 2_安装PHP Redis扩展

    安装PHP Redis扩展 1.查看本机已经安装的Redis版本 brew info redis redis: stable 5.0.7 (bottled), HEAD Persistent key- ...

  3. yum安装出现Error: Package: glibc-headers-2.17-157.el7.x86_64 (centos7.3)类似报错解决方案

    yum安装出现Error: Package: glibc-headers-2.17-157.el7.x86_64 (centos7.3)类似报错解决方案 参考文章: (1)yum安装出现Error: ...

  4. Docker安装指定版本异常:Error: Package: docker-ce-17.03.1.ce-1.el7.centos.x86_64 (docker-ce-stable)

    产生问题的安装步骤 sudo yum-config-manager -y --add-repo https://download.docker.com/linux/centos/docker-ce.r ...

  5. 出错记录:Error: package or namespace load failed for ‘DESeq2’:没有这个DLL ‘BiocParallel’:是不是没有为此架构安装?

    出错记录: Error: package or namespace load failed for 'DESeq2' in library.dynam(lib, package, package.li ...

  6. Centos7安装MySQL安装出错:Error: Package: MariaDB-client-5.5.49-1.el7.centos.x86_64 (base)的解决办法

    Cents7上MySQL安装出错:Error: Package: MariaDB-client-5.5.49-1.el7.centos.x86_64 (base)的解决办法: Error: Packa ...

  7. homestead 安装mysql8_homestead安装php redis扩展

    看到本文,你应该遇到了homestead中php环境没有redis扩展的窘境,网上的教程也不通用,因为那些教程都只是针对单一机器单一版本php环境下的安装方法,而homestead安装了多个php版本 ...

  8. linux下安装配置redis服务

    2019独角兽企业重金招聘Python工程师标准>>> linux下安装配置redis服务 2016年03月25日 15:39:31 coding_everyday 阅读数:3530 ...

  9. mysql include files_安装sphinx出现错误ERROR: cannot find MySQL include files.

    安装sphinx出现错误ERROR: cannot find MySQL include files. 发布时间:2011-10-20 11:29:59来源:红联作者:like7419 今天在配置sp ...

最新文章

  1. 2018全球智能+新商业峰会倒计时2个月,5000名AI从业者将出席
  2. delphi中处理数据类型错误的方法
  3. Http、Socket、WebSocket之间联系与区别
  4. SQL批量更新DateTime中的年、月、日
  5. Flask详解(中篇)
  6. 一次频繁Full GC问题排查过程分享
  7. imdisk虚拟光驱安装linux,u深度ImDisk虚拟光驱加载iso镜像文件图文详细教程
  8. VMware Error | IP地址经常变更
  9. 将tensorflow与微信小程序结合,微信开发者工具使用tensorflowJS插件出错:Error: Plugin tfjsPlugin has not registered.
  10. 生命密码是几适合学计算机,生命密码学
  11. iOS-----GitHub上比较齐全的iOS 工具和App
  12. [QT_016]Qt学习之QPlainTextEdit 、QTextEdit 、QTextBrowser
  13. [SAS - TEMPLATE] ODS输出格式的定义一些小总结
  14. Terraformer-wkt-parser wkt和geoJson转换
  15. 全球与中国PH和ORP通用分析仪市场深度研究分析报告
  16. c语言求逆程序,求逆矩阵的C语言源程序CINV
  17. 《经理人常犯的11种错误》观后感
  18. 一体化伺服电机外接制动电阻线如何接
  19. 数字电路 电平转换总结
  20. 电机控制----FOC框架讲解

热门文章

  1. Redis中的可用性保证之Sentinel的Ratf 算法
  2. Redis 主从复制(replication)
  3. 递归概念分类注意事项
  4. 单例-重写new方法
  5. 静态方法-应用场景和定义方式
  6. ORACLE ROWNUM用法、select into与insert into区别、merge into的使用、递归查询
  7. FastDFS_install_document_detail
  8. 制作bpmn html,BPMN 2.0规范详解
  9. java builder.parse_JAVA之DocumentBuilder生成解析XML
  10. android 中开启线程的方法,android中开启的循环线程