02 2023 档案
摘要:这里只列举了string类型的操作,后续持续更新 using StackExchange.Redis; using System.Runtime.Serialization; using System.Xml; namespace WebApi.Services { /// <summary> //
阅读全文
摘要:/// <summary> /// 序列化 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="obj"></param> /// <returns></returns> private static byte[]
阅读全文
摘要:SELECT table_schema AS '数据库', table_name AS '表名', table_rows AS '记录数', TRUNCATE ( data_length / 1024 / 1024, 2 ) AS '数据容量(MB)', TRUNCATE ( index_lengt
阅读全文