摘要: DbSet 不加访问修饰符,调用接口会出现如下的问题: 2021-05-18 14:43:17.937 +08:00 [ERR] An exception was thrown while activating Castle.Proxies.MiniProgramAppServiceProxy.Au 阅读全文
posted @ 2021-05-18 16:10 SharkLock 阅读(3937) 评论(0) 推荐(0) 编辑
摘要: 如果还是不OK,删除Platform和Plugins两个目录,重新添加下平台试试。 参考链接:https://stackoverflow.com/questions/31310182/error-could-not-find-gradle-wrapper-within-android-sdk-mig 阅读全文
posted @ 2017-09-19 14:56 SharkLock 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 1、重装NodeJS 2、配置NodeJS全局和缓存路径 npm config set prefix “D:\Program Files\npm\node_global” npm config set cache “D:\Program Files\npm\node_cache” 3、配置环境变量 阅读全文
posted @ 2017-07-03 13:48 SharkLock 阅读(7845) 评论(1) 推荐(1) 编辑
摘要: 程序包管理器控制台执行命令(稳定版1.1):Install-Package Microsoft.EntityFrameworkCore.Tools EntityFramework6及以上版本执行命令:EntityFramework\Add-Migration "InitialCreate" Enti 阅读全文
posted @ 2017-06-16 17:49 SharkLock 阅读(3192) 评论(0) 推荐(1) 编辑
摘要: JQUERY写法: $(window).bind('beforeunload', function (e) { var isEdit = '<%=FormMastPage.ViewMode%>'; if (window.is_confirm !== false && isEdit == Enumer 阅读全文
posted @ 2017-04-17 13:53 SharkLock 阅读(8382) 评论(0) 推荐(0) 编辑
摘要: public class Barcode : IHttpHandler { private object _code = ""; private int _height = 52; private string code = ""; public void ProcessRequest(HttpContext context... 阅读全文
posted @ 2017-03-31 16:21 SharkLock 阅读(396) 评论(0) 推荐(0) 编辑
摘要: // 设置图像控件 Image image = new Image(); panel.IsEnabled = false; using (MemoryStream ms = new MemoryStream(item.AttachConnect)) { // var decoder = B... 阅读全文
posted @ 2015-11-25 11:43 SharkLock 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: using IDOSSalesBizLogic;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Wi... 阅读全文
posted @ 2015-03-09 15:15 SharkLock 阅读(528) 评论(0) 推荐(0) 编辑
摘要: --> 阅读全文
posted @ 2015-03-09 15:10 SharkLock 阅读(700) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Microsoft.X... 阅读全文
posted @ 2014-10-28 10:27 SharkLock 阅读(750) 评论(0) 推荐(0) 编辑