运行应用 In Visual Studio, press CTRL+F5 to launch the app. Visual Studio launches a browser and navigates to http://localhost:port/api/values, where port is a randomly chosen port number. If you're using Chrome, Edge or Firefox, the data will be display…
作者:陈希章 发表于2017年7月13日 "Talk is cheap, show me the code",我们就用代码来说话吧.这一篇将给大家介绍如何开始Office Add-in的奇妙开发之旅. 上一篇文章已经提到过了,要进行Office Add-in的开发,你可以选择自己最喜欢的Web开发平台和工具.限于经验和精力,我这里展示的是用微软提供的Visual Studio系列工具进行开发. Visual Studio这个宇宙第一的IDE伴随着我从对编程一无所知到靠编写代码为生,从入…