07 2021 档案
摘要:通过NuGet程序包引用:System.Speech如果为.net core的项目引用:Unoffical.System.Speech程序包 引用:using System.Speech.Synthesis; /// <summary> /// 文字转换mp3格式音频 /// </summary>
阅读全文
摘要:/// <summary> /// 时间差 /// </summary> /// <param name="dateBegin">开始时间</param> /// <param name="dateEnd">结束时间</param> /// <returns>返回单位秒</returns> publ
阅读全文
摘要:/// <summary> /// 生成二维码,保存成图片,使用了ZXing.Net /// </summary> static byte[] GenerateQRimage(string content) { //初始化条形码格式,宽高,以及PureBarcode=true则不会留白框 var w
阅读全文
摘要:// 创建 HTTP 绑定对象 var binding = new BasicHttpsBinding(); // 根据 WebService 的 URL 构建终端点对象 var endpoint = new EndpointAddress(@"URL地址"); // 创建调用接口的工厂,注意这里泛
阅读全文
摘要:/// <summary> /// byte转换Stream /// </summary> /// <param name="vs"></param> /// <returns></returns> public static Stream ToStream(byte[] vs) { Stream
阅读全文

浙公网安备 33010602011771号