Let's go
上一页 1 2 3 4 5 6 ··· 52 下一页
摘要: 为了测试接口,拥有更多的权限,我使用的测试号 相关基本配置 设置的模板信息 例如:first.DATA ,其中first对应是值 .DATA是固定模式 体验接口权限表 用户未关注时,进行关注后的事件推送 <xml> <ToUserName><![CDATA[toUser]]></ToUserName 阅读全文
posted @ 2024-01-09 16:28 chenze 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 数据库中字段类型对应C#中的数据类型: 数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string datetime System.DateTime decimal System.D 阅读全文
posted @ 2023-07-25 16:07 chenze 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 在/etc/systemd/system/路径下添加 MyService.service文件并写入一下内容() [Unit] Description=MyService [Service] Type=simple #工作路径 WorkingDirectory=/home/software/net5. 阅读全文
posted @ 2023-07-17 14:33 chenze 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 一、16进制转float型 static void Main(string[] args) { string value = "B6798842"; value = "428879B6"; #region Demo1 UInt32 x = Convert.ToUInt32(value, 16);// 阅读全文
posted @ 2023-03-24 10:51 chenze 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 一、查询指定数据库(例“test”)占用磁盘空间大小 SELECT TABLE_SCHEMA AS "数据库", sum( table_rows ) AS "记录数", concat( TRUNCATE ( sum( data_length ) / 1024 / 1024, 2 ), ' MB' ) 阅读全文
posted @ 2023-03-06 15:29 chenze 阅读(1955) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 52 下一页
有事您Q我