-
CentOS 中 yum update 与 yum upgrade 的区别
在 CentOS 系统中,
yum upgrade
与yum update
都会将系统包更新到最新版本。通过
man yum
查询到的帮助信息如下:update
If run without any packages, update will update every currently installed package. If one or more packages or package globs are specified, Yum will only update the listed packages. While updating packages, yum will ensure that all dependencies are satisfied. (See Specifying package names for more information) If the packages or globs specified match to packages which are not currently installed then update will not install them. update oper- ates on groups, files, provides and filelists just like the "install" command. If the main obsoletes configure option is true (default) or the --obsoletes flag is present yum will include package obsoletes in its calculations - this makes it better for distro-version changes, for example: upgrading from somelinux 8.0 to somelinux 9. Note that "update" works on installed packages first, and only if there are no matches does it look for available packages. The difference is most noticeable when you do "update foo-1-2" which will act exactly as "update foo" if foo-1-2 is installed. You can use the "update-to" if you’d prefer that nothing happen in the above case.
upgrade
Is the same as the update command with the --obsoletes flag set. See update for more details.
唯一不同是:
yum upgrade
会删除旧版本的package
,而yum update
则会保留。注意!如果你的某些软件依赖旧版本的package
,请使用yum update
。 -
HTTP状态码 : HTTP Status Code
常见的状态码:
HTTP: Status 200 – 服务器成功返回网页 HTTP: Status 404 – 请求的网页不存在 HTTP: Status 503 – 服务不可用
-
执行yiic命令提示'php.exe'不是内部或外部命令...的解决方法
这个问题困扰我好久,解决的方法是把
php.exe
这个目录加入系统环境变量,这样就不会提示这样的错误了!还有个问题就是每次执行
yiic
命令时要把yiic
的全路径打出来才行,比如我的 Yii 框架在e:/htdocs
里面,我每次执行的时候都要> e:/htdocs/yii/yiic webapp yiiblog
我们可以把
yiic
也加入系统环境变量,加入以下代码:C:\php;E:\htdocs\yii\framework\
此时我们执行
yiic
再不用打全路径了,这样方便多了。> yiic webapp yiiblog
-
关于
这里是 关于 页面,是一个 WordPress 页面样例,您可以编辑本页面,写上您和网站的信息以便读者了解您。您可以创建任意多的页面或者子页面,并在 WordPress 里管理所有这些。
-
博客正式开通了
自即日起,我的博客正式开通了!欢迎热爱生活以及爱好和研究 PHP 的朋友光临!
文章归档
2024 年 12 月
1
2024 年 11 月
1
2024 年 10 月
2
2024 年 09 月
2
2024 年 07 月
1
2024 年 06 月
1
2024 年 04 月
1
2024 年 03 月
1
2024 年 01 月
2
2023 年 11 月
2
文章日历
2024 年 12 月 | ||||||
---|---|---|---|---|---|---|
日 | 一 | 二 | 三 | 四 | 五 | 六 |
01 | 02 | 03 | 04 | 05 | 06 | 07 |
08 | 09 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
30 | 31 | 01 | 02 | 03 | 04 | 05 |
文章标签
- Linux
- Go
- Yii
- 新浪
- CentOS
- PHP
- Git
- WSL
- Composer
- Mac
- 入职
- Bootstrap
- pyenv
- UCenter
- 厦门
- 出差
- 长沙
- 湖南卫视
- 微博
- Tengine
- YUI
- 泰国
- pecl
- 优化
- GitLab
- 迁移
- rootless
- 年会
- 生日
- Tengin
- RedHat
- Sphinx
- cygwin
- Windows
- Tmux
- Zsh
- 升级
- MySQL
- sql_mode
- Shadowsockets
- 面向对象
- HTTP
- 状态码
- grep
- unoconv
- PPT
- Nginx
- htpasswd
- golang