摘要:
如何修改富文本控件的高度 把控件类型为 富文本 的控件参数设置为 height:300,则会生成一个 300 高度的 tinymce tinymce.init({ selector: 'textarea', // change this value according to your HTML he 阅读全文
摘要:
关键点 违反就会遭到诅咒的重点中的重点: Do not rebase commits that exist outside your repository and that people may have based work on. 不要 rebase 一个可能会被别人 checkout 的提交点 阅读全文
摘要:
tap 函数的起源 tap 函数是一个高阶函数 higher-order function (HOF),在 Larvel 5.3 当中被引入 // 接收两个参数,`$value` 为需要处理的数据,`$callback` 为闭包 Closure function tap($value, $callb 阅读全文