02 2020 档案

摘要:Linux 平台可以使用以下命令来安装: # php -r "copy('https://install.phpcomposer.com/installer', 'composer-setup.php');" # php composer-setup.php All settings correct 阅读全文
posted @ 2020-02-23 01:23 羽冲 阅读(124) 评论(0) 推荐(0)
摘要:因为升级glibc不成功,将老版本的glibc删除,导致系统大部分命令都不能使用,系统不能正常启动。解决办法如下:系统:CentOS release 6.5 (Final)内核:2.6.32-431.el6.x86_64插入系统盘选择系统救援模式默认会将原操作系统挂在到/mnt/sysimage目录 阅读全文
posted @ 2020-02-22 00:24 羽冲 阅读(1039) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2020-02-21 10:41 羽冲 阅读(0) 评论(0) 推荐(0)
摘要:脚本官方地址:http://wiki.nginx.org/RedHatNginxInitScript #!/bin/sh## nginx - this script starts and stops the nginx daemon## chkconfig: - 85 15# description 阅读全文
posted @ 2020-02-18 20:05 羽冲 阅读(382) 评论(0) 推荐(0)
摘要:1.一些有用的函数 htmlspecialchars — 将特殊字符转换为 HTML 实体 htmlspecialchars ( string $string [, int $flags = ENT_COMPAT | ENT_HTML401 [, string $encoding = ini_get 阅读全文
posted @ 2020-02-13 13:11 羽冲 阅读(166) 评论(0) 推荐(0)
摘要:1.php 2.mysql 3.redis,memcached 4.linux,shell 5.apache,nginx 6.html/css,javascript/jquery,ajax,xml,json 7.http,tcp/ip 8.设计模式,psr 9.thinkphp,laravel,yi 阅读全文
posted @ 2020-02-13 12:47 羽冲 阅读(244) 评论(0) 推荐(0)