woodynew
woodynew
- Laravel Version: 8 - PHP Version: 7.4 - Dcat Admin Version: #.#.# ### Description: 苹果浏览器,夸克浏览器 表格筛选右边弹出方式,弹出后搜索按钮不显示,前端代码都有,可能是渲染问题,也有占位 ### Steps To Reproduce: 苹果浏览器打开表格页面,筛选通过右边弹出
- Laravel Version: 8 - PHP Version: 7.4 - Dcat Admin Version: 2.* ### Description: 出现问题描述:先打开A页面,再打开B页面,都是独立页面,再回到A页面点编辑跳转到表单页, 此时点提交携带的参数 _previous_ 是B页面的index 路径,导致提交表单重定向到B页面了,正常应该到A页面 追溯到src\Form.php文件 第953行 `return $this->request->get(Builder::PREVIOUS_URL_KEY) ?: $this->getCurrentUrl($resourcesPath);` $this->request->get(Builder::PREVIOUS_URL_KEY) 获取到的路径就是上面说的 B页面的index
- Laravel Version: 8 - PHP Version: 7.4 - Dcat Admin Version: 2 ### 比如表单控件:datetimeRange,如何设置最小日期不能小于当天呢
[nix-shell:/opt/cardano-sl]$ ./scripts/build/cardano-sl.sh Going to build: cardano-sl-networking cardano-sl-binary cardano-sl-util cardano-sl-crypto cardano-sl-core cardano-sl-db cardano-sl-chain cardano-sl-infra cardano-sl cardano-sl-node cardano-sl-client cardano-sl-generator cardano-sl-auxx cardano-sl-tools cardano-sl-explorer cardano-sl-wallet Building cardano-sl-networking stack build --ghc-options=" -Wwarn" --test --no-haddock-deps --bench...
### **服务文件** [Unit] Description=Etcd Server After=network.target After=network-online.target Wants=network-online.target Documentation=https://github.com/coreos [Service] Type=notify WorkingDirectory=/opt/etcd/data/ ExecStart=/opt/k8s/bin/etcd \ --data-dir=/opt/etcd/data/ \ --wal-dir=/home/etcd/wal/ \ --name=zhangjun-k8s02 \ --cert-file=/etc/etcd/cert/etcd.pem \ --key-file=/etc/etcd/cert/etcd-key.pem \ --trusted-ca-file=/etc/kubernetes/cert/ca.pem \ --peer-cert-file=/etc/etcd/cert/etcd.pem \ --peer-key-file=/etc/etcd/cert/etcd-key.pem \...
如题,引入之后树状没问题,但是其他页面Server分页原来是好的,引入bootstrapTable-treeView.js之后页面分页没了,我的bootstrap版本: Bootstrap v3.3.5 bootstrap-table - v1.9.0
OSS设置私有权限,并且配置CDN域名后,上传OSS文件会提示无权限,getUrl获取正常。 解决办法:全局setCdnUrl() 我自己打了个包:https://github.com/woodynew/laravel-filesystem-oss.git 期待作者有更优的配置方法,需要iidestiny/flysystem-oss buckets 兼容CDN 域名独立配置
#430 php-fpm 没有error 级别日志 2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: fpm is running, pid 1 2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: ready to handle connections 2023-04-28 10:09:17 [28-Apr-2023 02:09:17] WARNING: [pool www]...
``` Hyperf\Nacos\GrpcClient public function listen(): void { $request = new ConfigBatchListenRequest(true, array_values($this->configListenContexts)); $response = $this->request($request); if ($response instanceof ConfigChangeBatchListenResponse) { $changedConfigs = $response->changedConfigs; foreach ($changedConfigs as $changedConfig) { $this->handleConfig($changedConfig->tenant, $changedConfig->group,...