G_will
G_will
有什么方便的方式可以缓存权限数据库读取吗?一般权限设置好,日常使用很少修改,但是权限相关数据库查询每次请求机会都会有,感觉有必要缓存一下。
- Laravel Version: 9.5 - PHP Version: 8.1 - Dcat Admin Version: 2 ### Description: 这样写,页面上在下拉框选择不能动态显示字段: ```php $form->embeds('parameters', function ($form) { $options = [ ... ]; $form->select('type', '类型') ->options($options) ->when(1,...
composer 安装提示:Package box/spout is abandoned, you should avoid using it. No replacement was suggested.
 看了一下个股期权 API 的 h 文件,和 6.3.11 还是有一些差别的 而且,类和机构体等声明都给了命名空间 `namespace ctp_sopt` 如果想仿照 ctpwrapper 股期权的 API ,是不是按照 h 文件声明的差异修改相关 pxd pyx 文件即可?
The source code like this, ``` case 9: // tab var nextTab if (nextTab = this.getNextTab(),nextTab != null) { // Get the nextTab if exists var that = this setTimeout(function(){...
关于Linux要写些什么? 力所能及的话,那我就去挖坑了。
I want to save a vlidator class in a file or database, Is there any methods can serialize and unserialize a vlidator class?
openai api server add proxies config
related with: #3140 ```python @task def t1(x): raise Exception @task def t2(x): return x + 1 r = chain(t1.s(1), t2.s(2))() ``` I think, there should be a method like `r.chain_state()`...