atan
atan
maybe this ? ``` _.each(parent.$children, function(pdf){ pdf.drawScaled(0.8) }) ```
``` javascript var template = _.template($("#search_template").html())(context); $(this.el).html(template); ``` 这样就没有问题了
@reinink , I can not get the correct result: ``` Inertia::share([ 'something' => function (\Inertia\Response $response) { return $response->component; }, ]); ``` It returns: 'Unresolvable dependency resolving [Parameter #0 [...
Thanks. May be custom the ProxyCommand in the future can solve the problem. for example: ProxyCommand ssh bastionA -A ssh bastionB -W %h:%p
8.0
不好意思,Readme没有来得及更新,支付接口计划独立出来,JSSDK也是,目前还没有时间完善
暂时还没有加入企业号,valid只需要在第一次验证的时候调用,之后都不需要了