码迷,mamicode.com
首页 >  
搜索关键字:noauth authentication required    ( 5033个结果
在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.
用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:其他好文   时间:2014-08-04 13:42:47    阅读次数:255
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
[leetcode]Edit distance
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
MongoDB的安全性
上篇文章介绍Mongo启动了,一般数据库启动,下面的操作就是登录数据库了,之前测试数据库是否正常安装的时候也登录过数据库,现在回想一下,好像连用户名和密码都没有输入,找几篇帖子来探究下Mongodb的登录:在启动篇中,配置启动参数配置文件的时候有个参数选项noauth=true,这个就决定了无需验证...
分类:数据库   时间:2014-08-01 13:12:21    阅读次数:330
apache 2.4.9 配置其他客户端访问 required all granted
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
Java.ping
/* ?*?@(#)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
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
linux centos6.2 node mongo 配置开机自启动
#!/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
同一个事务里 查询 已删除但是未提交的数据[bug记录]
前几天犯了个低级错误,在一个事务方法里老是查询不到某条记录,但是debug卡住时,用db工具查,又能查出值。 经过一番折腾,原来是我在同一个事务里 查询 了已删除但是未提交的数据,当然查询不到了!!! 情况是这样的: Service层(spring事务管理配置在这一层,此方法配了PROPAGATION_REQUIRED)有个方法function m()写得很长, 其中有2步是  ...
分类:其他好文   时间:2014-07-31 16:58:36    阅读次数:406
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!