2020年1月9日
摘要:
HSSFWorkbook hssfWorkbook = null; using (FileStream file = new FileStream(filePath, FileMode.Open, FileAccess.ReadWrite)) { hssfWorkbook = new HSSFWor
阅读全文
posted @ 2020-01-09 09:13
雪原日暮
阅读(309)
推荐(0)
2020年1月8日
摘要:
1. 这种方式需要用户浏览器访问两次,性能较差 2. HTTP重定向服务器会的处理能力会成为负载均衡的瓶颈 3. HTTP重定向返回302,可能会使搜索引擎判定为SEO作弊,降低搜索排名
阅读全文
posted @ 2020-01-08 19:39
雪原日暮
阅读(2826)
推荐(2)
2020年1月3日
摘要:
txt文件切割 https://www.cnblogs.com/xiyoujiyjy/p/11736632.html
阅读全文
posted @ 2020-01-03 17:26
雪原日暮
阅读(148)
推荐(0)
2020年1月2日
摘要:
https://github.com/statianzo/Fleck dll下载地址 浏览器调用本地socket 例子 https://www.cnblogs.com/JourneyOfFlower/p/10391633.html windows 服务的安装启动 服务安装方法 https://www
阅读全文
posted @ 2020-01-02 19:51
雪原日暮
阅读(1282)
推荐(0)
2019年12月23日
posted @ 2019-12-23 10:36
雪原日暮
阅读(148)
推荐(0)
2019年12月9日
摘要:
未能加载文件或程序集“Oracle.DataAccess”或它的某一个依赖项。试图加载格式不正确的程序。 1.调试-选项-项目和解决方案-web项目-勾选对网站和项目使用iis express 64 位版
阅读全文
posted @ 2019-12-09 10:08
雪原日暮
阅读(1490)
推荐(0)
2019年11月21日
摘要:
grant select on xxxx.xxxxx_TB to sb;grant select on xxxx.xxxxxx_tb to sb; 参考 https://www.cnblogs.com/yhuiyan/p/11532875.html
阅读全文
posted @ 2019-11-21 14:32
雪原日暮
阅读(853)
推荐(0)
2019年9月10日
摘要:
LogProvider.SetLog(LogProvider.WARN, "AutoOrdersJob", "自动JOB开始。。。"); int step = 30; DateTime end = DateTime.Now; DateTime start = end.AddMinutes(-1 *
阅读全文
posted @ 2019-09-10 09:35
雪原日暮
阅读(188)
推荐(0)
摘要:
工具-选项-项目和解决方案-勾选第一个
阅读全文
posted @ 2019-09-10 09:32
雪原日暮
阅读(358)
推荐(0)
2019年8月12日
摘要:
1.C# $ 内插字符串 Console.WriteLine($"The value of pi is {Math.PI}"); 替代string.format 2. switch 的新写法 colorBand 是枚举 public static RGBColor FromRainbow(Rainb
阅读全文
posted @ 2019-08-12 11:04
雪原日暮
阅读(243)
推荐(0)