2024年5月21日
摘要: C#-System-LinQ-条件精确查询、高级查询 条件查询:Lambda表达式 Repeater1.DataSource = con.Car.Where(r => r.Name == name);多条件查询:Repeater1.DataSource = con.Car.Where(r => r. 阅读全文
posted @ 2024-05-21 10:35 侗家小蚁哥 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 参考网站 https://blog.csdn.net/qq_38179167/article/details/80654093 https://www.axihe.com/charles/charles/proxy-phone.html http://www.cnblogs.com/jiayuchn 阅读全文
posted @ 2024-05-21 10:35 侗家小蚁哥 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Liunx服务器CentOS7.6配置,配合宝塔面板,Nginx,netcore webapi接口访问 1.安装netcore环境 参考文章:https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-centos 安装 .NET 之前,请运 阅读全文
posted @ 2024-05-21 10:30 侗家小蚁哥 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 第一步:基于现有数据库生成POCO数据类和数据库上下文需要借助Visual Studio一个扩展插件-- Entity Framework Power Tools(一个Code First反向工程工具)。只要在Visual Studio扩展里面输入“Entity Framework Power”搜索 阅读全文
posted @ 2024-05-21 10:24 侗家小蚁哥 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1、netcore2.1.2,swagger.aspnetcore 1.1.0版本。发布netcore项目时swagger的接口文档xml 遗漏,始终发布不上去。后来查阅资料,讲的好像是netcore的一个bug,默认过滤掉一些xml文件。如果需要发布,则需要改动csproj文件或project.j 阅读全文
posted @ 2024-05-21 10:20 侗家小蚁哥 阅读(33) 评论(0) 推荐(0) 编辑