yum centos 5.4升级配置文件
作者:oliver 日期:2010-02-01
vi /etc/yum.repos.d/CentOS-Base.repo
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
baseurl=http://centos.ustc.edu.cn/centos/5.4/os/$basearch/
gpgcheck=1
无任何网络提供程序接受指定的网络路径-解决方法
作者:oliver 日期:2010-01-08
本文出自 “黄宝” 博客,请务必保留此出处http://740975.blog.51cto.com/730975/153098
要优化的东西
作者:oliver 日期:2010-01-04
保存未成功,编译未通过传递的参数不正确!!!
作者:oliver 日期:2010-01-04
在 windows 操作系统下查看光纤卡的 wwn 号
作者:oliver 日期:2009-12-25
直报系统中上期数和上年同期显示不出来
作者:oliver 日期:2009-12-21
对于多表,子表的核实性说明导不出来
作者:oliver 日期:2009-12-17
转pjblog3升级之后碰到的向导相册问题修改集合
作者:oliver 日期:2009-12-16
下面是我的修改过程,希望对想使用该程序的网友有所帮助:
错误一: Microsoft JET Database Engine 错误 '80040e37'
Microsoft Jet 数据库引擎找不到输入表或查询 'blog_member'。
确定它是否存在,以及它的名称的拼写是否正确。
/pjblog2/Plugins/album/album.asp,行 755
原因:出现这个错误是因为文件 albumaction.asp 第319行
set checkMem=Conn.ExeCute("select top 1 mem_id from blog_Member where mem_Name='"&username&"'")
相册有评论功能,这个是在判断当前用户是否已经发表过评论了。而在data.asp库中找不到表blog_Member ,所以就出错了。
解决办法:将pjblog库中的表blog_Member 导出到data.asp中就好了。







