摘要:
运行: 代码:gconf-editor找到:代码:/apps/metacity/global_keybindings/run_command_10这里是举个例子,你也可以用run_command_1,run_command_2任意一个。编辑值为:代码:<Control><Alt>End设定热键为ctrl+alt+end,为了不跟系统本身的热键冲突,设在end上,就在del旁... 阅读全文
posted @ 2010-04-21 10:51
DavidHHuan
阅读(754)
评论(0)
推荐(0)
摘要:
1。安装方式将下载好的xampp for linux 解压到 /opt :tar xvfz xampp-linux-1.6.4.tar.gz -C /opt2。运行方式/opt/lampp/lampp start3。改变htdocs的默认路径打开 /opt/etc/httpd.conf,找到 DocumentRoot "/opt/lampp/htdocs" 这一行,将其改为 DocumentRoo... 阅读全文
posted @ 2010-04-21 10:51
DavidHHuan
阅读(238)
评论(0)
推荐(0)
摘要:
例如,我要加上php命令,而该命令的运行地址为/opt/lampp/bin/php在/etc/bash.bashrc文件的最后一行,加上 alias php="/opt/lampp/bin/php",就可以了。或者直接在Terminal里面输入 alias php="/opt/lampp/bin/php" 阅读全文
posted @ 2010-04-21 10:50
DavidHHuan
阅读(1891)
评论(0)
推荐(0)
摘要:
gnome:sudo apt-get remove ubuntu-desktopsudo apt-get install ubuntu-desktopgnome-panel:sudo apt-get remove gnome-panelsudo apt-get install gnome-desktop这样可以在桌面特效安装崩溃的时候用来重新加载gnome的。 阅读全文
posted @ 2010-04-21 10:49
DavidHHuan
阅读(1305)
评论(0)
推荐(0)
摘要:
if has("gui_running")"设置字符集set encoding=utf-8set fileencodings=ucs-bom,utf-8,chinese,prc,taiwan,latin-1"字体set guifont=YaHei\ Consolas\ Hybrid:h11 if has("win32")set fileencoding=chineseelseset fileencoding=utf-8endif let &termencoding=&encoding " 解决菜单乱码sour 阅读全文
posted @ 2010-04-21 10:49
DavidHHuan
阅读(1127)
评论(0)
推荐(0)
摘要:
卸载sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils安装sudo apt-get install linux-sound-base alsa-base alsa-utils可以这样来处理声卡驱动突然出现异常的情况。 阅读全文
posted @ 2010-04-21 10:48
DavidHHuan
阅读(4757)
评论(0)
推荐(0)
摘要:
SVN set upOk now, our task of preparing the eZ Publish system ready for our newproject is pretty much finished; before we really start the developmentbusiness, there is one more step: put everything i... 阅读全文
posted @ 2010-04-21 10:41
DavidHHuan
阅读(464)
评论(0)
推荐(0)
摘要:
URLTranslatorRight now, eZ Publish support three different url TransformationGroup:urlalias, urlalias_iri and urlalias_compat. The urlalias_iri is nicefor its utf-8 support. However, in reality, I fou... 阅读全文
posted @ 2010-04-21 10:40
DavidHHuan
阅读(394)
评论(0)
推荐(0)
摘要:
Get Start a new eZ Publish project.What is the project about? What we want.In this article, we are going to set up a starting point of eZ Publishproject, named "Multiline". This project will contain t... 阅读全文
posted @ 2010-04-21 10:39
DavidHHuan
阅读(508)
评论(0)
推荐(0)
摘要:
1. Add the code to the /setttings/override/site.ini.append.php file[URLTranslator]Extensions[]Extensions[]=myfiltersFilters[]Filters[]=StripWordsThat means we have a new extension "myfilters", and "st... 阅读全文
posted @ 2010-04-21 10:38
DavidHHuan
阅读(338)
评论(0)
推荐(0)
摘要:
Modify the file of override.ini.append.php[pagelayout_corporate] Source=pagelayout.tpl MatchFile=pagelayout_corporate.tpl Subdir=templatesMatch[section]=4 which means that the corporate pagelayout tem... 阅读全文
posted @ 2010-04-21 10:37
DavidHHuan
阅读(271)
评论(0)
推荐(0)
摘要:
attribute_view_guiparameters:attributealignmentimage_classcss_classhrefIn fact that, this function renders the datatype view, the default datatype views are locate in /design/standard/templates/conten... 阅读全文
posted @ 2010-04-21 10:35
DavidHHuan
阅读(362)
评论(0)
推荐(0)
摘要:
In eZ Publish, we can call back the standard PHP function, which takesonly one parameter as input. It is sufficient to create an override ofthe template.ini setting file in the settings folder of our ... 阅读全文
posted @ 2010-04-21 10:35
DavidHHuan
阅读(370)
评论(0)
推荐(0)
摘要:
In order to avoid some display between frontend and backend, we'dbetter locate the override.ini.append.php file in the/settings/siteaccess/[your_site]/ 阅读全文
posted @ 2010-04-21 10:34
DavidHHuan
阅读(255)
评论(0)
推荐(0)
摘要:
Usually, the full view is used to view a content node with all of itsattributes. (We can think of a full content node view as a static HTMLpage of that element.) The line view is used to view the cont... 阅读全文
posted @ 2010-04-21 10:34
DavidHHuan
阅读(261)
评论(0)
推荐(0)

浙公网安备 33010602011771号