码迷,mamicode.com
首页 >  
搜索关键字:cpan proxy authentication needed    ( 7708个结果
window.name应用于浏览器端数据存储
本代码简单地分享利用window.name实现浏览器端数据存储:1、在同一个页面一个地方设置window.name = "abc",另外一个地方读取window.name,自然能得到"abc",这个很简单就不举例了2、利用window.name实现页面跨域交互:demo.html是主页面,proxy...
分类:Windows程序   时间:2014-08-04 20:35:57    阅读次数:331
使用amoeba实现mysql读写分离
使用amoeba实现mysql读写分离amoeba是一个以MySQL为底层数据存储,并对应用提供MySQL协议接口的proxy。它集中地响应应用的请求,依据用户事先设置的规则,将SQL请求发送到特定的数据库上执行。基于此可以实现负载均衡、读写分离、高可用性等需求。与MySQL官方的MySQLProxy相比..
分类:数据库   时间:2014-08-04 18:19:39    阅读次数:515
linux 空间不够了,怎么办?Disk Requirements:At least 11MB more space needed on the / filesystem.
Disk Requirements:At least 11MB more space needed on the / filesystem.  linux 空间不够了,怎么办? 1>  查看空间多少:df -h 2>  查看当期内核: uname -r 3>  查找内核   rpm -qa | grep kernel 4>  删除多余的内核 su -c 'yum remove kern...
分类:系统相关   时间:2014-08-03 20:43:25    阅读次数:434
Method and system for public-key-based secure authentication to distributed legacy applications
A method, a system, an apparatus, and a computer program product are presented for an authentication process. A host application or system within a di...
分类:移动开发   时间:2014-08-03 20:20:35    阅读次数:453
设计模式(十三): Proxy代理模式 -- 结构型模式
设计模式(十一)代理模式Proxy(结构型)1.概述 因为某个对象消耗太多资源,而且你的代码并不是每个逻辑路径都需要此对象, 你曾有过延迟创建对象的想法吗 ( if和else就是不同的两条逻辑路径) ? 你有想过限制访问某个对象,也就是说,提供一组方法给普通用户,特别方法给管理员用户?以上两种需.....
分类:其他好文   时间:2014-08-03 12:27:05    阅读次数:412
接口层报文输出
每个CPU有一个单独的softnet_data实例,用来存储与网络中断处理相关的报文输出和输出队列。在输出过程中会用到softnet_data中的output_queue和completion_queue队列。 /* * Incoming packets are placed on per-cpu queues so that * no locking is needed. */ stru...
分类:其他好文   时间:2014-08-03 10:19:35    阅读次数:378
UVM基础之---------uvm factory机制base
从名字上面就知道,uvm_factory用来制造uvm_objects和component。在一个仿真过程中,只有一个factory的例化存在。用户定义的object和component types通过typedef或者宏在factory中注册,factory产生和保存轻量级的代理(proxy): ...
分类:其他好文   时间:2014-08-02 12:32:13    阅读次数:185
代理模式
代理模式是一种应用非常广泛的设计模式,当客户端代码需要调用某个对象时,客户端实际上不关心是否准确得到该对象,它只要一个能提供该功能的对象即可,此时我们就可返回该对象的代理(Proxy)。代理就是一个Java对象代表另一个Java对象来采取行动。如:public class ImageProxy im...
分类:其他好文   时间:2014-08-01 13:12:51    阅读次数:129
Deploy Ceph and start using it:simple librados cli
This part of the tutorial describes how to?setup a simple Ceph client using librados (for?C++). The only information that the client requires for the?cephx?authentication is Endpoint of the mon...
分类:其他好文   时间:2014-07-31 21:24:07    阅读次数:399
windows 安装VisualSVN-Server并设置域验证
windows下安装VisualSVN-Server-2.7.7默认安装完成之后权限是默认使用本地svn验证的,也就是所有的用户名密码都需要手动建立,如果是在域环境下就非常不方便了,下面就是添加域认证方法,右键——选择“properties”——选择“authentication”。设置成功之后本地的UsersGuours..
分类:Windows程序   时间:2014-07-31 21:08:08    阅读次数:449
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!