GongYI

Results 10 issues of GongYI

这不知道是不是bug? 改用translates做了解决。 ``` $v = \Inhere\Validate\Validation::make(data: [ 'title' => '', 'name' => '', ], rules: array( ['title,name', 'required', 'msg' => [ 'tagId' => '标题不能为空。', 'userId' => '姓名不能为空。', ]], ))->validate( stopOnError:...

help wanted

如题,jQuery用的是2.1.3版本的。试了多次,在pjax.xhr = $.ajax(pjax.options);这里就开始preventDefault无效果了。请教下这个如何解决? option设置基本就是用的默认的: $.pjax({ selector: 'a[data-pjax]', container: '#pjax-container', show: 'fade', cache: false, storage: false, titleSuffix: '', filter: function(){}, callback: function(){} });

在scroll中,在下拉加载更多时,出现“加载中...”时,试着向上拉动,会重复发起more事件,也就是重复请求了。 可以试着在在getList事件中将setTimeout中值设置delay设置大些。

格力空调,使用heaterCooler,homekit控制无效果。

原命令:console.log(template.render(data).innerTHML); 这里应该纠正为:innerHTML 😀

如题,设置的是⇧^ ⌥⌘Z健 ,但在切换代理时无效。

代码: ``` $post = array( 'prop' => [ 'money' => '22.4', ], ); $rules = array( ['prop.money', 'float', 'min' => .1, 'filter' => 'float', 'msg' => '属性金额不能小于0.1元。'], ); $v =...

PHP 7.2,define private constant: private const TIMEOUT = 0; private const ISPUSH = false; After conversion,result: constTIMEOUT=0;constISPUSH=false;

Hi, how do I clear history?

Hi. I compile successfully in PHP8,but runtime error. The prompt is 'the server is not available'. I guessing is not compatible with PHP8.