码迷,mamicode.com
首页 >  
搜索关键字:rsync auth failed on module client    ( 40915个结果
Tinyos学习笔记(三)
读取Telosb内部传感器数据,并在计算机上显示。senseC.nc代码如下: 1 #include "Timer.h" 2 #include "sense.h" 3 #include "printf.h" 4 5 module senseC 6 { 7 uses{ 8 i...
分类:其他好文   时间:2014-05-15 10:23:47    阅读次数:224
Shark0.9.0安装
Shark0.9.0错误如下: Starting the Shark Command Line Client Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0...
分类:其他好文   时间:2014-05-15 05:42:17    阅读次数:375
redhat下rpm安装mysql5.1
1、官网下载mysql5.1的rpm包服务端:MySQL-server-community-5.1.44-1.rhel4.i386.rpm客户端:MySQL-client-community-5.1.44-1.rhel4.i386.rpm2、执行rpm命令安装rpm -ivh MySQL-serve...
分类:数据库   时间:2014-05-15 02:10:54    阅读次数:411
servlet 发送到客户端的数据编码设置
setCharacterEncoding void setCharacterEncoding(java.lang.String charset) Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8. If the character...
分类:其他好文   时间:2014-05-15 01:36:58    阅读次数:233
使用Eclipse构建Maven的SpringMVC项目
使用Eclipse构建Maven的SpringMVC项目 问题一.2.3.2 配置Project Facets 更改Dynamic Web Module的Version为2.5,不能更改2.5的值 问题二.2.3.3 配置 Modify Faceted Project时,找不到Further configuration available… 问题三.建完spring项目后,如何打包发送到tomcat并运行?...
分类:编程语言   时间:2014-05-15 01:08:50    阅读次数:317
linux下使用checkinstall 制作zabbix的rpm包
目前,想要在所有的client端安装zabbixclient,因为想要指定预定义的路径,通过zabbix资源制作rpm包,制作rpm包的方式有多种一种是:rombuild的方式,主要是编写spec的文件一种是:checkinstall开源的一种是:fpm,ruby写的,也是开源的学习通过checkinstall的方式,制作rpm包1..
分类:系统相关   时间:2014-05-15 00:30:42    阅读次数:1072
gradle编译自定义注解(annotation)
最近把一个用eclipse构建的项目,加上了Gradle脚本,用它来编译。虽然最后编译是显示BUILD SUCCESSFUL,但是在编译过程中,却打印出一大堆栈信息,似乎是在编译我自定义的注解时出现的异常。 打印的栈信息前面部分如下: :assemble :lint Failed converting ECJ parse tree to Lombok for file E:\code\git\...
分类:其他好文   时间:2014-05-15 00:00:10    阅读次数:516
AsyncTask的使用 (二)图片下载,进度条
importjava.io.ByteArrayInputStream; importjava.io.ByteArrayOutputStream; importjava.io.IOException; importjava.io.InputStream; importorg.apache.http.HttpResponse; importorg.apache.http.client.HttpClient; importorg.apache.http.client.methods.HttpGet; importo..
分类:其他好文   时间:2014-05-14 17:36:41    阅读次数:260
rail server 启动时报告错误undefine mysql_get_client_info
undefinemysql_get_client_info错误解决方法:安装mysql对应的依赖包,重新geminstallmysql2
分类:数据库   时间:2014-05-14 16:40:23    阅读次数:376
20140509-svn安装 post-commit(钩子)部署
1说明SVN采用post-commit方式(钩子文件)实现版本自动发布。2实现方法2.1SVN部署安装:#yuminstallhttpdhttpd-develmysql-serverphpphp-develphp-mysqlsubversionmod_dav_svnmod_auth_mysql-y修改配置:#vim/etc/httpd/conf/httpd.conf 添加一行: LoadModulephp5_modulemodul..
分类:其他好文   时间:2014-05-14 16:19:46    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!