上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: 代码异常描述 ************** 异常文本 **************System.Data.Entity.Core.EntityException: 可能由于暂时性失败引发了异常。如果您在连接到 SQL Azure 数据库,请考虑使用 SqlAzureExecutionStrategy 阅读全文
posted @ 2019-05-28 16:22 Ace001 阅读(2171) 评论(0) 推荐(0) 编辑
摘要: 记事本打开csproj文件 搜索nuget 删除Target节点 类似如下: <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> <Err 阅读全文
posted @ 2019-05-17 13:21 Ace001 阅读(2096) 评论(0) 推荐(1) 编辑
摘要: 1.ftpuser 下载安装FTPUSE下载地址:http://www.ferrobackup.com/ftpuse/ 创建 FTPUSE F: www.xx.com pwd /USER:admin /NOPASSIVE /PORT:21 删除 ftpuse F: /delete cmd窗口不可关闭 阅读全文
posted @ 2019-05-10 10:43 Ace001 阅读(8974) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_34321977/article/details/85850064 在使用 EF 的时候,突然发现更新后在服务器中运行出错,异常信息主要包含以下信息: 想到可能时因为本地开发环境的数据库版本高于服务器版本,导致 EF 生成了错误的 SQL 语 阅读全文
posted @ 2019-05-09 15:13 Ace001 阅读(1525) 评论(0) 推荐(0) 编辑
摘要: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\VMS] @="URL:VMS" "URL Protocol"="" [HKEY_CLASSES_ROOT\VMS\DefaultIcon] @="chrome.exe,1" [HKEY_ 阅读全文
posted @ 2019-05-07 21:08 Ace001 阅读(4106) 评论(1) 推荐(0) 编辑
摘要: 1.跳转 [HttpGet]public HttpResponseMessage LinkTo(){ HttpResponseMessage resp = new HttpResponseMessage(HttpStatusCode.Moved); resp.Headers.Location = n 阅读全文
posted @ 2019-03-05 17:12 Ace001 阅读(1392) 评论(0) 推荐(0) 编辑
摘要: 1.mounted 与 methods 与 computed 与 watched区别 From:https://blog.csdn.net/qinlulucsdn/article/details/80473382 首先讲一下vue的生命周期 beforecreate : 举个栗子:可以在这加个loa 阅读全文
posted @ 2019-01-07 09:46 Ace001 阅读(3113) 评论(2) 推荐(2) 编辑
摘要: var dic={A:"AA",B:"BB",C:"CC"} //不能length去for循环(length:undefined) dic["D"]="DD"; //新增键值对 var tmp=dic["D"]; //通过key获取值 for (var key in dic) { var item 阅读全文
posted @ 2019-01-04 19:06 Ace001 阅读(57841) 评论(0) 推荐(8) 编辑
摘要: 转自:https://www.cnblogs.com/jhlong/p/5622336.html 简单的c# TCP通讯(TcpListener) C# 的TCP Socket (同步方式) C# 的TCP Socket (异步方式) C# 的tcp Socket设置自定义超时时间 C# TCP s 阅读全文
posted @ 2018-12-28 17:14 Ace001 阅读(3084) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2018-12-14 13:01 Ace001 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页