上一页 1 2 3 4 5 6 7 8 9 10 ··· 89 下一页
摘要: LINQ to Entities 不识别方法“System.String ToXX()”,因此该方法无法转换为存储表达式这是因为LINQ语句最后都是要转为sql语句来执行的,当它转换后,发现sql语句中要执行的方法“XX”,并不是一个在数据库中的存储过程函数,也无法进行转换为存储表达式。Entity 阅读全文
posted @ 2022-05-09 09:54 BloggerSb 阅读(548) 评论(0) 推荐(0)
摘要: Base64 报错 的解决办法, 报错如下:1. FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding charac 阅读全文
posted @ 2022-02-21 11:55 BloggerSb 阅读(7347) 评论(0) 推荐(0)
摘要: .net core jenkins项目发布配置 http://10.0.0.2/customproject/newbek.git H/2 * * * * 发布指令demo1: 停止IIS的进程 C:\Windows\System32\inetsrv\appcmd.exe stop apppool / 阅读全文
posted @ 2022-02-17 16:50 BloggerSb 阅读(52) 评论(0) 推荐(0)
摘要: 安装Jenkins参考: https://www.cnblogs.com/linuxchao/p/linuxchao-jenkins-setup.html https://www.cnblogs.com/linuxchao/p/linuxchao-Jenkins-GitHub.html https: 阅读全文
posted @ 2022-01-26 17:02 BloggerSb 阅读(38) 评论(0) 推荐(0)
摘要: 名字 版本号 简称 全称msvc70 VC7.0 VS2002 Microsoft Visual Studio 2002msvc71 VC7.1 VS2003 Microsoft Visual Studio 2003msvc80 VC8.0 VS2005 Microsoft Visual Studi 阅读全文
posted @ 2022-01-25 16:48 BloggerSb 阅读(1859) 评论(0) 推荐(0)
摘要: 您可以通过手动设置HttpContext.User来实现此目的: var identity = new ClaimsIdentity("Custom"); HttpContext.User = new ClaimsPrincipal(identity); var identity = new Cla 阅读全文
posted @ 2022-01-16 14:26 BloggerSb 阅读(487) 评论(0) 推荐(0)
摘要: <el-row> <el-col :span="8"> <el-form-item label="抽奖时间:" required> <el-form-item prop="DrawTimeInfo"> <el-date-picker type="daterange" v-model="DrawTim 阅读全文
posted @ 2021-11-25 10:52 BloggerSb 阅读(70) 评论(0) 推荐(0)
摘要: <div class="form-group"> <label class="control-label col-md-4 col-sm-4">法人身份证:</label> <div class="col-md-6 col-sm-6"> <asp:Repeater ID="Repeater1" ru 阅读全文
posted @ 2021-11-18 16:56 BloggerSb 阅读(44) 评论(0) 推荐(0)
摘要: .net core项目导出Excel单元格编码不识别使用gb2312读文本报错解决 System.NotSupportedException: No data is available for encoding 936解决:异常信息中提到了Encodeing.RegisterProvider,后来一 阅读全文
posted @ 2021-11-11 09:49 BloggerSb 阅读(1764) 评论(0) 推荐(0)
摘要: /// <summary> /// Base64编码存储为图片文件 /// </summary> /// <param name="base64Str">Base64编码</param> /// <param name="savePath">图片完整路径</param> /// <returns>< 阅读全文
posted @ 2021-10-22 17:11 BloggerSb 阅读(423) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 89 下一页