智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: <script> //https://www.cnblogs.com/j-a-h/p/15698989.html //js 数组对象操作 (filter,finde、findIndex、map) // find、findIndex、map、filter var id = '1'; var arr = 阅读全文
posted @ 2022-08-23 18:00 後生哥哥 阅读(90) 评论(0) 推荐(0) 编辑
摘要: public static class SqlBulkCopyHelper { /// <summary> /// 本地认证评估表建表SQL /// </summary> private const string CreateTemplateSql = @"[Id] [int] NOT NULL,[ 阅读全文
posted @ 2022-08-09 07:03 後生哥哥 阅读(328) 评论(0) 推荐(0) 编辑
摘要: declare @annual int =2020 select * from tbName where DATEDIFF(YEAR,CAST( annual as varchar),cast(@annual as varchar)) between (case when @annual=YEAR( 阅读全文
posted @ 2022-07-26 21:09 後生哥哥 阅读(419) 评论(0) 推荐(0) 编辑
摘要: internal static class SendRequest { private static string GetBody(Dictionary<string, string> senddata) { if (senddata == null) { senddata = new Dictio 阅读全文
posted @ 2022-06-15 13:18 後生哥哥 阅读(1484) 评论(0) 推荐(0) 编辑
摘要: DataTable dt = dal.ExecuteDataTable(cmd, null); dt.TableName = "tb"; string path = System.IO.Path.Combine(HttpRuntime.AppDomainAppPath, @"Template\结果导 阅读全文
posted @ 2022-05-24 14:09 後生哥哥 阅读(29) 评论(0) 推荐(0) 编辑
摘要: public static string SendJSON(string url, Dictionary<string, string> header, string jsondata) { HttpWebRequest httpRequest = null; HttpWebResponse htt 阅读全文
posted @ 2022-04-28 15:42 後生哥哥 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: var seriesData = [{ name: '蒸发量', type: 'bar', itemStyle: { normal: { color: "blue", barBorderColor: 'blue', barBorderWidth: 3, barBorderRadius: 0, bor 阅读全文
posted @ 2022-04-24 15:49 後生哥哥 阅读(87) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 无损压缩图片 /// </summary> /// <param name="sFile">原图片地址</param> /// <param name="flag">压缩质量(数字越小压缩率越高)1-100</param> /// <param name="siz 阅读全文
posted @ 2022-03-30 08:30 後生哥哥 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 引用 https://www.cnblogs.com/keepfool/archive/2012/03/25/2416911.html CREATE function dbo.regexReplace ( @source ntext, --原字符串 @regexp varchar(1000), -- 阅读全文
posted @ 2021-11-19 13:30 後生哥哥 阅读(945) 评论(0) 推荐(0) 编辑
摘要: public class ZipHelper { #region 压缩 /// <summary> /// 将文件压缩到文件流中 /// </summary> /// <param name="files">文件的路径</param> /// <param name="zipStream">文件流< 阅读全文
posted @ 2021-11-05 10:53 後生哥哥 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也