首页 > 2015年02月28日 > 全部分享
大数据量传输时配置WCF的注意事项
原文:大数据量传输时配置WCF的注意事项 WCF传输数据量的能力受到许多因素的制约,如果程序中出现因需要传输的数据量较大而导致调用WCF服务失败的问题,应注意以下配置: 1、MaxReceivedMessageSize:获取或设置配置了此绑定的通道上可以接收的消息的最大大小。 basicHttpBi...
分类:其他   时间:2015-02-28 00:05:35    收藏:0  评论:0  赞:0  阅读:409
ubuntu golang nginx
1. install and config 1). install ubuntu use samba to enable win7 users accessing ubuntu share folder. refer tohttp://www.7tutorials.com/how-cha...
分类:系统服务   时间:2015-02-28 00:05:25    收藏:0  评论:0  赞:0  阅读:393
C语言-->(十四)结构体、宏、编译
知识点: 1.结构体 struct 2.typedef关键字 3.宏的定义 4.宏与函数的区别 5.文件包含和多文件编译 6.条件编译 ===========================结构体 思考:如果现在希望保存一个学生的信息,姓名,身高,年龄,地址,该如何保存 char name[...
分类:编程语言   时间:2015-02-28 00:05:15    收藏:0  评论:0  赞:0  阅读:448
[leet code 135]candy
1 题目There areNchildren standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following r...
分类:其他   时间:2015-02-28 00:04:55    收藏:0  评论:0  赞:0  阅读:432
cocos2dxlua 触屏事件
require "Cocos2d"require "Cocos2dConstants"local cclog = function(...) print(string.format(...))endlocal TestScene = class("TestScene",function() ...
分类:其他   时间:2015-02-28 00:04:35    收藏:0  评论:0  赞:0  阅读:342
[控件] 动态实时设置CAShapeLayer贝塞尔曲线的坐标点
动态实时设置CAShapeLayer贝塞尔曲线的坐标点效果图:源码:PathDirectionView.h 与 PathDirectionView.m//// PathDirectionView.h// Path//// Created by XianMingYou on 15/2/27.//...
分类:其他   时间:2015-02-28 00:04:25    收藏:0  评论:0  赞:0  阅读:468
poj3159 Candies(差分约束)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudCandiesTime Limit: 1500MSMemory Limit: 131072KDescriptionDuring the kindergarten days, flymouse was th...
分类:其他   时间:2015-02-28 00:04:15    收藏:0  评论:0  赞:0  阅读:522
1507条   上一页 1 ... 74 75 76
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!