夏天
夏天
`using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DotNetty.Buffers; using DotNetty.Codecs; using DotNetty.Transport.Channels; namespace MessageServerTest.Netty { public class CommunicationDecoder : ByteToMessageDecoder { private readonly int _frameFlag =...
Hello: 报错如下: `[2022-11-03 09:59:54] production.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'wizard_2.wz_project_catalogs' doesn't exist (SQL: select `wz_project_catalogs`.*, (select count(*) from `wz_projects` where `wz_project_catalogs`.`id` = `wz_projects`.`catalog_id` and `wz_projects`.`deleted_at`...