把lib專案檔案轉換成web專案檔案

2022-02-03 19:03:13 字數 605 閱讀 6438

把lib專案檔案轉換成web專案檔案,轉換方法如下:(假設專案名稱為:netudisk)

a-建立虛擬目錄指向專案所在的目錄

b-用文字編輯器開啟netudisk.csproj把的第三行projecttype = "local"更改成projecttype = "web"

c-新建立乙個名字叫netudisk.csproj.webinfo的檔案,裡面內容如下:

d-在web.config裡面的下加入:

<

compilation 

defaultlanguage

="c#"

debug

="true"

/>

好了,就4步,當然另外一種轉換方法是用vs.net新建乙個asp.net的專案,然後把所有的檔案都移到專案資料夾裡面,最後別忘記修改web.config哦。

把Flash轉換成XAML檔案

michael swanson 開發了乙個可以將 adobe macromedia flash swf 檔案轉換成 windows presentation foundation xaml 檔案的小工具swf2xaml 用swf2xaml開啟乙個swf檔案,瀏覽flash檔案裡面的每個幀,當你看到自...

Python 把txt檔案轉換成csv

最近在專案上需要批量把txt檔案轉成成csv檔案格式,以前是手動開啟excel檔案,然後匯入txt來生產csv檔案,由於這已經變成每週需要做的事情,決定用python自動化指令碼來實現,思路 讀取資料夾中所有txt檔案,儲存到list中 針對每個txt檔案,自動生產同檔名的csv檔案 對每個txt檔...

蛙蛙推薦 把檔案轉換成xml

using system using system.drawing using system.collections using system.ponentmodel using system.windows.forms using system.io using system.xml namesp...