大佬們,我在另一個(gè)項(xiàng)目中一樣的代碼,為啥這里不生效呢? 預(yù)期結(jié)果 event_1 實(shí)際結(jié)果 event 后續(xù) 和 ThinkORM 官方確認(rèn)了,是ThinkORM 的bug,已經(jīng)做了修復(fù)了 https://github.com/top-think/think-orm/issues/630...
老大,路由配置如下,有時(shí)候訪問路由的時(shí)候他就返回404。 會(huì)提示:Route xxxx is not callable ...
怎么動(dòng)態(tài)得使用redis數(shù)據(jù)庫呢? 項(xiàng)目有不同的id,想著一個(gè)id對(duì)應(yīng)一個(gè)redis庫怎么寫連接配置呢?...
問題描述 如何插入多行數(shù)據(jù)時(shí),插入的數(shù)據(jù)結(jié)構(gòu)不一致? insert([ ['email' => 'taylor@example.com', 'votes' => 0], ['email' => 'dayle@example.com', 'votes' => 0,'name'=>'test'] ]);...