05 2021 档案

摘要:select COLUMN_NAME from information_schema.COLUMNS where table_name = '{tableName}' and table_schema = '{dbName}' and COLUMN_NAME!='id' 阅读全文
posted @ 2021-05-25 11:27 94cool 阅读(315) 评论(0) 推荐(0)
摘要:字段名 字节数 属性 描述 Msg_Id 8 Unsigned Integer 信息标识。 Pk_total 1 Unsigned Integer 相同Msg_Id的信息总条数,从1开始。 Pk_number 1 Unsigned Integer 相同Msg_Id的信息序号,从1开始。 Regist 阅读全文
posted @ 2021-05-21 15:17 94cool 阅读(909) 评论(0) 推荐(0)
摘要:<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <targets> <target name="log" xsi:typ 阅读全文
posted @ 2021-05-19 16:39 94cool 阅读(695) 评论(0) 推荐(0)