码迷,mamicode.com
首页 >  
搜索关键字:services    ( 4248个结果
Android-Service组件
原文:http://developer.android.com/guide/components/services.html...
分类:移动开发   时间:2014-10-22 20:23:56    阅读次数:262
重温WCF之构建一个简单的WCF(一)(2)通过Windows Service寄宿服务和WCF中实现操作重载
参考地址:http://www.cnblogs.com/zhili/p/4039111.html一、如何在Windows Services中寄宿WCF服务第一步:创建Windows 服务项目,具体添加步骤为右键解决方案->添加->新建项目,在已安装模板中选择Windows 服务模板,具体如下图示所示...
分类:Windows程序   时间:2014-10-22 17:15:35    阅读次数:431
Connecting Docker for Cloud Services using SDN and Network Virtualization
Abstract Theexplosive scale of container CPUs needs highly efficient network virtualization Challenge  Thenumber of container-based CPUs will be 10-100 multiples up over that ofhype...
分类:Web程序   时间:2014-10-22 15:55:13    阅读次数:280
平台部署发布案例总结2014/07
/**************************> ****************************/VS.NET WEB项目/网站 部署和安装概述1. Net. WEB项目分类 WEB项目结构分为Web Application Project (web,services,wpf,mv...
分类:其他好文   时间:2014-10-22 15:52:02    阅读次数:326
Microsoft SQL Server 2008 Reporting Services
1.安装和配置1)安装SQLSERVER 2008过程中,在“功能选择“ 选项卡时。需要勾选Reportting Services和Bussiness Intelligence Developement Studio.2)点击”下一步“ ,如果选择”安装本机模式默认配置“ ,在安装完成后,数据库中会...
分类:数据库   时间:2014-10-22 14:07:24    阅读次数:236
webApi2 上传大文件代码
上传大文件,取消内存缓存: GlobalConfiguration.Configuration.Services.Replace(typeof(IHostBufferPolicySelector), new CustomPolicy()); public class CustomPoli...
分类:Windows程序   时间:2014-10-22 12:30:47    阅读次数:210
asp.net post方法;对象转json
[System.Web.Services.WebMethod()] public static string GetPoints(string userId) { string strResult = string.Empty; try { List IIMS_RT...
分类:Web程序   时间:2014-10-22 09:58:25    阅读次数:204
C# 验证码
using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco...
分类:Windows程序   时间:2014-10-21 19:18:27    阅读次数:270
Loadrunner得到服务器参数
首先你得确定你所监视的服务器与你的测试机是在同一个局域网内, 监控windows系统: 1、监视连接前的准备工作         1)进入被监视windows系统,开启以下二个服务Remote Procedure Call(RPC) 和Remote Registry  (开始—)运行 中输入services.msc,开启对应服务即可)。         2)在被监视的WINDOWS机器...
分类:其他好文   时间:2014-10-21 17:51:03    阅读次数:136
Sharepoint CAML 增删改查 List
Lists.UpdateListItems 方法 (websvcLists) Windows SharePoint Services 3 Adds, deletes, or updates the specified items in a list on the current site.命名空间:...
分类:其他好文   时间:2014-10-21 11:37:28    阅读次数:529
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!