摘要:
using JwtAuth.Api.Services; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.IdentityModel.Tokens; using Scalar.AspNetCore; using 阅读全文
摘要:
using System.Collections.Concurrent; using System.Text; using MQTTnet; using MQTTnet.Client; using Microsoft.Extensions.Options; using Microsoft.Exten 阅读全文
摘要:
水位项目 selectp.project_id,p.project_name, pt.project_type_name,p.createtime from project p inner join project_type pt on p.project_type_id=pt.project_ty 阅读全文
摘要:
now=os.date("*t") --tablefor i,v in pairs(now) do print(i,v)endnow=os.date("%y-%m-%d %I:%M:%S")print(now) now=os.date("%Y-%m-%d %H:%M:%S")print(now) s 阅读全文
摘要:
/*获取内存信息@api rtos.meminfo(type)@type "sys"系统内存, "lua"虚拟机内存, 默认为lua虚拟机内存 @return int 总内存大小,单位字节@return int 当前使用的内存大小,单位字节@return int 最大使用的内存大小,单位字节@usa 阅读全文