如何建立restful wcf專案

2021-06-02 06:57:08 字數 920 閱讀 4973

1.首先新建乙個wcf的project

選擇新建wcf專案。

2.在iservice介面中定義並配置方法

[servicecontract]

public inte***ce idataservice

&pagesize=",

responseformat = webmessageformat.json)]

[description("returns a list of all metrics.")]

icollectiongetallmetrics(int page, int pagesize);

[operationcontract]

[webget(uritemplate = "nodes?username=&userdomain=", responseformat = webmessageformat.json)]

[description("returns a list of all metricnodes.")]

icollectiongetrootmetricnodes(string username, string userdomain);

3在svc檔案中配置

[aspnetcompatibilityrequirements(requirementsmode = aspnetcompatibilityrequirementsmode.required)]

public class emitedataservice : iemitedataservice

}

4.最後配置web.config(在原有配置中新增下列配置)

如此便大功告成,發布訪問svc檔案即可。

如何建立Vue3 0專案

1.首先在你想要存放專案的資料夾中輸入cmd,然後回車 2.然後輸入vue create vue mytest 後面是自己的專案檔名稱,這裡我的專案名稱為mytest 然後回車 3.然後選擇第二個 manually select features 手動選擇功能,然後回車 4.然後選擇想要的功能 這裡...

建立載入項專案

建立任何載入項的第一步都是建立載入項專案。本主題將指導您完成使用 python 載入項嚮導建立新載入項專案的分步過程。建立 python 載入項專案包含兩個步驟 步驟 選擇載入項專案資料夾。在安裝 python 載入項嚮導 的位置處找到 addin assistant.exe 檔案並雙擊。將開啟瀏覽...

zabbix 建立監控項

專案是在zabbix收集資料的基礎 所有專案都是圍繞主機,找到建立的主機 點選 configuration hosts ltems 點選 create item name 輸入cpu load 作為值。這將是列表和其他地方顯示的專案名稱 key 手動輸入system.cpu.load 作為值。這是乙...