01 2013 档案
如何正确安装CKEditor for Drupal?
摘要:http://lukehan.net/cn/content/ru-he-zheng-que-zhuang-ckeditor-drupal如果只是使用Drush安装CKEditor或者从Drupal.org下载并安装CKEditor模块,CKEditor其实并没有正确配置和安装,会在配置界面(Drupal 7)出现如下错误:CKEditor was not found in sites/all/modules/ckeditor/ckeditor. 原因是该Drupal Module其实只是一个CKEditor的Wrapper,因此需要另外下载核心的CKEditor: 1. 先下载并安装(或者使用 阅读全文
posted @ 2013-01-28 12:10 rorodo 阅读(2190) 评论(2) 推荐(0)
关于 os x的chmod
摘要:Syntax: chmod [-Options] <permissions> <file/directory> Explanation: chmod is an abbreviation for change mode. Chmod is used to decide which users has the right to read, write or execute a certain file or folder. In other words: set the permissions of that file or folder. Permissions of 阅读全文
posted @ 2013-01-28 11:29 rorodo 阅读(537) 评论(0) 推荐(0)
在os x系统中更新drupal版本和添加模块权限问题。
摘要:打开drupal,提示core要upgrade到7.19版本。于是开始升级,参考如下:drupal core升级必须按照版本顺序升级,不能跳过中间任何版本。步骤如下。Instructions on how to update Drupal core with a newer version of Drupal of the same category or same base version [ ie Drupal 6/7/8]1. Make a backup of your Drupal instance.2. Download the latest release of your curr 阅读全文
posted @ 2013-01-26 03:09 rorodo 阅读(399) 评论(0) 推荐(0)
安装drupal7+winxp成功!
摘要:基本上没跟在macbook上安装差不多。只是碰到2个小问题。1.pdo 不支持 用php的 info()查看配置,pdo显示novalue。查了网上的一些解决方案,在php.ini里面启用extension=php_pdo_mssql.dllextension=php_pdo_mysql.dll;重启apache。就显示pdo mysql。补充,会报错没加载php_pdo_mysql.dll。要同时启用extension=php_pdo_odbc.dll。才可以。2.需要支持mbstring 还是在php.ini里面启用extension=php_mbstring.dll。这下win上面也安装 阅读全文
posted @ 2013-01-18 11:29 rorodo 阅读(185) 评论(0) 推荐(0)
安装drupal成功!
摘要:按照这个教程安装drupal7.由于是mac os 系统,系统权限太强大了,有几次权限问题。还好drupal有很详细的安装处理,都是英文,在install.txt里。还了解到一个小tips,在文件夹和文件上 command+i 出现详细信息拦,你可以修改读写属性。一切都OK,比用终端的 cdmod命令改变读写直观的多。最后还有一个问题fails on Mac OSX 10.6.4 with SQLSTATE[HY000] [2002] No such file or directory.解决办法如下:1. Open up php.ini (mine was in /private/etc/) 阅读全文
posted @ 2013-01-12 00:11 rorodo 阅读(315) 评论(0) 推荐(0)
word文件打不开
摘要:一般是由于模板文件损坏找到normal.dot删除就可以重新打开了。问题是:删了模板没关系么?有空研究一下。 阅读全文
posted @ 2013-01-09 16:05 rorodo 阅读(148) 评论(0) 推荐(0)
QQ空间和弹出新闻框连接IE打不开问题
摘要:用360管家删除很多不需要的软件。遇到显示无法清除干净,有残留。然后强力清除!接着问题就来了,QQ空间和弹出新闻框连接IE打不开。估计就是清除的时候删除了IE注册表。在网上找到答案是重新启动几个注册文件。regsvr32 Actxprxy.dll regsvr32 Shdocvw.dll regsvr32 Mshtml.dll regsvr32 Urlmon.dll regsvr32 Msjava.dll其中有几个显示出错!后来发现360自带有一个IE安全卫士有系统修复。用这个修复IE就可以了。霸道的360,好事坏事都有你啊!神奇! 阅读全文
posted @ 2013-01-09 09:03 rorodo 阅读(1584) 评论(0) 推荐(0)
折腾了好久的macos+apache+php+phpmyadmin 终于成功了!
摘要:刚开始才接触php才发现macos还是比较强大了,macbook不仅是时尚达品还很实用哦。--------------他山之石--------------------------http://dancewithnet.com/2010/05/09/run-apache-php-mysql-in-mac-os-x/#php启动Apache有两种方法:打开“系统设置偏好(System Preferences)” -> “共享(Sharing)” -> “Web共享(Web Sharing)”。注意,从Mac OS X从10.8开始取消了 “Web共享(Web Sharing)”。打开“ 阅读全文
posted @ 2013-01-07 23:25 rorodo 阅读(13855) 评论(0) 推荐(0)
css
摘要:Learn CSS Positioning in Ten Stepshttp://www.barelyfitz.com/screencast/html-training/css/positioning/中文翻译:http://paranimage.com/css-position-attribute/All About Floatshttp://css-tricks.com/all-about-floats/ 中文翻译:http://paranimage.com/css-float-attribute/ 阅读全文
posted @ 2013-01-06 16:14 rorodo 阅读(183) 评论(0) 推荐(0)