摘要: function drupal_set_breadcrumb($breadcrumb = NULL) { $stored_breadcrumb = &drupal_static(__FUNCTION__); dpm(__FUNCTION__); if (isset($breadcrumb)) { $ 阅读全文
posted @ 2016-12-03 18:34 qqisnow2021 阅读(194) 评论(0) 推荐(0)
摘要: 如何生成patch:修改一个地方,然后git diff > xxx.patch 就会生成一个patch文件,这里的关键似乎是, 源文件的某个模块的版本要和线上发布的最新版本要一致,这样patch才会被官方采纳. git diff --help就会激活一个帮助页面git xxx --help 如何采用 阅读全文
posted @ 2016-12-03 18:32 qqisnow2021 阅读(234) 评论(0) 推荐(0)