05 2022 档案

摘要:脚本 SELECT a.name, b.rows FROM sysobjects AS a INNER JOIN sysindexes AS b ON a.id = b.id WHERE (a.type = 'u') AND (b.indid IN (0, 1)) ORDER BY a.name,b 阅读全文
posted @ 2022-05-19 15:27 世人皆萌 阅读(566) 评论(0) 推荐(0) 编辑
摘要:原文地址:https://www.cnblogs.com/xilipu31/p/3993049.html using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; u 阅读全文
posted @ 2022-05-09 16:39 世人皆萌 阅读(721) 评论(0) 推荐(0) 编辑
摘要:原文地址:https://www.cnblogs.com/liweis/p/12594202.html WebService是基于XML格式的,返回的默认结果是XML格式,因为它比较通用,几乎任何编程语言、操作系统和应用程序都能方便的读写。 多番测试 方式一:最简单的例子: 1 2 3 4 5 6 阅读全文
posted @ 2022-05-05 14:53 世人皆萌 阅读(3739) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示