2013年1月28日
摘要: 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 阅读(2184) 评论(2) 推荐(0)
摘要: 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 阅读(533) 评论(0) 推荐(0)