智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: public static string SendJSON(string url, Dictionary<string, string> header, string jsondata) { HttpWebRequest httpRequest = null; HttpWebResponse htt 阅读全文
posted @ 2022-04-28 15:42 後生哥哥 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: var seriesData = [{ name: '蒸发量', type: 'bar', itemStyle: { normal: { color: "blue", barBorderColor: 'blue', barBorderWidth: 3, barBorderRadius: 0, bor 阅读全文
posted @ 2022-04-24 15:49 後生哥哥 阅读(101) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 无损压缩图片 /// </summary> /// <param name="sFile">原图片地址</param> /// <param name="flag">压缩质量(数字越小压缩率越高)1-100</param> /// <param name="siz 阅读全文
posted @ 2022-03-30 08:30 後生哥哥 阅读(292) 评论(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 後生哥哥 阅读(974) 评论(0) 推荐(0) 编辑
摘要: public class ZipHelper { #region 压缩 /// <summary> /// 将文件压缩到文件流中 /// </summary> /// <param name="files">文件的路径</param> /// <param name="zipStream">文件流< 阅读全文
posted @ 2021-11-05 10:53 後生哥哥 阅读(183) 评论(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 後生哥哥 阅读(593) 评论(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 後生哥哥 阅读(136) 评论(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 後生哥哥 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 在两个应用的web.config 中 system.web 节点 设置使用SQLServer保存Session 1 <sessionState mode="SQLServer" cookieless="false" timeout="1000" sqlConnectionString="Data S 阅读全文
posted @ 2020-11-21 12:36 後生哥哥 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 组件地址 https://saodiyang.gitee.io/layui-soul-table/#/zh-CN/component/child/basic 1 var childTable = null; 2 var xqTable = null; 3 var myTableIns = null; 阅读全文
posted @ 2020-11-04 20:02 後生哥哥 阅读(2241) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也