The ComboBox control is in many ways like the ListBox control, but takes up a lot less space, because the list of items is hidden when not needed. The...
分类:
其他好文 时间:
2014-07-22 22:56:32
阅读次数:
216
第一章. 背景简介 对于大多数企业应用,都希望能做到7*24小时不间断运行。要保持如此高的可用性并非易事,比较常见的做法是将系统部署到多台机器上,每台机器都对外提供同样的功能,这就是集群。系统变为集群时,除了要求系统能够支持水平伸缩外,还要解决两个问题:1, 如何均衡地访问到提供业务功能的机器。2,...
分类:
其他好文 时间:
2014-07-22 22:54:13
阅读次数:
293
1、建立一个apt-get使用代理的配置文件,文件名称随意,我这里命名为apt-get-proxy.conf,放到~目录下即可2、用vim或者gedit等文本编辑器打开文件,输入如下内容:Acquire::http::proxy "http://用户名:密码@代理服务器IP:代理服务器端口";Acq...
分类:
其他好文 时间:
2014-07-18 20:07:19
阅读次数:
221
1. OverviewSome time ago, I was automating a few tasks with PowerShell and needed to set NTFS permissions on a folder. I was tempted to use the good o...
分类:
其他好文 时间:
2014-07-18 19:31:42
阅读次数:
359
反向代理缓存:nginx做为反向代理时,能够将来自upstream的响应缓存至本地,并在后续的客户端请求同样内容时直接从本地构造响应报文。可以在http全局配置内定义缓存。http{proxy_cache_path/tmp/nginx/cachelevels=1:2keys_zone=cone:10mmax_size=1g;}在Server里调用。server{l..
分类:
其他好文 时间:
2014-07-17 10:47:33
阅读次数:
536
Setting up libvirt for TLS (Encryption & Authentication) Setting up your virtualisation infrastructure for Transport Layer Security (TLS) isn't very d...
分类:
其他好文 时间:
2014-07-16 18:18:08
阅读次数:
289
cocos2dx自带的CCBProxy真弱,还好提供了一个CCBReaderLoader.lua,但是也不好用,于是修改了一下CCBReaderLoader,下面直接贴代码了。function NewCCBuilderReaderLoad(strFilePath,proxy,owner) if...
分类:
其他好文 时间:
2014-07-16 17:02:23
阅读次数:
400
一、介绍MySQL代理是一个介于MySQL客户端和MySQL服务器之间的简单程序,可用来监视、分析或者传输他们之间的通讯。他的灵活性允许你最大限度的使用它,这些包括负载平衡、容错、分析查询和修正等等;MySQLProxy就是这么一个中间层代理,简单的说,MySQLProxy就是一个连接池,负..
分类:
数据库 时间:
2014-07-15 12:18:24
阅读次数:
478
将下列命令输入WindowsPowerShell会自动安装先决条件Install-WindowsFeatureRSAT-ADDS,AS-HTTP-Activation,Desktop-Experience,NET-Framework-45-Features,RPC-over-HTTP-proxy,RSAT-Clustering,RSAT-Clustering-CmdInterface,RSAT-Clustering-Mgmt,RSAT-Clustering-PowerShell..
分类:
其他好文 时间:
2014-07-15 10:51:31
阅读次数:
579
碰到问题:移动用户访问web服务器www.osyunwei.com很慢解决办法:1、在移动机房放置一台nginx反向代理服务器2、通过域名DNS智能解析,所有移动用户访问www.osyunwei.com时解析到nginx反向代理服务器3、nginx反向代理服务器与web服务器之间采用专线连接系统运维...
分类:
Web程序 时间:
2014-07-14 21:07:48
阅读次数:
358