2011年5月3日

ubuntu11.04中的firefox4如何导入json格式的书签

摘要: 书签-》显示所有书签-》导入和备份此时,把鼠标放到最上面的菜单上就可以看到了。确实很不习惯阿,菜单都隐藏到了屏幕的最上方了 阅读全文

posted @ 2011-05-03 17:03 hemingway 阅读(299) 评论(0) 推荐(0) 编辑

ubuntu11.04安装eclipse for php

摘要: 到http://www.eclipse.org/pdt/downloads/下载安装包解压即可使用,还可以把它添加到自己的程序菜单中,方便使用。在Ubuntu 桌面左上角应用程序的编程菜单中添加Eclipse 快捷方式图标:sudo gedit /usr/share/applications/eclipse.desktop在Gedit打开的文件中加入下面的代码:[Desktop Entry]Encoding=UTF-8Name=EclipseComment=Eclipse IDEExec=/home/farlee/eclipse/eclipse //改成自己安装Eclipse可执行文件的目录路 阅读全文

posted @ 2011-05-03 16:45 hemingway 阅读(483) 评论(0) 推荐(0) 编辑

在ubuntu11.04上配置eclipse使其支持PHP

摘要: 安装phpeclipse插件即可,打开eclipse后:Help->Software Updates->Find and Install->Search for new features to install->New Remote Site->Name:phpeclipse;URL:http://phpeclipse.sourceforge.net/update/nightly/->选中phpeclipse->安装一路下去,重启后就可以使用了 阅读全文

posted @ 2011-05-03 15:40 hemingway 阅读(169) 评论(0) 推荐(0) 编辑

在ubuntu11.04上配置PHP开发环境

摘要: 大概步骤:1、安装NGINXsudo apt-get install nginx2、安装phpsudo apt-get install php5 php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-tidy php5-xmlrpc php5-sqlite php5-xsl3、安装mysqlsudo apt-get ins 阅读全文

posted @ 2011-05-03 15:02 hemingway 阅读(430) 评论(0) 推荐(0) 编辑

2010年12月26日

我自己的网站

摘要: 我自己写了一个网站,用的是自己写的Php博客程序。网址是www.phpfan.tk。 阅读全文

posted @ 2010-12-26 16:01 hemingway 阅读(75) 评论(0) 推荐(0) 编辑

导航