用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:
其他好文 时间:
2014-08-04 13:42:47
阅读次数:
255
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
Edit DistanceGiven two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You...
分类:
其他好文 时间:
2014-08-02 01:29:22
阅读次数:
309
上篇文章介绍Mongo启动了,一般数据库启动,下面的操作就是登录数据库了,之前测试数据库是否正常安装的时候也登录过数据库,现在回想一下,好像连用户名和密码都没有输入,找几篇帖子来探究下Mongodb的登录:在启动篇中,配置启动参数配置文件的时候有个参数选项noauth=true,这个就决定了无需验证...
分类:
数据库 时间:
2014-08-01 13:12:21
阅读次数:
330
AllowOverride all#修改地方Require all granted## Note that from this point forward you must specifically allow# particular features to be enabled - so if s...
分类:
其他好文 时间:
2014-08-01 12:56:51
阅读次数:
210
/*
?*?@(#)Ping.java????1.2?01/12/13
?*?Connect?to?each?of?a?list?of?hosts?and?measure?the?time?required?to?complete
?*?the?connection.??This?example?uses?a?selector?...
分类:
编程语言 时间:
2014-07-31 21:24:47
阅读次数:
293
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-2.7.7默认安装完成之后权限是默认使用本地svn验证的,也就是所有的用户名密码都需要手动建立,如果是在域环境下就非常不方便了,下面就是添加域认证方法,右键——选择“properties”——选择“authentication”。设置成功之后本地的UsersGuours..
#!/bin/bash### BEGIN INIT INFO# Provides: xiyoulib# Required-Start: $all# Required-Stop: $all# Default-Start: 2 3 4 5# Default-Stop: 0 1 6# Sh...
分类:
系统相关 时间:
2014-07-31 20:40:57
阅读次数:
274
前几天犯了个低级错误,在一个事务方法里老是查询不到某条记录,但是debug卡住时,用db工具查,又能查出值。
经过一番折腾,原来是我在同一个事务里 查询 了已删除但是未提交的数据,当然查询不到了!!!
情况是这样的:
Service层(spring事务管理配置在这一层,此方法配了PROPAGATION_REQUIRED)有个方法function m()写得很长,
其中有2步是
...
分类:
其他好文 时间:
2014-07-31 16:58:36
阅读次数:
406