開發過程總結

2021-10-06 09:59:05 字數 1770 閱讀 3839

單元測試

對軟體中的最小可測試單元進行檢查和驗證

新增單元測試專案=>引用待測試類庫=>進行斷言測試

orm框架

3. 引用entityframework,通過nuget獲取即可。

4.使用ef進行更新操作時會自動拼接上兩個表名稱,版本問題,切換另外的mysql-connector-net版本後正常執行。

c:\program files (x86)\mysql 路徑下

mysql.data,mysql.data.entity.ef6(舊版本),mysql.data.entity.entityframework(新版本)。

mysql使用ef參考位址

配置檔案

>

name

="entityframework"

type

="system.data.entity.internal.configfile.entityframeworksection,

entityframework, version=6.0.0.0, culture=neutral,

publickeytoken=b77a5c561934e089"

requirepermission

="false"

/>

configsections

>

>

type

="system.data.entity.infrastructure.sqlconnectionfactory,

entityframework"

/>

>

invariantname

="system.data.sqlclient"

type

="system.data.entity.sqlserver.sqlproviderservices,

entityframework.sqlserver"

/>

invariantname

="mysql.data.mysqlclient"

type

="mysql.data.mysqlclient.mysqlproviderservices,

mysql.data.entity.ef6, version=6.10.8.0"

/>

providers

>

entityframework

>

>

name

="batmes_entity"

connectionstring

="metadata=res://*/batmes.batmes.csdl|res://*/batmes.batmes.ssdl|res://*/batmes.batmes.msl;provider=mysql.data.mysqlclient;provider

connection string="server=127.0.0.1;user

id=root;persistsecurityinfo=true;port=3310;database=batmes"

"providername

="system.data.entityclient"

/>

connectionstrings

>

configuration

>

```

做APP介面開發過程總結

部分判斷流程圖 json格式內容 4.資料字典 對部分字段進行補充示意 塊語法遵循標準plsql 貼出部分 吧 也就是儲存過程編寫 1007人員續保申報 procedure sbp sbcx 1007 as inmsg in long,as outmsg out clob is iv dwbm js...

開發過程中錯誤總結

1 18年5月28日 說明是.xml檔案的問題。去上.xml排查,看是不是註解。或者檔案本身書寫有誤。2 linux下 webstorm,ppt,wps不能書寫漢字。在啟動檔案中修改 啟動 sudo sh webstorm.sh export xmodifiers im fcitx export q...

專案開發過程

專案開發過程 在我以往的專案經歷當中,整個專案的開發過程包括如下階段 1 需求調研階段 這個環節是最重要的,良好的溝通才會知道客戶到底想要什麼。2 文件編寫階段 分為需求分析文件 概要設計文件 詳細設計文件三個部分 3 原型階段 demo 如果小專案文件寫以不寫,但這個原型一定要有 4 資料建模階段...