变更历史
2010-06-22 添加客户端分布和SASL验证两节,更新spring配置一节。 2010-06-23 添加maven依赖说明 2010-10-17 1.2.6 released 2011-01-04 1.3 released。添加failure模式和standby节点。
XMemcached简介
XMemcached是一个新java memcached client...
使用maven时出现Failure to transfer 错误的解决方法 在eclipse里使用maven,连接nexus私服。 添加依赖之后,总是报添加的依赖jar文件找不到,但是在nexus的库里面能找到这个依赖的jar文件,但是在本地的maven库里...
分类:
其他好文 时间:
2014-07-21 10:17:59
阅读次数:
204
It is often useful to swap the values of two variables. With conventional assignments, you have to use a temporary variable. This solution is cumberso...
分类:
其他好文 时间:
2014-07-19 18:32:06
阅读次数:
243
今天遇到新建wcf项目编译成64位版本在64位windows上无法运气的,问题先百度了一下如何查看程序集加载日志:Add the following values toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FusionAdd:DWORD ForceLog set...
分类:
Web程序 时间:
2014-07-19 09:36:27
阅读次数:
301
Use an empty temporary constructor function F(). Set the prototype of F() to be the parent object. Return a new instance of the temporary construct...
分类:
编程语言 时间:
2014-07-19 08:36:01
阅读次数:
276
TryCatch的结构为三个Sequence:-Main(exit on:Success) +try(exit on:Failure) +catch(exit on:Done)*以上做法是以前webMethods对于数据库操作的实现,现在有了JDBC Adapter之后,数据库操作变得简单灵活,因而...
分类:
数据库 时间:
2014-07-18 14:22:24
阅读次数:
293
--创建表CREATE [GLOBAL TEMPORARY] TABLE table_name(coloum_name TYPE [CONSTRAINT constraint_def DEFAULT default_exp][,coloum_name TYPE [CONSTRAINT const.....
分类:
数据库 时间:
2014-07-16 17:50:53
阅读次数:
394
一。介绍 302重定向又称之为302代表暂时性转移(Temporarily Moved ),英文名称:302 redirect。 也被认为是暂时重定向(temporary redirect),一条对网站浏览器的指令来显示浏览器被要求显示的不同的URL,当一个网页经历过短期的URL的变化时使用。...
分类:
其他好文 时间:
2014-07-16 17:47:02
阅读次数:
165
导入数据前要先创建表空间导入命令 imp file= full=y 回车输入用户名密码 可能有的表空间 不存在要创建/*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace user_temp tempfile 'D:\oracle\oradata\O...
分类:
数据库 时间:
2014-07-16 15:58:13
阅读次数:
272
1.当执行此命令的时候ntpdate us.pool.ntp.org 出现一下错误提示name server cannot be used: Temporary failure in name resolution2.解决办法(添加DNS服务器)vi /etc/resolv.conf添加: name...
分类:
其他好文 时间:
2014-07-14 20:12:04
阅读次数:
272