上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: https://www.tiobe.com/tiobe-index/ 阅读全文
posted @ 2022-09-30 16:57 博客YS 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1、正常C# 是继承GC,是无需手动回收释放,但是有时候确实遇到相关异常报错,手动释放是可以的 finally { if (conn != null && conn.State != ConnectionState.Closed) { conn.Close(); SqlConnection.Clea 阅读全文
posted @ 2022-09-27 11:00 博客YS 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 感觉VS2019 自带的偶尔出现提交,拉取失败,还是命令解决 1、回退到上次提交不清除本地提交的代码 git reset --soft HEAD~1 2、回退到上次提交并清除本地提交的代码 git reset --hard HEAD^桌面右击选择Git Bash Here 1. 查看当前git的用户 阅读全文
posted @ 2022-09-26 18:29 博客YS 阅读(120) 评论(0) 推荐(0) 编辑
摘要: USE [ITL] GO /****** Object: Trigger [dbo].[TR_LMS_Interface_Order_INSERT] Script Date: 2022/8/23 17:16:48 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDE 阅读全文
posted @ 2022-08-23 17:18 博客YS 阅读(115) 评论(0) 推荐(0) 编辑
摘要: license number: 565password: xs374caproduct code: lelfnbaja3g7bdnecqswrgy4qw9x5hte6kserial number: 559078 产品代号: lelfnbaja3g7bdnecqswrgy4qw9x5hte6k序列号: 阅读全文
posted @ 2022-08-15 16:42 博客YS 阅读(537) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-07-25 19:47 博客YS 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 需要引用的3个dll /// <summary> /// 读取Excel到DataTable /// </summary> /// <param name="excelPath">Excel路径</param> /// <param name="sheetname">工作表名称</param> // 阅读全文
posted @ 2022-07-25 19:41 博客YS 阅读(117) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 获取时间戳 /// </summary> /// <param name="bflag">true 秒 , false 毫秒</param> /// <returns></returns> public static string GetTimeStamp(boo 阅读全文
posted @ 2022-07-15 19:22 博客YS 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1、出错地方 因为用转译后的编码生成签名秘钥导致请求一直失败; 解决办法:用原报文XML先 生成签名秘钥;传给接口用xml转译后; public static string GetHttpPostByAdds(string Url, string sendXml, string custID) { 阅读全文
posted @ 2022-07-07 11:33 博客YS 阅读(39) 评论(0) 推荐(0) 编辑
摘要: VS2017 运行WebService报错 解决办法 :工具》》选项》调试》取消勾选【启用ASP.net的JavaScript调试】 阅读全文
posted @ 2022-07-06 18:51 博客YS 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页