自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (7)
  • 收藏
  • 关注

原创 zen cart 函数:zen_href_link

<br /> function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) { global $request_type, $session_started, $http_domain, $https_domain

2010-06-30 19:15:00 3565

原创 zen cart 函数: zen_draw_pull_down_menu

function ($name, $values, $default = '', $parameters = '', $required = false) { $field = '

2010-06-29 16:01:00 1920

转载 Sound Of Silence

<br />Hello darkness, my old friend,<br />I’ve come to talk with you again,<br />Because a vision softly creeping,<br />Left its seeds while I was sleeping,<br />And the vision that was planted in my brain<br />Still remains<br />Within the sou

2010-06-28 05:58:00 877

原创 安装 drupal 6.17 出错:Deprecated: Function ereg() is deprecated in .../drupal-6.17/includes/file.inc on line 926

以前安装 drupal 都是十分顺利,最近重新了系统,PHP 也升级到了 5.3,结果安装 drupal 6.17 的时候提示错误:Deprecated: Function ereg() is deprecated in .../drupal-6.17/includes/file.inc on line 926原来是 PHP 5.3 已经放弃了 ereg() 函数。解决办法是,打开 drupal-6.17/includes/file.inc 文件,找到第926行,把 elseif ($depth >= $

2010-06-25 21:27:00 1616

原创 硬盘安装 Ubuntu 10.10 Maverick LiveCD

Ubuntu 10.10 alpha 1 已经在2010年6月3日放出来,最后一个分区就留给她吧! 按照以下老方法安装不成功!首先下载 Ubuntu 10.10 镜像文件。按照之前的做法,最好是下载 alternative 版本的镜像文件。之前没注意,下载了 Desktop 版本的镜像文件,600 M 太大了,不想再重新下载了,试试看吧。然后到 http://tw.archive.ubuntu.com/ubuntu/dists/maverick/main/installer- i386/alpha-1/im

2010-06-08 15:10:00 6961 5

原创 硬盘安装 openSUSE 11.2 LiveCD 和 DVD

继续如法炮制。首先到官网下载了 openSUSE-11.2-GNOME-LiveCD-i686.iso 镜像文件。然后用压缩软件把 iso 文件中 /boot/i386/loader/ 文件夹下的 linux,initrd 两个文件提取出来把 linux、initrd 和 iso 镜像文件三个一起放到一个分区根目录下。重启电脑。在 grub 启动阶段,按 c 键进入命令行模式。敲入以下命令:kernel (hd0,N)/linux kiwidebug=1initrd (hd0,N

2010-06-07 12:26:00 2694

原创 Fedora 13 安装 php gd 库

<br />打开终端,敲入以下命令:yum search gd<br />结果出来一堆软件,其中有一个是 php-gd.i686 : A module for PHP applications for using the gd graphics library 就是它!<br />再次输入命令:yum install php-gd.i686<br />安装完成,重启 apache:/etc/init.d/httpd restart

2010-06-06 23:46:00 864

原创 硬盘安装 Debian 5.0.4

<br />下载 Debian 5.0.4 ISO 镜像文件和 hd-media/initrd.gz 文件以及对应的 vmlinuz 内核文件。initrd.gz 和 vmlinuz 可以到 http://mirrors.163.com/debian/dists/Debian5.0.4/main/installer-i386/current/images/hd-media/ 这里下载。<br />把 Debian 5.0.4 ISO 镜像文件、initrd.gz、vmlinuz 一起放到一个分区的根目录下。

2010-06-06 13:25:00 1051

原创 Ubuntu 上硬盘安装 Fedora 13

STEP 1. 下载 Fedora 13 ISO 镜象文件<br />网上有很多,这里就不介绍具体的过程了。STEP 2. 提取必要的文件<br />下载以后,用压缩软件把镜象文件中的 isolinux 和 LiveOS 目录解压出来,把这两个目录和镜象文件一起放到系统盘根目录下。<br />具体操作:打开终端,输入命令:sudo mv /到你的镜象文件和 isolinux 和 LiveOS 的路径/*.* / -r<br />这时候你的文件系统根目录看起来是这样的:boot/<br />

2010-06-04 19:08:00 4101

原创 FEDORA 13 GRUB MENU.LST

<br />title Fedora (2.6.33.5-112.fc13.i686)<br />        root (hd0,X)<br />        kernel /boot/vmlinuz-2.6.33.5-112.fc13.i686 ro root=UUID=YOUR_DISK_UUID rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDT

2010-06-04 15:51:00 948

openSUSE 11.2 KDE 图标第二部分

openSUSE号称史上最华丽的linux桌面版本,用了3个月,界面确实牛X,是我用过的几个linux发行版本中,命令行用的最少的一个,感觉比较接近windows。这个资源是kde的默认图标,从/usr/share/icons/default.kde4/压缩而来(好像是这个目录)包括: 64*64 128*128 256*256 oxygen scalable 五种尺寸的图标,另外的 8*8 16*16 22*22 32*32 48*48 五个尺寸的图标在另外一个资源中,http://download.csdn.net/source/2662895 。 需要先睹为快的朋友可以到这里看看: http://j.imagehost.org/0989/accessories-calculator.png http://i.imagehost.org/0160/karbon.png http://i.imagehost.org/0066/kchart.png http://a.imagehost.org/0468/krita.png http://a.imagehost.org/0266/lokalize.png 图片格式为PNG,上传到图片空间以后,背景色变成黑色,实际是透明的。

2010-09-01

openSUSE 11.2 KDE 图标第一部分

openSUSE号称史上最华丽的linux桌面版本,用了3个月,界面确实牛X,是我用过的几个linux发行版本中,命令行用的最少的一个,感觉比较接近windows。这个资源是kde的默认图标,从/usr/share/icons/default.kde4/压缩而来(好像是这个目录)包括: 8*8 16*16 22*22 32*32 48*48 五种尺寸的图标,另外的 64*64 128*128 256*256 oxygen scalable 五个尺寸的图标在另外一个资源中,稍后上传。 需要先睹为快的朋友可以到: http://j.imagehost.org/0989/accessories-calculator.png http://i.imagehost.org/0160/karbon.png http://i.imagehost.org/0066/kchart.png http://a.imagehost.org/0468/krita.png http://a.imagehost.org/0266/lokalize.png 看看,图片格式为PNG,所以上传到图片空间以后,背景色变成黑色,实际是透明的。

2010-09-01

openSUSE 11.2 KDE 壁纸

openSUSE 号称史上最华丽的 linux 桌面版本,以下壁纸是从 openSUSE 11.2 KDE 系统的 /usr/share/wallpapers 目录压缩而来

2010-06-22

Debian 5.0.4 Lenny 硬盘安装必须的 initrd.gz 和 vmlinuz 文件

Debian 5.0.4 Lenny 硬盘安装必须的 initrd.gz 和 vmlinuz 文件,请注意和光盘文件的版本对应。经过测试完全可以正常使用。把这两个文件和光盘镜像文件一起放在一个分区根目录,让 grub 引导启动即可。

2010-06-06

Mplayer 解码器 all-20100303.tar.bz2

These are binary codecs for use with MPlayer. They are useless for normal Windows players (like Windows Media Player, QuickTime, RealPlayer, ...) as they only contain the DLLs without installer and other fancy stuff needed to use them with common Windows players. Put the files contained in this archive in a directory where MPlayer will find them. The default directory is /usr/local/lib/codecs/ ($prefix/lib/codecs/) if you are compiling from source, but you can change that value by passing the '--codecsdir' option to './configure'. If you use a prebuilt MPlayer package it will most likely be /usr/lib/codecs, see the documentation of your package for details. In the past /usr/local/lib/win32 or /usr/lib/win32 was the default directory, some packages as well as a few other Unix players like xine and avifile still use it, refer to their documentation for further details. On Windows if you are using a prebuilt MPlayer, put the contents of this package in the codecs folder within your main MPlayer installation folder.

2010-03-26

zend framework 中文手册

zend framework zendframework manual 手册,Zend Framework手册 中文版,有一部分还没有汉化

2010-01-30

一般正则表达式入门(中文)

很基础的正则表达式入门资料,CHM格式,主要内容有:什么是正则表达式,建立正则表达式,括号表达式,定位符,常用的匹配正则表达式和实例,适合新手

2009-01-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除