会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ace007
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
21
下一页
2019年5月28日
System.Data.Entity.Core.EntityException: 可能由于暂时性失败引发了异常。如果您在连接到 SQL Azure 数据库,请考虑使用 SqlAzureExecutionStrategy。
摘要: 代码异常描述 ************** 异常文本 **************System.Data.Entity.Core.EntityException: 可能由于暂时性失败引发了异常。如果您在连接到 SQL Azure 数据库,请考虑使用 SqlAzureExecutionStrategy
阅读全文
posted @ 2019-05-28 16:22 Ace001
阅读(2287)
评论(0)
推荐(0)
2019年5月17日
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567.
摘要: 记事本打开csproj文件 搜索nuget 删除Target节点 类似如下: <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> <Err
阅读全文
posted @ 2019-05-17 13:21 Ace001
阅读(2411)
评论(0)
推荐(1)
2019年5月10日
将ftp目录映射为本地盘符
摘要: 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
阅读(9469)
评论(0)
推荐(0)
2019年5月9日
[转]Entity Framework 异常: 'OFFSET' 附近有语法错误。\r\n在 FETCH 语句中选项 NEXT 的用法无效
摘要: https://blog.csdn.net/weixin_34321977/article/details/85850064 在使用 EF 的时候,突然发现更新后在服务器中运行出错,异常信息主要包含以下信息: 想到可能时因为本地开发环境的数据库版本高于服务器版本,导致 EF 生成了错误的 SQL 语
阅读全文
posted @ 2019-05-09 15:13 Ace001
阅读(1576)
评论(0)
推荐(0)
2019年5月7日
chrome网页中打开exe
摘要: 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
阅读(4192)
评论(1)
推荐(0)
2019年3月5日
webapi 后台跳转 后台输出html和script
摘要: 1.跳转 [HttpGet]public HttpResponseMessage LinkTo(){ HttpResponseMessage resp = new HttpResponseMessage(HttpStatusCode.Moved); resp.Headers.Location = n
阅读全文
posted @ 2019-03-05 17:12 Ace001
阅读(1442)
评论(0)
推荐(0)
2019年1月7日
[转]vue数据绑定(数据,样式,事件)
摘要: 1.mounted 与 methods 与 computed 与 watched区别 From:https://blog.csdn.net/qinlulucsdn/article/details/80473382 首先讲一下vue的生命周期 beforecreate : 举个栗子:可以在这加个loa
阅读全文
posted @ 2019-01-07 09:46 Ace001
阅读(3184)
评论(2)
推荐(2)
2019年1月4日
js dictionary字典 遍历
摘要: 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
阅读(58883)
评论(0)
推荐(8)
2018年12月28日
[转]c# winform tcp connect timeout 连接超时设置
摘要: 转自: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
阅读(3322)
评论(0)
推荐(1)
2018年12月14日
BONOBO GIT SERVER 配合vs的使用
该文被密码保护。
阅读全文
posted @ 2018-12-14 13:01 Ace001
阅读(9)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
21
下一页
公告