码迷,mamicode.com
首页 >  
搜索关键字:hosting    ( 256个结果
Nuget私有服务搭建实战
最近更新了Nuget私有服务器的版本,之前是2.8.5,现在是2.11.3。 Nuget服务器的搭建,这里有篇很详细的文章,跟着弄就好了: https://docs.microsoft.com/en-us/nuget/hosting-packages/nuget-server 不过我在做的过程出现了 ...
分类:其他好文   时间:2017-08-10 16:59:42    阅读次数:141
What is GitHub?
https://github.com/ https://guides.github.com/activities/hello-world/ http://www.cnblogs.com/twtp/articles/5264073.html GitHub is a code hosting platf ...
分类:其他好文   时间:2017-07-26 19:23:42    阅读次数:142
Web Server 在IIS上部署ASP.NET Core项目
在IIS上部署ASP.NET Core项目 一.配置应用程序池为无托管: 二.安装ASPNETCoreModule:(核心) 下载地址:https://go.microsoft.com/fwlink/?linkid=844461 安装包:DotNetCore.1.0.4_1.1.1-WindowsH ...
分类:Web程序   时间:2017-07-20 15:14:26    阅读次数:235
[Asp.Net Core] - 使用 ViewComponents 实现分页控件
分页控件(定义分页参数) ~/ViewComponents/PaginationViewComponent.cs ~/Views/Shared/Components/Pagination/Default.cshtml 列表页面(更新分页参数) ~/Controllers/ArticleControl ...
分类:Web程序   时间:2017-07-16 12:23:51    阅读次数:350
Linux服务器的配置和数据迁移方案
问题将Linux功能服务器的配置和数据迁移到新服务器中解决方案迁移一台主控+功能的Linux服务器方法要求1:新旧服务器安装了同一版本的Prim@Hosting(最完善的虚拟主机管理系统)要求2:下面的例子都假设使用bash作为shell此方法,不需要从主控执行检测与修复,就可以恢复全部数据..
分类:系统相关   时间:2017-07-11 14:37:59    阅读次数:199
Nancy 自寄宿
一:简介 Self Hosting 顾名思义,就是自己Host自己。也就是不需要依赖别的应用,而让应用本身就是服务。一个Console程序或者一个Winform程序都是一个应用,Self Hosting 就是将Nancy服务Host在这个应用自身中 二:创建一个控制台程序,引用两个类库文件 Nanc ...
分类:其他好文   时间:2017-07-03 14:04:10    阅读次数:137
60款开源云应用【Part 3】(60 Open Source Apps You Can Use in the Cloud)
60款开源云应用【Part 3】(60 Open Source Apps You Can Use in the Cloud) 本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud ...
分类:移动开发   时间:2017-06-30 15:30:45    阅读次数:199
.net core webapi 部署windows server 2008 r2 笔记
WebAPI部署文档 最后:重启电脑 说明:以上文件不再附带链接 在部署过程中,如果出现问题,不要慌,不是自己一个人遇到这样的问题,肯定有解决办法。可以通过查看webapi日志或者系统日志查看具体错误,来更快找到原因。鉴于相关中文资料较少,建议通过Bing或者Google查找资料。 注意:如果出现x ...
分类:Windows程序   时间:2017-06-29 20:28:41    阅读次数:317
WCF: Hosting WCF In IIS
1. Create an IIS Application as below 2. In the physical path, there're 2 files and 1 App_Code folder a. App_code contains the WCF Service contract an ...
分类:其他好文   时间:2017-06-15 00:39:09    阅读次数:190
WCF: Hosting WCF in Windows Service
1. Create a windows service project 2. Add Reference to the assembly which contains the contract and its implementation. 3. Remove the Service1.cs, ad ...
分类:Windows程序   时间:2017-06-14 02:22:06    阅读次数:259
256条   上一页 1 ... 12 13 14 15 16 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!