由 hrs, 15 十一月, 2019 Linux 关机和重启命令 关机命令: 1、halt 立刻关机 2、poweroff 立刻关机 3、shutdown -h now 立刻关机(root用户使用) 文章标签 Linux
由 hrs, 15 十一月, 2019 Drupal 7 默认模组 Block 区块模块 p{ text-indent:2em; } Block 区块模块Block 区块模块提供了与区块相关的功能,通过区块可将内容放置在网站的不同区域。Block 模块是 Drupal 的基础模块之一,不能被禁用。它是通过单独的区块管理器页面管理的。 文章标签 模块(module)
由 hrs, 15 十一月, 2019 Drupal 7 默认模组 Aggregator 聚合器模块 p{ text-indent:2em; } Aggregator 聚合器模Aggregator 聚合器模块用于聚合内容。Drupal 的聚合器和 feed 阅读器一样,可以从其它网站收集 RSS 、RDF 和支持 Atom 的新闻 feed ,并在 Drupal 中显示出来。 文章标签 模块(module)
由 hrs, 15 十一月, 2019 Drupal7 默认模块启用和禁用表 #en{ color:green; text-align:center; } #dis{ color:red; text-align:center; } p{ text-indent:2em; } Drupal7 默认模块启用和禁用表 Drupal 默认模块的种类非常广泛。很多模块与新的内容类型的显示有关。 文章标签 模块(module)
由 hrs, 5 十一月, 2019 dupal 瑞士军刀:drush 命令大全 drush archive-dump 备份网站drush archive-restore 恢复网站 drush pml : 显示网站核心概述。drush pml --no-core :显示网站非核心的概述。就是自己安装的模块信息。 文章标签 drush
由 hrs, 23 十月, 2019 ubuntu 开启url 重写模块 打开终端,进入 /etc/apache2/ ,编辑apache2.conf 文件,将 AllowOverride None 改为AllowOverride All 保存后重启apache2就可以了。 文章标签 apache