3月 2023 - S7an Insights

Breaking

S7an Insights

生活 × 技術 × 分享 讓複雜的問題,有條理地解決。

2023年3月23日 星期四

[Solved] 'EntityFramework 6.4.0' 與 'EntityFramework.zh-Hant 6.2.0 條件約束: EntityFramework (= 6.2.0)' 不相容。

2023年3月20日 星期一

[Visual Studio 2022] 解決無法建立ASP.NET MVC專案的問題 (非ASP.NET Core MVC)

2023年3月15日 星期三

[MVC] 透過Entity Framework以database first建立簡單CRUD網頁

2023年3月3日 星期五

[Python]  AttributeError: 'DataFrame' object has no attribute 'ix'

2023年3月2日 星期四

[Solved] 發生例外狀況: AttributeError partially initialized module 'numpy' has no attribute 'array' (most likely due to a circular import)

[Solved] 發生例外狀況: AttributeError partially initialized module 'numpy' has no attribute 'array' (most likely due to a circular import)

3月 02, 2023 0 Comments
 Python練習到numpy,開了一個檔名為numpy.py做練習,原先以為numpy沒安裝,重裝完之後再次執行還是得到相同結果。 結果原來是檔名在搞阿... [img.1] 只要把檔名改成非numpy.py即可,因為與套件相同名稱的檔名會被誤判。 numpy.py --...
Read More