Loading

摘要: public string GetTickCount(DateTime? startTime, DateTime? endTime) { if (!startTime.HasValue) return null; string tickCount = null; if (!endTime.HasVa 阅读全文
posted @ 2020-11-17 19:00 myEsn2E9 阅读(193) 评论(0) 推荐(0) 编辑
摘要: linux 命令大全 Apt proxy configuration on Ubuntu 20.04 Focal Fossa Linux 临时使用socks代理apt-get的方法 docker - 配置国内源 yarn global add 后命令找不到,需要设置 path,参考地址,参考命令:P 阅读全文
posted @ 2020-08-25 01:28 myEsn2E9 阅读(121) 评论(0) 推荐(0) 编辑
摘要: post link 阅读全文
posted @ 2020-04-10 21:55 myEsn2E9 阅读(124) 评论(0) 推荐(0) 编辑
摘要: git initgit remote add origin repo-url git pull origin master --allow-unrelated-histories git add . git commit -m "初始化" git push -u origin master giti 阅读全文
posted @ 2020-03-17 00:37 myEsn2E9 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://stackoverflow.com/questions/54987776/ldap-connection-error-the-server-is-not-operational-when-connecting-to-port 1. 测试 LDAPS 网络连接Test-Net 阅读全文
posted @ 2019-12-26 18:07 myEsn2E9 阅读(1381) 评论(0) 推荐(0) 编辑
摘要: 原因:因为修改了表字段(新增、移除、修改),并且视图或函数中使用了 select * 的语法 解决方案: 删除视图或函数,然后重建即可 阅读全文
posted @ 2019-12-20 16:30 myEsn2E9 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 原理: 伪代码: 纠正代码(调用 GetNewOrderId 的地方需要改成调用这个): 阅读全文
posted @ 2019-11-07 11:33 myEsn2E9 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 添加 nuget 包: Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.SqlServer Microsoft.EntityFrameworkCore.Tools 继承接口: IDesignTimeDbContex 阅读全文
posted @ 2019-06-25 16:06 myEsn2E9 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Issue 阅读全文
posted @ 2019-04-24 20:33 myEsn2E9 阅读(128) 评论(0) 推荐(0) 编辑
摘要: posts Exploring .NET Core's SourceLink - Stepping into the Source Code of NuGet packages you don't own official dotnet/sourcelink 阅读全文
posted @ 2019-04-24 15:25 myEsn2E9 阅读(154) 评论(0) 推荐(0) 编辑