linq連線(Union)時報錯問題處理

2021-07-15 23:08:13 字數 701 閱讀 3951

returndata =

data.select(p => p)

.union(datasjmin.select(p => p))

.union(datasjmax.select(p => p))

.union(dataycmin.select(p => p))

.union(dataycmax.select(p => p))

.union(datajgmin.select(p => p))

.union(datajgmax.select(p => p))

.orderby(p => p.citycode).thenby(p => p.monidate).tolist();

1.「system.collections.generic.ienumerable

」不包含「union」的定義,並且最佳擴充套件方法過載「system.linq.queryable.union(system.linq.iqueryable, system.collections.generic.ienumerable)」的某些引數無效

2.無法從「system.collections.generic.ienumerable」

轉換為「system.linq.iqueryable」

錯誤分析:data裡的字段和datasjmin的字段等不一致

將字段型別改為一致的,比如aqi這個字段統一成decimal型別

使用JDBC獲取Oracle連線時報錯

the network adapter could not establish the connection 網路介面卡不能建立連線 作為初學者的來說,這個問題讓我找了好多次,每次重新開啟電腦時就可以正常獲取連線,過了一會兒,自己不知道做了什麼就會又報錯,使用pl sql時也會登入使用者半天登陸不上...

定時demo連線資料庫時報錯

有需求使用定時任務,定時從介面中獲取資料,存到本地資料庫。寫好了demo,在分配時間後也沒有測試。直接就放到伺服器上了,結果第二天檢視時,發現資料不全。本地試了一下,發現出現了錯誤。我也照著試了下,發現還是不行。網上都說主要改這兩個引數。wait timeout 172800 interactive...

使用 nodejs 連線資料庫時報錯

使用nodejs做後端連線資料庫時,連線資料庫報錯如下 throw err rethrow non mysql errors error er not supported auth mode client does not support authentication protocol reques...