在上个新版本.net core 3.1解决跨域问题后,在读取数据库的时候又出现了如下问题。 当前用的EntityFramework Core 3.1.0 原因可能是:待定。 目前的解决方法有三种: 1.在一个API中只写一个数据操作的LINQ。 2.在一个API中,所有LINQ的操作都转化为List ...
分类:
Web程序 时间:
2019-12-28 09:16:13
阅读次数:
89
数据库中很多时候用到树形结构,在界面上显示时如果是下拉框一次性显示时需要树结构来体现,看个效果图先: 主要是用算法补空格,补符号,源码如下: using System;using System.Collections;using System.Collections.Generic;using Sy ...
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 ...
来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=225GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com 没有结果时,去.First()时,会报错,所以一定要先.Count()判断一下 而 ...
分类:
其他好文 时间:
2019-12-27 18:19:50
阅读次数:
78
来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=221GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com 使用linq把多列的List转化为只有指定列的List1、方式一 2、方式二 来自 ...
分类:
其他好文 时间:
2019-12-26 21:10:31
阅读次数:
87
文件夹,文件这是常见的,怎么创建?要不要先判断是否存在?非常非常基础的知识点 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespac ...
using System; using System.Collections.Generic; using System.Data.SqlClient;//引用数据库客户端 using System.Linq; using System.Text; using System.Threading.Ta ...
分类:
数据库 时间:
2019-12-23 20:53:43
阅读次数:
111
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; namespace PubilcHelper { public class EMa ...
分类:
其他好文 时间:
2019-12-23 20:49:49
阅读次数:
130
来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=215GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com 最近搞造价系统时遇到一些需要汇总的指标数据 类似下面的结构 指标A 1000 指标 ...
分类:
编程语言 时间:
2019-12-23 19:01:21
阅读次数:
62
1. 使用代码方式进行组件注册【依赖服务类】 using System; using System.Collections.Generic; using System.Linq; using System.Text; using CastleDemo.Lib; using Castle.Windso ...