Dahaha

Results 8 issues of Dahaha

visit: http://jiangliangjun.com 1. click the url in the center wiget at bottom, like `第三方地方发表在《VPS一些查询命令》`,http://jiangliangjun.com/377.html#comment-xxx 2. click the logo, the page will change to home, but the url still not change,and...

添加钩子,使开发者能给指定的select控件进行个性化配置 例如:在grid方法中注入代码: ```php admin_inject_section('admin.select-ajax.pk_project', "console.log(configs);configs = $.extend(configs, {escapeMarkup: function(e){return e}, templateSelection: function(t){return void 0!==t.description?t.text+' '+t.description+'':t.text}})"); ``` 在页面上能在实例化之前随意配置config变量: ```js (function () {var configs = {"allowClear":true,"placeholder":{"id":"","text":"\u9009\u62e9"}}; console.log(configs);configs = $.extend(configs, {escapeMarkup: function(e){return e},...

- Laravel Version: 8.83.27 - PHP Version: 7.4.33 - Dcat Admin Version: 2.2.3-beta ### Description: modal异步弹出工具表单,并且使用了tab布局,tab里的字段无法获取 ### Steps To Reproduce: ```php namespace App\Admin\Forms\Nc65; use Dcat\Admin\Form\BlockForm; use Dcat\Admin\Form\Field\Datetime; use Dcat\Admin\Form\Row; use...

wontfix

本来tp5的路子是解耦,现在framework里包含的扩展也逐步独立成扩展包了。 这个项目一装上酒感觉把3.2的套路又带回来了:不管你要不要,这里都有。 如果有精力的话,能否把这个扩展包再按照驱动类型、行为类型等分拆成小的扩展包? 实在不想为了吃个烤翅而去点个全家桶。

**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

修正mootdx/tools/reversion.py:18: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting',...

### 验证步骤 - [x] 我已经阅读了 [文档](https://wiki.metacubex.one/),确认了该功能没有实现 - [ ] 我已在 [Issue Tracker](……/) 中寻找过我要提出的功能请求,并且没有找到 - [x] 我是中文用户,而非其他语言用户 ### 描述 使用国外dns时,有时需要很久才能打开网页,希望dns模块能增加两个功能: 1. 当dns服务器>1时,超时参数生效,直接返回无法解析 2. 使用抢占模式,用第一个返回的结果作用dns解析地址,马上进行连接

enhancement