码迷,mamicode.com
首页 >  
搜索关键字:svn客户端连接报错svn: unreadable path encountered; access denied    ( 40582个结果
hadoop学习;hdfs操作;运行抛出权限异常: Permission denied;api查看源码方法;源码不停的向里循环;抽象类通过debug查找源码
package com.kane.hdfs; import java.io.InputStream; import java.net.URL; import org.apache.hadoop.fs.FsUrlStreamHandlerFactory; import org.apache.hadoop.io.IOUtils; public class Test {...
分类:Windows程序   时间:2014-05-26 05:05:27    阅读次数:382
leetcode题目:Sum Root to Leaf Numbers和Longest Consecutive Sequence
题目一: Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. Fin...
分类:其他好文   时间:2014-05-26 04:06:41    阅读次数:248
zabbix 解决 Asuming that agent dropped connect because of access permision
zabbix 解决 Asuming that agent dropped connect because of access permision...
分类:数据库   时间:2014-05-26 03:48:44    阅读次数:313
Spring的事物处理(转)
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0 AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定 MyEclipse Libraries:点击Nex...
分类:编程语言   时间:2014-05-26 02:12:33    阅读次数:581
myeclipse 引入jar包 (包括 jdbc 驱动引用)
A.直接用MyEclipse里自带的相关的项目jar包,右击项目“MyEclipse”菜单,选择对应的jar包就OK了 B.添加外部的jar包到web项目的lib包下,右击项目“Properties”-->“Java Build Path”-->“Libraries”选项卡; C.自己手动拷贝jar...
分类:数据库   时间:2014-05-26 01:59:27    阅读次数:377
CentOS命令登录MySQL时,报错ERROR 1045 (28000):
CentOS命令登录MySQL时,报错ERROR 1045 (28000): Access denied for user root@localhost (using password: NO)错误解决方法1、停用mysql服务:# /etc/rc.d/init.d/mysqld stop2、输入命...
分类:数据库   时间:2014-05-26 01:58:12    阅读次数:306
Cocos2d-x 3.0 编译 eclipse+Win7+Android 篇
文档 Eclipse --> Windows--> Preferences ... 3. Set up Variables:  1. Path Variable `COCOS2DX`:  * Eclipse->Preferences->General->Workspace->**Linked Resources** * Click **New** button to add a Path...
分类:移动开发   时间:2014-05-24 17:54:57    阅读次数:282
python shutil模块总结
shutil.copyfile(src,dst)复制文件,如果存在会覆盖copymode(src,dst)复制权限copystat(src,dst)复制访问时间和修改时间和权限copy(src,dst)复制文件到一个目录copy2(src,dst)在copy上的基础上再复制文件最后访问时间与修改时间也复制过来了,类似于cp–p的东西rmtree(path[,i..
分类:编程语言   时间:2014-05-24 16:55:58    阅读次数:399
php扩展编译,又遇“PHP Startup: Invalid library (maybe not a PHP library)”
关于php与mysql之间的工作机制,今天蛋疼地考虑php编译安装时不添加--with-mysql参数,是否可以实现mysql_connect()函数。第一次编译只是简单的./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc make&&makeinstallmysql_connect()果然使..
分类:Web程序   时间:2014-05-24 15:40:47    阅读次数:1057
hadoop 基本命令
配置haoop全路径:gedit.profileexportPATH=/home/hadoop/hadoop/bin:$PATH自定义命令gedit.bashrcaliasfs=‘hadoopfs‘
分类:其他好文   时间:2014-05-24 15:25:19    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!