智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: internal static class SendRequest { private static string GetBody(Dictionary<string, string> senddata) { if (senddata == null) { senddata = new Dictio 阅读全文
posted @ 2022-06-15 13:18 後生哥哥 阅读(1355) 评论(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 後生哥哥 阅读(25) 评论(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 後生哥哥 阅读(1316) 评论(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 後生哥哥 阅读(275) 评论(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 後生哥哥 阅读(929) 评论(0) 推荐(0) 编辑
摘要: public class ZipHelper { #region 压缩 /// <summary> /// 将文件压缩到文件流中 /// </summary> /// <param name="files">文件的路径</param> /// <param name="zipStream">文件流< 阅读全文
posted @ 2021-11-05 10:53 後生哥哥 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 需求: 把模版文件中的图片替换为其它的图片 //模版 string path = Server.MapPath("/yjz/261.doc"); //图片 string path2 = Server.MapPath("/yjz/sign.png"); //保存文件 string path3 = Se 阅读全文
posted @ 2021-10-14 11:49 後生哥哥 阅读(558) 评论(0) 推荐(0) 编辑
摘要: declare @t table(itemid int,val nvarchar(4000)) insert into @t(itemid,val) select itemid,'<img id="img' + ltrim(rtrim(id)) + '" src="' + SignFile + '" 阅读全文
posted @ 2021-10-09 23:12 後生哥哥 阅读(123) 评论(0) 推荐(0) 编辑
摘要: SELECT a.annual,a.policy_name,b.[value] FROM (SELECT annual,policy_name,[value]=CAST('<v>'+REPLACE([relation],',','</v><v>')+'</v>' AS xml) FROM T_tab 阅读全文
posted @ 2021-01-19 11:19 後生哥哥 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也