yesihudie

Results 4 issues of yesihudie

Project A contains library B, and I can go to library B with GoToDefinition, But if project C also contains library B, it will use the directory of project A...

在进行前置信息(表字段)获取阶段,在创建数据库连接对象时没有使用 Query 对象, 即 $options['master'] = true 选项未正确应用,未取得合适的连接对象(应该取得主库的连接对象)。以下是具体示例,实际执行时都连接了从库,但是应该使用主库连接。 Db::table('tp_users')->master(true)->where('id','=',1)->find(); Db::table('tp_users')->master(true)->where('id',1); 具体的配置信息如下: HOSTNAME = 192.xx,192.xx DATABASE = tp_first,tp_second 'deploy' => 1, 'rw_separate' => true, 'master_num' => 1, 'slave_no' => 1,

ORM

Error: Too many connections (10) from this IP

点击按钮slideview 组件时出现以下异常信息 Component "components/slideview/slideview" does not have a method "function (nv_event,nv_ownerInstance){var nv_ins = nv_event.nv_instance;var nv_st = nv_ins.nv_getState();if (!nv_st.nv_size || !nv_st.nv_isMoving)return;;nv_st.nv_isMoving = false;var nv_btns = nv_ownerInstance.nv_selectAllComponents('.btn');var nv_len = nv_btns.nv_length;var nv_i =...

wait for response