摘要:
public string GetTickCount(DateTime? startTime, DateTime? endTime) { if (!startTime.HasValue) return null; string tickCount = null; if (!endTime.HasVa 阅读全文
摘要:
linux 命令大全 Apt proxy configuration on Ubuntu 20.04 Focal Fossa Linux 临时使用socks代理apt-get的方法 docker - 配置国内源 yarn global add 后命令找不到,需要设置 path,参考地址,参考命令:P 阅读全文
摘要:
post link 阅读全文
摘要:
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 阅读全文
摘要:
参考地址:https://stackoverflow.com/questions/54987776/ldap-connection-error-the-server-is-not-operational-when-connecting-to-port 1. 测试 LDAPS 网络连接Test-Net 阅读全文
摘要:
原因:因为修改了表字段(新增、移除、修改),并且视图或函数中使用了 select * 的语法 解决方案: 删除视图或函数,然后重建即可 阅读全文
摘要:
原理: 伪代码: 纠正代码(调用 GetNewOrderId 的地方需要改成调用这个): 阅读全文
摘要:
添加 nuget 包: Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.SqlServer Microsoft.EntityFrameworkCore.Tools 继承接口: IDesignTimeDbContex 阅读全文