上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 54 下一页
摘要: 用powershell启动appfabric报错:Cannot open AppFabricCachingService service前后省略若干内容。这时候应该是登录系统的用户不是administrator,需要在开始-》缓存管理 windows powerShell,右键点击“以管理员身份运行”。 阅读全文
posted @ 2011-01-21 11:13 凌度 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 计算机-》右键-》管理-》服务器管理器右边有“配置 IP SEC”,点击进入禁用即可 阅读全文
posted @ 2011-01-21 10:29 凌度 阅读(4691) 评论(0) 推荐(0) 编辑
摘要: WIN2008的NLB 只是负载均衡,并没有办法检查网站是否能访问,这时候需要工具来检查网站的可以用性安装说明:http://www.iis.net/download/Allhttp://learn.iis.net/page.aspx/482/install-application-request-routing/管理web园:Web Farm FrameworkThe Microsoft Web Farm Framework (WFF) 2.0 for IIS 7 simplifies the provisioning, scaling, and management of multiple 阅读全文
posted @ 2011-01-17 17:40 凌度 阅读(591) 评论(1) 推荐(0) 编辑
摘要: 1、对内的(心跳线)IP不需要网关;双网卡只有一个网卡能设置默认网关 2、添加新集群3、设置集群IP4、设置端口规则网络负载平衡管理器说明:http://technet.microsoft.com/zh-cn/library/cc771709(WS.10).aspx 阅读全文
posted @ 2011-01-13 11:14 凌度 阅读(1121) 评论(0) 推荐(0) 编辑
摘要: 设置内存为2G ,客户端和服务器都要设置advancedProperties securityProperties mode="None" protectionLevel="None" / transportProperties maxBufferSize="2000000000"/ /advancedProperties====================================================附录:缓存客户端设置设置XML 配置位置代码配置位置客户端超时(毫秒)dataCacheClient元素中的requestTimeout属性。我们不建议指 阅读全文
posted @ 2011-01-11 11:06 凌度 阅读(627) 评论(0) 推荐(0) 编辑
摘要: Error substatus stringDataCacheErrorSubStatusconstantES0001NoneES0002NotPrimaryES0003NoWriteQuorumES0004ReplicationQueueFullES0005KeyLatchedES0006CacheServerUnavailableES0007ThrottledError code stringDataCacheErrorCodeconstantERRCA0001CacheItemVersionMismatchERRCA0002RegistryKeyOpenFailureERRCA0003I 阅读全文
posted @ 2011-01-10 17:34 凌度 阅读(749) 评论(0) 推荐(0) 编辑
摘要: (http://msdn.microsoft.com/zh-cn/library/b8ttk8zy(v=vs.80).aspx 如何:使用符号服务器) Tools-Options 打开选项对话框 对话框中选择Debugging-Symbols,如图: 设置pdb服务器路径:在Symbol File (.pdb)locations中插入:http://×.×.×.*/symbol/ 设置pdb缓存:在Cache symbols from symbol servers to this directiory设置一个本地路径,磁盘空间留大一点,pdb文件比较大 不要选中Search the 阅读全文
posted @ 2011-01-05 11:52 凌度 阅读(851) 评论(0) 推荐(0) 编辑
摘要: MS-VC 使用MAP文件快速定位程序崩溃代码行收藏作为程序员,平时最担心见到的事情就是程序发生了崩溃,无论是指针越界还是非法操作,都将给我们的应用系统造成巨大的损失。但在一个大型系统的测试过程中,初期出现程序崩溃似乎成了不可避免的事。其实测试中出现程序崩溃并不可怕,反而是测试的成功。我们更为关心的是程序中的哪一行导致了系统崩溃,这样我们才能有针对性的进行改正。  在VC中,我们可以利用出现程序崩溃时VC的自动跳转,定位到出错代码行。但在大量的压力测试时,尤其是多线程测试时,同时出现几十个错,这时VC本身的出错跳转往往会失灵。  在这里我们介绍一种辅助查找程序崩溃代码行的好方法,它的核心就是利 阅读全文
posted @ 2011-01-05 11:50 凌度 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop iptables -Fiptables - 阅读全文
posted @ 2011-01-05 11:28 凌度 阅读(411) 评论(0) 推荐(0) 编辑
摘要: The .NET collector has two main modes of operation: concurrent and synchronous (sometimes known as workstation and server). Concurrent garbage collection is used in desktop applications and synchronous is used in server applications such as ASP.NET by default.In concurrent mode, .NET will try to avo 阅读全文
posted @ 2010-12-22 12:03 凌度 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 54 下一页