seven

Results 8 comments of seven

方法比较简洁,不过要是可以支持链式写法就更舒适了,😘毕竟堆积的参数有些其实没必要,还容易错位 `` $ycdb->select("user_info_test", "*", [ "username[~]" => "Londo_" ]); $db->table('xx')->columns(['p.*', "b.xxx"]) ->join($join)->where($where)->group('device_id') ->order($order)->limit($limit)->select();

I also found this problem, but I used another method to solve it, and I hope @laruence can fix it (求 @laruence 大佬能解决一下) @undeadindustries add plugin: application/plugins/Tc.php ``````````` class TcPlugin...

My solution can also solve your problem, and it is more https://github.com/catfan/Medoo/pull/1003 > $this->database->select( "account", "user_name", [ Medoo::raw(" not in (select id2 from table2) "), 'LIMIT' => [20, 100], "ORDER"...

> > My solution can also solve your problem, and it is more > > ``` > [ > Medoo::raw(" not in (select id2 from table2) "), > ``` >...

> 看到其他语言炫彩的桌面程序,很是羡慕。就PHP还是老版本的GDK。。后来发现出了这个UI,很是喜欢,,但还是缺少一些功能。 现在js的桌面程序也出来多版本。。也都在更新。。。 请问,现在这个UI不再更新了吗? @mofeier > I envy the dazzling desktop programs in other languages. PHP is still the old version of GDK.. Later on, I discovered this UI and...

> 前往https://github.com/lllyasviel/stable-diffusion-webui-forge获取 ldm_patched 和 modules_forge 两个目录 移至你的 web-ui 目录/ 对我有用 it works! 直接复制进来就行了, 当然模型还是要去下载

> > > 去 https://github.com/lllyasviel/stable-diffusion-webui-forge 获取ldm_patched,modules_forge两个目录移动到你的 Web-UI 目录/对我有用 > > > > > > 它也对我有用,我可以在 GUI 中看到 layerDiffusion,但它不起作用。 > > 你好,找到合适的方法了吗,我也遇到这个问题 用的一键安装包 use this one-click installation package (with git and...