12 2016 档案

摘要:原文:https://zhidao.baidu.com/question/435088233.htmlRMS有两种方式: 1、使用微软的服务器,这个是连接到微软的服务器上面做权限控制,在今年5月份之前即使盗版OFFICE软件,使用任何hotmail或live的邮箱全部都能使用,5月份之后盗版软件上去 阅读全文
posted @ 2016-12-29 10:34 huiy_小溪 阅读(2497) 评论(0) 推荐(0) 编辑
摘要:# cd /etc/yum.repos.d/ # mv CentOS-Base.repo CentOS-Base.repo.bak # wget http://mirrors.163.com/.help/CentOS6-Base-163.repo # mv CentOS6-Base-163.repo 阅读全文
posted @ 2016-12-29 09:30 huiy_小溪 阅读(221) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://kafka.apache.org/documentation.html ############################# System ############################# #唯一标识在集群中的ID,要求是正数。 broker.id=0 #服务 阅读全文
posted @ 2016-12-29 09:24 huiy_小溪 阅读(383) 评论(0) 推荐(0) 编辑
摘要:原文:http://hongyegu.iteye.com/blog/619147,谢谢! import org.apache.cxf.tools.java2ws.JavaToWS; import net.bwda.service.Busi.webservice.FileMarkService; pu 阅读全文
posted @ 2016-12-29 09:22 huiy_小溪 阅读(480) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://blog.csdn.net/ausboyue/article/details/52775281 Linux SSH命令错误:ECDSA host key "ip地址" for has changed and you have requested strict checking 阅读全文
posted @ 2016-12-28 21:12 huiy_小溪 阅读(10783) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://blog.csdn.net/shmiloy001/article/details/6287317 首先,授权给指定用户。 一个用户的默认表空间只能有一个,但是你可以试下用下面的语句为其授权在别的表空间中创建对像: alter user username quota unlim 阅读全文
posted @ 2016-12-28 20:06 huiy_小溪 阅读(6443) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://www.cnblogs.com/cocowool/archive/2012/07/05/2578487.html YUM代理设置 编辑/etc/yum.conf,在最后加入 # Proxy proxy=http://username:password@proxy_ip:por 阅读全文
posted @ 2016-12-28 20:04 huiy_小溪 阅读(346) 评论(0) 推荐(0) 编辑
摘要:问题说明:Apache服务总共有4个,是为了防止单点故障和负载均衡,负载均衡控制由局方的F5提供。 访问的内容在NAS存储上,现象是直接访问每个apache的服务内容都是没有问题,但是从负载地址过来的, 就报:AH01630 client denied by server configuration 阅读全文
posted @ 2016-12-28 13:35 huiy_小溪 阅读(4433) 评论(0) 推荐(0) 编辑
摘要:原文地址:https://cwiki.apache.org/confluence/display/AMBARI/Using+APIs+to+delete+a+service+or+all+host+components+on+a+host From 1.4.3 onwards you need to 阅读全文
posted @ 2016-12-26 18:08 huiy_小溪 阅读(424) 评论(0) 推荐(0) 编辑
摘要:在同一个页面需要同时使用motools和jquery,对于$,发生了冲突,以下是解决的办法。 <head> <script src="./Scripts/lib/jquery-1.4.2.js" type="text/javascript"></script> <script type="text/ 阅读全文
posted @ 2016-12-26 12:03 huiy_小溪 阅读(441) 评论(0) 推荐(0) 编辑
摘要:Linux系统配置方法: 将其改为 ErrorLog "| /usr/local/apache/bin/rotatelogs /home/logs/www/error_%Y%m%d.log 86400 480"CustomLog "| /usr/local/apache/bin/rotatelogs 阅读全文
posted @ 2016-12-23 19:44 huiy_小溪 阅读(1255) 评论(0) 推荐(1) 编辑
摘要:环境说明:Apache2.4.10,Windows Server 2008 R2 问题说明: apache服务用于下载文件,但是在运行一段时间后,突然挂了。 其错误提示如下所示: [error] (730038)An operation was attempted on something that 阅读全文
posted @ 2016-12-23 19:38 huiy_小溪 阅读(1360) 评论(0) 推荐(0) 编辑
摘要:环境说明:Apache的版本是2.4.10,共享目录有两种情况,一种是windows server的目录共享,还有一种是linux的NAS。无论访问哪一种共享目录,都需要用户名和密码。 问题说明:如何让Apache访问共享目录中的文件。 解决办法: 假设访问共享目录的用户名和密码都为test. 1. 阅读全文
posted @ 2016-12-22 16:32 huiy_小溪 阅读(965) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://www.cnblogs.com/clownkings/p/4950865.html 解决办法: 1、首先要备份好mdf文件,如果他没了经理非吃了你不可。都不吐骨头的。 2、在数据库中新建一个需要附加同名的数据库。例如【testdb】 3、停止SQL Server服务 4、找到 阅读全文
posted @ 2016-12-22 13:09 huiy_小溪 阅读(347) 评论(0) 推荐(0) 编辑
摘要:问题说明: 用maven构建了一个项目,目录结构如下: appassemblerd的配置: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> <versio 阅读全文
posted @ 2016-12-13 13:49 huiy_小溪 阅读(2528) 评论(0) 推荐(0) 编辑
摘要:速度快的maven仓库真的难找,国外网站很多被封了。前天在网上找,有人说阿里有个公开的,速度很快。确实很快! 我添加到本地nexus中,结果不能更新索引,我是这么添加的,如下: 这个地址在浏览器中能够打开,也可以看到目录文件,但是nexus就是不能更新索引。 同事访问了http://maven.al 阅读全文
posted @ 2016-12-12 17:30 huiy_小溪 阅读(5072) 评论(0) 推荐(0) 编辑
摘要:1.打包成bat 打包命令:mvn clean package appassembler:assemble <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> 阅读全文
posted @ 2016-12-12 17:14 huiy_小溪 阅读(7469) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-09 08:29 huiy_小溪 阅读(187) 评论(0) 推荐(0) 编辑
摘要:环境:ambari2.3,centos7,sqoop1.4.6 问题描述:通过ambari安装了sqoop,又添加了oracle驱动配置,如下: 保存配置后,重启sqoop报错:http://hdp01:8080/resources//oracle-jdbc-driver.jar due to HT 阅读全文
posted @ 2016-12-07 08:38 huiy_小溪 阅读(500) 评论(0) 推荐(0) 编辑
摘要:环境:Phoenix:4.4,win7系统 问题:Phoenix在查询hbase时,报“系统找不到指定路径”。 解决: 请参见 https://distcp.quora.com/Connect-and-query-Apache-Phoenix-with-Squirrel-from-Windows 。 阅读全文
posted @ 2016-12-06 16:17 huiy_小溪 阅读(2250) 评论(0) 推荐(0) 编辑
摘要:flume配置: #DBFile DBFile.sources = sources1 DBFile.sinks = sinks1 DBFile.channels = channels1 # DBFile-DB-Source DBFile.sources.sources1.type = spooldi 阅读全文
posted @ 2016-12-03 09:44 huiy_小溪 阅读(2631) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示