pear的pager包简单使用
应用Mdb2包进行数据库查询,使用Pager进行分页,我想应该是最简单的表示方式. Read the rest of this entry »
应用Mdb2包进行数据库查询,使用Pager进行分页,我想应该是最简单的表示方式. Read the rest of this entry »
ip access-list permit any to any des-port 80
route-map CS_TO_OUT permit 10
match ip address acl
set ip next-hop
int GigabitEthernet4/0
ip policy route-map CS_TO_OUT
很久没有使用过FreeBSD5.3内核的机器。这几天,需要在那机器上装个Java支持。怎样搞也没有把Glib20装上。
今天在Cu发现一个文件可以解决这个问题,记录一下
Url:http://bbs.chinaunix.net/viewthread.php?tid=1031577
在FreeBSD5或FreeBSD6下使用Ports安装最新的linux_base-fc6会报以下的错误:
linux_base-fc6-6_5 compat.linux.osrelease: 2.4.2 is not supported.
*** Error code 1
解决办法是:
运行
sysctl compat.linux.osrelease=2.6.16
并在sysctl.conf加入compat.linux.osrelease=2.6.16